LP Formulation - Cargo Plane Cost Maximisation Problem
LP Formulation - Cargo Plane Cost Maximisation Problem
LP Formulation - Cargo Plane Cost Maximisation Problem
LP FORMULATION
Objective: To maximise the total profit for the flight by determining how much of each
cargo should be accepted and how each cargo should be distributed among the
compartments of a cargo plane.
1. There are 3 compartments in the cargo plane (front, centre and back).
Therefore,
12 : 18 : 10
= 6:9:5
4. Cargoes that have been offered have the following details as tabulated below:-
Volume (cubic
Cargo Weight (tons) Profit ($/ton)
feet/ton)
1 20 500 320
2 16 700 400
3 25 600 360
4 13 400 290
LP MODEL FORMULATION
Decision Variables
Let Xij be the weight (in tons) of cargo where i is the Cargo i (Cargo 1, Cargo 2, Cargo
3 or Cargo 4) and j is the Compartment j (Compartment 1 for front, Compartment 2
for centre and Compartment 3 for back); Where, i = 1, 2, 3, 4 and j = 1, 2, 3
The nomenclature of the Cargo type and compartment combination are tabulated
below.
OBJECTIVE FUNCTION
Max Z:
320 x (X11 + X12 + X13) + 400 x (X21 + X22 + X23) + 360 x (X31 + X32 + X33) +
290 x (X41 + X42 + X43)
CONSTRAINTS
(a) Weight Capacity (in tons) Constraint of Each Compartment as per Table 1
(b) Space Capacity (in cubic ft) Constraint of each Compartment as per Table 1
(X11 + X21 + X31 + X41) = (X12 + X22 + X32 + X42) = (X13 + X23 + X33 + X43)
6 9 5