Presentation is loading. Please wait.

Presentation is loading. Please wait.

1 1 Slide Integer Linear Programming Professor Ahmadi.

Similar presentations


Presentation on theme: "1 1 Slide Integer Linear Programming Professor Ahmadi."— Presentation transcript:

1 1 1 Slide Integer Linear Programming Professor Ahmadi

2 2 2 Slide Chapter 11 Integer Linear Programming n Types of Integer Linear Programming Models n Graphical Solution for an All-Integer LP n Spreadsheet Solution for an All-Integer LP n Application Involving 0-l Variables n Special 0-1 Constraints

3 3 3 Slide Types of Integer Programming Models n A linear program in which all the variables are restricted to be integers is called an integer linear program (ILP). n If only a subset of the variables are restricted to be integers, the problem is called a mixed integer linear program (MILP). n Binary variables are variables whose values are restricted to be 0 or 1. If all variables are restricted to be 0 or 1, the problem is called a 0-1 or binary integer program.

4 4 4 Slide Example: All-Integer LP n Consider the following all-integer linear program: Max 3 x 1 + 2 x 2 Max 3 x 1 + 2 x 2 s.t. 3 x 1 + x 2 < 9 s.t. 3 x 1 + x 2 < 9 x 1 + 3 x 2 < 7 x 1 + 3 x 2 < 7 - x 1 + x 2 < 1 - x 1 + x 2 < 1 x 1, x 2 > 0 and integer x 1, x 2 > 0 and integer

5 5 5 Slide Example: All-Integer LP n LP Relaxation LP Optimal (2.5, 1.5) Max 3x 1 + 2x 2 Max 3x 1 + 2x 2 -x 1 + x 2 < 1 x2x2x2x2 x1x1x1x1 3x 1 + x 2 < 9 1 3 2 5 4 1 2 3 4 5 6 7 x 1 + 3x 2 < 7 x 1 + 3x 2 < 7

6 6 6 Slide Example: All-Integer LP n LP Relaxation Solving the problem as a linear program ignoring the integer constraints, the optimal solution to the linear program gives fractional values for both x 1 and x 2. From the graph on the previous slide, we see that the optimal solution to the linear program is: x 1 = 2.5, x 2 = 1.5, z = 10.5

7 7 7 Slide Example: All-Integer LP n Rounding Up If we round up the fractional solution ( x 1 = 2.5, x 2 = 1.5) to the LP relaxation problem, we get x 1 = 3 and x 2 = 2. From the graph on the next page, we see that this point lies outside the feasible region, making this solution infeasible.

8 8 8 Slide Example: All-Integer LP n Rounded Up Solution LP Optimal (2.5, 1.5) Max 3x 1 + 2x 2 Max 3x 1 + 2x 2 -x 1 + x 2 < 1 x2x2x2x2 x1x1x1x1 3x 1 + x 2 < 9 1 3 2 5 4 1 2 3 4 5 6 7 ILP Infeasible (3, 2) ILP Infeasible (3, 2) x 1 + 3x 2 < 7 x 1 + 3x 2 < 7

9 9 9 Slide Example: All-Integer LP n Rounding Down By rounding the optimal solution down to x 1 = 2, x 2 = 1, we see that this solution indeed is an integer solution within the feasible region, and substituting in the objective function, it gives z = 8. We have found a feasible all-integer solution, but have we found the optimal all-integer solution? --------------------- The answer is NO! The optimal solution is x 1 = 3 and x 2 = 0 giving z = 9, as evidenced in the next two slides.

10 10 Slide Example: All-Integer LP n Complete Enumeration of Feasible ILP Solutions There are eight feasible integer solutions to this problem: x 1 x 2 z x 1 x 2 z 1. 0 0 0 1. 0 0 0 2. 1 0 3 2. 1 0 3 3. 2 0 6 3. 2 0 6 4. 3 0 9 optimal solution 4. 3 0 9 optimal solution 5. 0 1 2 5. 0 1 2 6. 1 1 5 6. 1 1 5 7. 2 1 8 7. 2 1 8 8. 1 2 7 8. 1 2 7

11 11 Slide Example: All-Integer LP ILP Optimal (3, 0) Max 3x 1 + 2x 2 Max 3x 1 + 2x 2 -x 1 + x 2 < 1 x2x2x2x2 x1x1x1x1 3x 1 + x 2 < 9 1 3 2 5 4 x 1 + 3x 2 < 7 x 1 + 3x 2 < 7 1 2 3 4 5 6 7 1 2 3 4 5 6 7

12 12 Slide Special 0-1 Constraints n When x i and and x j represent binary variables designating whether projects i and j have been completed, the following special constraints may be formulated: At most k out of n projects will be completed:At most k out of n projects will be completed:  x j < k  x j < k Project j is conditional on project i:Project j is conditional on project i: x j - x i < 0 x j - x i < 0 Project i is a co-requisite for project j :Project i is a co-requisite for project j : x j - x i = 0 x j - x i = 0 Projects i and j are mutually exclusive:Projects i and j are mutually exclusive: x i + x j < 1 x i + x j < 1

13 13 Slide Example: Chattanooga Electronics Chattanooga Electronics, Inc. is planning to expand its operations into other electronic equipment. The company has identified seven new product lines it can carry. Relevant information about each line follows: Initial Floor Space Exp. Rate Initial Floor Space Exp. Rate Product Line Investment (Sq.Ft.) of Return Product Line Investment (Sq.Ft.) of Return 1. Digital TVs $6,000 125 8.1% 1. Digital TVs $6,000 125 8.1% 2. HD TVs 12,000 150 9.0 2. HD TVs 12,000 150 9.0 3. Large Screen TVs 20,000 200 11.0 3. Large Screen TVs 20,000 200 11.0 4. DVDs 14,000 40 10.2 4. DVDs 14,000 40 10.2 5. DVD/RWs 15,000 40 10.5 5. DVD/RWs 15,000 40 10.5 6. Video Games 2,000 20 14.1 6. Video Games 2,000 20 14.1 7. PC Computers 32,000 100 13.2 7. PC Computers 32,000 100 13.2

14 14 Slide Chattanooga Electronics - Continued n Define the Decision Variables xj = 1 if product line j is introduced; = 0 otherwise. Where the Product lines are defined as: 1. (X1) = Digital TVs 2. (X2) = HD TVs 3. (X3) = Large Screen TVs 4. (X4) = DVDs 5. (X5) = DVD/RWs 6. (X6) = Video Games 7. (X7) = Computers

15 15 Slide Example: Chattanooga Electronics Chattanooga Electronics has decided that: 1. they should not stock large screen TVs (X3) unless they stock either digital (X1) or HD TVs (X2). 2. also, they will not stock both types of DVDs (X4 & X5). 3. they will stock video games (X6) only if they stock HD TVs (X2). 4. the company wishes to introduce at least three new product lines. 5. If the company has $45,000 to invest and 420 sq. ft. of floor space available, formulate an integer linear program for Chattanooga Electronics to maximize its overall expected rate of return.

16 16 Slide Example: Chattanooga Electronics Define the Objective Function Maximize total overall expected return: Max.081(6000) x 1 +.09(12000) x 2 +.11(20000) x 3 Max.081(6000) x 1 +.09(12000) x 2 +.11(20000) x 3 +.102(14000) x 4 +.105(15000) x 5 +.141(2000) x 6 +.102(14000) x 4 +.105(15000) x 5 +.141(2000) x 6 +.132(32000) x 7 or +.132(32000) x 7 or Max 486 x 1 + 1080 x 2 + 2200 x 3 + 1428 x 4 + 1575 x 5 + 282 x 6 + 4224 x 7 + 282 x 6 + 4224 x 7

17 17 Slide Example: Chattanooga Electronics n Define the Constraints 1) Money: 1) Money: 60 x 1 + 12 x 2 + 20 x 3 + 14 x 4 + 15 x 5 + 2 x 6 + 32 x 7 < 45 60 x 1 + 12 x 2 + 20 x 3 + 14 x 4 + 15 x 5 + 2 x 6 + 32 x 7 < 45 2) Space: 125 x 1 +150 x 2 +200 x 3 +40 x 4 +40 x 5 +20 x 6 +100 x 7 < 420 125 x 1 +150 x 2 +200 x 3 +40 x 4 +40 x 5 +20 x 6 +100 x 7 < 420

18 18 Slide Example: Chattanooga Electronics n Define the Constraints (continued) 3) Stock large screen TVs (X3) only if stock digital (X2) or HD (X2): 4) Do not stock both types of DVDs (X4 & X5): 5) Stock video games (X6) only if they stock HD TV's (X2): 6) At least 3 new lines: 7) Variables are 0 or 1: x j = 0 or 1 for j = 1,,, 7 x j = 0 or 1 for j = 1,,, 7

19 19 Slide Example: Mo’s Programming Mo's Programming has five idle Programmers and four custom Programs to develop. The estimated time (in hours) it would take each Programmer to write each Program is listed below. (An 'X' in the table indicates an unacceptable Programmer-Program assignment.) Programmer Programmer Program 1 2 3 4 5 Program 1 2 3 4 5 Java 19 23 20 21 18 C++ 11 14 X 12 10 C++ 11 14 X 12 10 Assembler 12 8 11 X 9 Assembler 12 8 11 X 9 Pascal X 20 20 18 21 Pascal X 20 20 18 21

20 20 Slide Example: Mo’s Programming Formulate an integer program for determining the Programmer-Program assignments that minimize the total estimated time spent writing the four Programs. No Programmer is to be assigned more than one Program and each Program is to be worked on by only one Programmer. -------------------- This problem can be formulated as a 0-1 integer program. The LP solution to this problem will automatically be integer (0-1).

21 21 Slide Example: Mo’s Programming n Define the decision variables x ij = 1 if Program i is assigned to Programmer j x ij = 1 if Program i is assigned to Programmer j = 0 otherwise. = 0 otherwise. Number of decision variables = Number of decision variables = [(number of Programs)(number of Programmers)] - (number of unacceptable assignments) - (number of unacceptable assignments) = [4(5)] - 3 = 17 n Define the objective function Minimize total time spent writing Programs: Minimize total time spent writing Programs: Min 19 x 11 + 23 x 12 + 20 x 13 + 21 x 14 + 18 x 15 + 11 x 21 Min 19 x 11 + 23 x 12 + 20 x 13 + 21 x 14 + 18 x 15 + 11 x 21 + 14 x 22 + 12 x 24 + 10 x 25 + 12 x 31 + 8 x 32 + 11 x 33 + 14 x 22 + 12 x 24 + 10 x 25 + 12 x 31 + 8 x 32 + 11 x 33 + 9x 35 + 20 x 42 + 20 x 43 + 18 x 44 + 21 x 45 + 9x 35 + 20 x 42 + 20 x 43 + 18 x 44 + 21 x 45

22 22 Slide Example: Mo’s Programming n Define the Constraints Exactly one Programmer per Program: 1) x 11 + x 12 + x 13 + x 14 + x 15 = 1 1) x 11 + x 12 + x 13 + x 14 + x 15 = 1 2) x 21 + x 22 + x 24 + x 25 = 1 2) x 21 + x 22 + x 24 + x 25 = 1 3) x 31 + x 32 + x 33 + x 35 = 1 3) x 31 + x 32 + x 33 + x 35 = 1 4) x 42 + x 43 + x 44 + x 45 = 1 4) x 42 + x 43 + x 44 + x 45 = 1

23 23 Slide Example: Mo’s Programming n Define the Constraints (continued) No more than one Program per Programmer: 5) x 11 + x 21 + x 31 < 1 6) x 21 + x 22 + x 23 + x 24 < 1 7) x 31 + x 33 + x 34 < 1 8) x 41 + x 42 + x 44 < 1 9) x 51 + x 52 + x 53 + x 54 < 1 Non-negativity: x ij > 0 for i = 1,..,4 and j = 1,..,5

24 24 Slide The End of Chapter 6


Download ppt "1 1 Slide Integer Linear Programming Professor Ahmadi."

Similar presentations


Ads by Google