Assignment Optimization
Assignment Optimization
1- A company which operates 10 hours a day manufactures two products on three sequential
processes. The following table summarizes the data of the problem:
Minutes per unit
Product Process 1 Process 2 Process 3 Unit profit
1 10 6 8 $2
2 5 20 10 $3
Formulate the problem as a linear program to find the optimal mix of the two products in
order to maximize the total return.
3- Determine the optimum solution for the following LP problem using simplex method:
Minimize z = 5x1 - 4x2 + 6x3 - 8x4
subject to;
x1 + 2x2 + 2x3 + 4x4 ≤ 40
2x1 – x2 + x3 + 2x4 ≤ 8
4x1 – 2x2 + x3 – x4 ≤ 10
x1, x2, x3, x4 ≥ 0
- Verify your solution using TORA software.