Linear Programming: Modeling Examples: BJQP 2023 Management Science
Linear Programming: Modeling Examples: BJQP 2023 Management Science
Modeling Examples
BJQP 2023
MANAGEMENT SCIENCE
To Store
From Warehouse
A B C
1 $16 $18 $11
2 14 12 13
3 13 15 17
A Transportation Example
Model Summary
Minimize Z = $16x1A + 18x1B + 11x1C + 14x2A + 12x2B + 13x2C +
13x3A + 15x3B + 17x3C
subject to:
x1A + x1B+ x1C 300
x2A+ x2B + x2C 200
x3A+ x3B + x3C 200
x1A + x2A + x3A = 150
x1B + x2B + x3B = 250
x1C + x2C + x3C = 200
All xij 0
A Blend Example
Problem Definition and Data (1 of 3)
Maximum Barrels
Component Cost/barrel
Available/day
1 4,500 $12
2 2,700 10
3 3,500 14
At least 50% of 1
Super $23
Not more than 30% of 2
At least 40% of 1
Premium
Not more than 25% of 3 20
At least 60% of 1
Extra 18
At least 10% of 2
A Blend Example
Problem Statement and Variables (2 of 3)