[Solution] Explicitly state the following: Decision Variables: Express the decision variable in mathematical notation, and state what each decision variable
Question: Explicitly state the following:
- Decision Variables: Express the decision variable in mathematical notation, and state what each decision variable stands for in words.
- Constraints: Write each constraint in mathematical notation, and state what it stands for in words.
- Objective function: Write the objective in mathematical notation, and state what it stands for in words.
- Following steps (1) – (3), write the entire model as a linear programming (LP) formulation.
- Solve the LP using GAMS, and determine the optimal values of: decision variables, objective function, and constraints.
A steel manufacturer produces four sizes of I-beams: small, medium, large, and extra large. These beams can be produced on any one of the three machine types: A, B, C. The length in feet of the I-beams that can be produced on the machines per hour is summarized.
| BEAM | MACHINE | ||
| A | B | C | |
| Small | 300 | 600 | 800 |
| Medium | 250 | 400 | 700 |
| Large | 200 | 350 | 600 |
| Extra Large | 100 | 200 | 300 |
Assume that each machine can be used up to 50 hours/week, and that the hourly operating costs of these machines are $30, $50, and $80, respectively. Further suppose that 10000, 8000, 6000, and 6000 feet of the different size I-beams are respectively required weekly. Formulate this machine scheduling problem as a linear program to minimize operating costs.
Deliverable: Word Document 