Chapter Summary For Revision
Chapter Summary For Revision
Where:
Z = Objective Function (e.g., Profit, Cost)
x1 , x2 , ..., xn = Decision Variables
a1 x1 + a2 x2 + ... + an xn ≤ b
or
a1 x1 + a2 x2 + ... + an xn = b
or
a1 x1 + a2 x2 + ... + an xn ≥ b
x1 , x2 , ..., xn ≥ 0
This ensures that decision variables take only meaningful values (e.g., you can’t produce negative products).
(Where 100 and 75 are the profits per unit for iPhones and iPods, respectively.)
2x1 + x2 ≤ 5000
x1 ≥ 500, x2 ≥ 3000
4. Non-Negativity Constraints
x1 , x2 ≥ 0
Decision Variables
Xij = Quantity transported from plant i to warehouse j .
Constraints
Production Capacity:
Xij ≥ 0
7. Example 3: Investment Problem
A company needs to choose investment projects with limited budget.
Decision Variables
Xi = 1 if project i is selected, 0 otherwise.
Objective Function
Budget Constraints
Additional Constraints
At least 2 projects must be chosen:
X1 + X2 + X3 + X4 ≥ 2