Consider the following minimization problem.
Min z = x1 + 2x2
s.t. x1 + x2 300
2x1 + x2 400
2x1 + 5x2 750
x1, x2 0
Which constraints are binding at the optimal solution? (x1 =250, x2 = 50)
This solution provides details on solving a linear programming minimization problem and identifies the binding constraints