Max: f(x1, x2, ..., xn)
s.t.: g1(x1, x2, ..., xn) ≤ c1
g2(x1, x2, ..., xn) ≤ c1
....
x1 ≥ 0, x2 ≥ 0, ..., xn ≥ 0
Note: x1, x1, ... are "real" valued
|
Max: f(x1, x2, ..., xn)
s.t.: g1(x1, x2, ..., xn) ≤ c1
g2(x1, x2, ..., xn) ≤ c1
....
x1 ≥ 0, x2 ≥ 0, ..., xn ≥ 0
x1, x2, ..., xn integer
|
In other words:
|
|
| Linear Program | Corresponding Integer Program |
|---|---|
|
|
The feasible regions of the Linear Program (LP) and Integer Program (IP) are shown in the following figure:
|
Explanation:
|
|
Reason:
|
|
Example:
|
|
Reason:
|
|
Reason:
|
|
|
|
Idea:
|
|
|
We will study the branch and bound method next.