Chapter 2.1 Linear Programming
Chapter 2.1 Linear Programming
LINEAR PROGRAMMING
Infeasible problem
These are solutions that violate atleast one
of the constraints.
1X1 + 2X2 ≤ 40
1X1 + 2X2 ≤ 40
1X1 + 2X2 ≤ 40
1X1 + 2X2 ≤ 40
≥ 16 lbs
For nitrogen, 2X1 + 4X2
For phosphate 4X1 + 3X2 ≥ 24 lbs
Nonnegativity constraint
X1 ≥ 0, X2 ≥ 0
number of bags of purchased must be either zero or a
positive value because it is impossible to produce negative items CH 2 Introduction to Mathematical Programming
How to formulate the LP Model
4X1 + 3X2 ≥ 24
Let X2 = 0, then solve for X1
4(X1) + 3(0) = 24
4X1 = 24
X1 = 6
X1 = 6, X2 = 0 CH 2 Introduction to Mathematical Programming
Minimize Z = 6X1 + 3X2
LP Model – Graphical Solution Subject to
2X1 + 4X2 ≥ 16
4X1 + 3X2 ≥ 24
X 1, X 2 ≥ 0
Area beyond both constraints, called feasible solution area, from which we
can get the optimal solution or the best feasible solution.(for minimization)
Thank you!