Linear Programming
Linear Programming
Max
Objective function
Min
Constraints
Parameters
Identify problem
Implementation
Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall
Model Formulation Steps:
Step 1 : Clearly define the decision
variables
Non-Negativity • X1 ≥ 0; X2 ≥ 0
Constraints:
Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall
LP Model Formulation
A Maximization Example (4 of 4)
• Complete Linear Programming Model:
X1 is bowls
• Model Constraints:
2X1 + 4X2 ≥ 16 lb (nitrogen constraint)
4X1 + 3X2 ≥ 24 lb (phosphate constraint)
X1, X2 ≥ 0 (non-negativity constraint)
Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall
Constraint Graph– Minimization (4 of 8)
Constraint Equations
Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall
Example Problem No. 2 (2 of 3)