2 Formulation of LP PDF
2 Formulation of LP PDF
2 Formulation of LP PDF
Programming
Problems
LP: A Quick Recap
Decision variables:
xLA = no. of Long trucks to be allocated to Route A
…
xMB = no. of Medium trucks to be allocated to Route B
…
xSC = no. of Small trucks to be allocated to Route C
Structural variables:
yA = lost traffic on Route A in a year (‘000 tonnes)
yB = lost traffic on Route B in a year (‘000 tonnes)
yA = lost traffic on Route C in a year (‘000 tonnes)
8. Truck Allocation Problem
Max z = 10(16xLA+18xMA+5xSA)+7(18xLB+21xMB+8xSB)
+8(15xLC+19xMC+6xSC) - (15xLA+15xMA+ 15xSA
+22xLB+18xMB+25xSB+18xLC+16xMC+22xSC)
- (20yA + 14yB + 16yC)
s.t.
16xLA+18xMA+5xSA + yA = 300
18xLB+21xMB +8xSB + yB = 400
15xLC+19xMC+6xSC + yC = 200
xLA+ xLB + xLC ≤ 15
xMA+ xMB + xMC ≤ 9
xSA + xSB + xSC ≤ 24
xLA , xLB , … , xSC ≥ 0 ; yA , yB , yC ≥ 0
9. Production Schd. Problem
A fabrication firm has agreed to produce and supply 3000
units of a component over the next six months. The
scheduled deliveries are as follows:
July 350
August 600
September 300
October 550
November 700
December 500
Total 3000
9. Production Schd. Problem
The components’ warehouse has a capacity for storing
not more than 400 components, and it costs $2 per
component to store for one month.
The firm has set up facilities for an average
production of 500 components a month. The cost of
setting up for additional units of production in any
month works out to $0.50 per component. If in any
month, the production falls below 500 components,
the idle cost of set-up facilities works out to $0.60 per
component.
Formulate the above as a linear programming
problem.
9. Production Schd. Problem
Decision Variables:
x1 = units to be produced in month 1 (July)
.
.