In a linear programming model for the production of three different products whose production levels are X₁, X2, and X3
Posted: Sun Jul 03, 2022 5:23 pm
In a linear programming model for the production of three different products whose production levels are X₁, X2, and X3 respectively, we wish to include the following business rule. Select the correct translation of this constraint. Business Rule: "The number of units of type 3 should not exceed twice as many as the other two products combined." X₁ + X2 - 2X3 ≥ 0 X₁ + X₂ - 2X3 ≤ 0 2X₁ + 2X2 X3 ≥ 0 2X₁ + 2X2 X3 ≤ 0 -