Question: Implement the following LP Minimization model in Python. Min S.t. Z = 3x1 + 4x2 + 5x_3 2x1 + x3 8 x2 + x3
Implement the following LP Minimization model in Python. Min S.t. Z = 3x1 + 4x2 + 5x_3 2x1 + x3 8 x2 + x3 6 6x1+8x248 X1, X2, X3 0 a) (10 points) Report the optimal solution for decision variables and the objective value. b) (10 points) Report and interpret the reduced cost value of each decision variable. 1 Reduced cost can be positive or negative. For both maximization or minimization the mechanism is the same. The interpretation is based on changing: the coefficient of interest in the objective function minus the reduced cost. So if reduced cost is negative, we add to the coefficient, and if the reduced cost is positive we subtract from the coefficient to make the associated decision variable cost-efficient (or profitable).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
