其他分享
首页 > 其他分享> > 《Integer Programming》第二章读书笔记

《Integer Programming》第二章读书笔记

作者:互联网

Chapter 2 explains how it is possible to prove that feasible solutions are optimal or close to optimal.

目录

2 Optimality, Relaxation, and Bounds

2.1 Optimality and Relaxation

在这里插入图片描述
我们想要寻找upper和lower bounds。

2.2 Linear Programming Relaxations

2.3 Combinatorial Relaxations

松弛得到的问题是组合优化问题。

2.4 Lagrangian Relaxation

在这里插入图片描述
在这里插入图片描述

2.5 Duality

在这里插入图片描述

2.6 Linear Programming and Polyhedra

在这里插入图片描述

2.7 Primal Bounds: Greedy and Local Search

Now, we briefly consider some simple ways to obtain feasible solutions and primal bounds. This topic is treated in considerably more detail in Chapter 13.

标签:Linear,读书笔记,Programming,Bounds,bound,Relaxation,Integer,对偶
来源: https://blog.csdn.net/z3w97/article/details/120593988