Download presentation
Presentation is loading. Please wait.
1
Integer Programming (IP)
4
Integer Programming Graphical Solution
Rounding non-integer solution values up to the nearest integer value can result in an infeasible solution A feasible solution is ensured by rounding down non-integer solution values but may result in a less than optimal (sub-optimal) solution.
5
Integer Programming Example Graphical Solution of Maximization Model
Maximize Z = $100x1 + $150x2 subject to: 8,000x1 + 4,000x2 $40,000 15x1 + 30x2 200 ft2 x1, x2 0 and integer Optimal Solution: Z = $1,055.56 x1 = 2.22 presses x2 = 5.55 lathes
6
The Branch and Bound Method
14
Example 3
15
Example 4
16
Enumeration Method Enumeration Method
A method used with 0–1 problems that involves listing every possible outcome in order to identify the optimal solution.
17
Example
18
Solution
19
T#2
20
Solution
28
Summary IP problems generally are much more complicated than LP problems. Many of IP classes are known as NP-hard problems, which takes very long processing time for computers to find the optimal solution (Years, for problems of real case size). There has been extensive research in this area in order to find ways to be able to tackle these problems. Cutting Planes Branch-and-Cut Column Generation techniques Branch-and-Price Meta Heuristics
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.