CD Supplement to Chapter 7 Some Perspectives on Solving Binary
Integer Programming Problems
Review Questions
7s-1 Push the objective function line in the direction of improving values of the objective
function. Stop at the last instant when the objective function line passes through a feasible
integer point (a binary solution).
7s-2 The exhaustive enumeration method can be used for larger problems while the graphical
method is limited to problems with just two variables.
7s-5 The LP relaxation of a BIP problem replaces the constraint on each binary variable that the
variable is binary by the constraint that it is between 0 and 1.
7s-7 A BIP problem containing mutually exclusive alternative is an example of a problem with
special structure.
7s-8 The two primary determinants of computational difficulty for a BIP problem are the
number of binary variables and any special structure in the problem.
Problems
7s.1 a)