Consider the following Linear Programming Problem (LPP):
Maximize Z = 3X1 + 5X2
Subject to,
X1 - X2 ≤ 6
X1 ≤ 10
X2 ≥ 1
X1, X2 ≥ 0
Find the basic feasible solution and the optimal solution for above Linear Programming
Problem using Two-Phase method. Also interpret the solution
Comments
Leave a comment