You are on page 1of 14

Branch and bound

method

Online lecture
Thinh Tien Nguyen, Ph.D.
Integer program

maximize

subject to:
IP
Relaxation program

maximize

subject to:
LP

● UB: value of at
Branch and bound method

IP  UB

● The bound narrows the integral-solution search



Assume is a decimal component of
An integral solution appears only in the domain
Common rules

● Always start with the decimal component that has


the greatest fractional part
● Solve 2 new linear programs where

for the th component that we start with


● Select the new program which gives more optimal
result than the other to continue the process
● Continue until we reach an optimal integral solution
● If there are more than one option, compare them
Example

maximize

subject to
Example 5.56

maximize maximize

subject to subject to
Example

Skip
Example 1.33

maximize maximize

subject to subject to
Example

Infeasible
Skip
maximize
Example
subject to
Example 6.167

maximize maximize

subject to subject to
Example

Infeasible
Example

You might also like