Consider the following Linear Program: max 2x1 + 3x2 +4x3 (1) s.t. X1 + x2 + x3 = 50 (2) X1 + x2 + x3 = 100 (3) X1, X2,
Posted: Sun May 08, 2022 4:28 pm
Consider the following Linear Program: max 2x1 + 3x2 +4x3 (1) s.t. X1 + x2 + x3 = 50 (2) X1 + x2 + x3 = 100 (3) X1, X2, X3 > 0 If I remove constraint (3), what should happen to the optimal objective value? a. None of these. b. It gets smaller c. It stays the same d. It gets larger