Linear Programming 1 PDF
Linear Programming 1 PDF
1
1. Feasibility
x* is chosen to be feasible
2. Stationarity
If x* is a local maximum then:
F ( x*) [c j x j ] [G *Aij x j + b *Ai ]
= = c j = i = i G *Aij
x j x j x j
4. Curvature
In LLP curvature condition applies for any x* since Lagrangian Hessian is always zero.
2 L( x*, ) 2 [c j x j i (G *Aij x j b *Ai )]
Wkl = Z ik Z lj = Z ik Z lj = 0
x j x k x j x k
x = x*
2
Crop Allocation Example
Problem is to maximize revenue from two crops, given constraints on available land and water
and on minimum total crop grown.
Decision variables:
3
x1 = mass of crop 1 grown (tonnes = 10 kg)
3
x2 = mass of crop 2 grown (tonnes = 10 kg)
Maximize 6 x1 + 11x2
x1,x2
such that :
2 x1 + x2 104 Water constraint (103 m3/season)
x1 + 2 x2 76 Land constraint (ha)
- x1 x2 25 Minimum production constraint (tonnes)
- x1 0 x1 non - negativity constraint
- x2 0 x2 non - negativity constraint
x2
(0,38)
Increasing F(x)
g4(x) g2(x) land
non-neg
(44,16)
(0,25)
g3(x) F
production
g1(x) water
3
Pairs of constraints active at the 5 corners of the feasible solution are all linearly independent
(i.e. corresponding G *Aij have rank * = m*A = n = 2 ).
There are no interior, non-corner boundary, or degenerate solutions for this example.
So we need only consider the Lagrange multipliers at the 5 corner solutions:
Candidate Active Lagrange Multipliers
Solution Constraints
(25, 0) 3, 5 3 = -6 5 = -5
(52, 0) 5, 1 1 = +3 5 = -8
(44, 16) 1, 2 1 = +1/3 2 = +16/3
(0, 38) 2, 4 2 = +11/2 4 = -1/2
(0, 25) 4, 3 4 = -11 3 = +5
x* = (44, 16) is the local/global maximum since it is the only corner solution with positive
Lagrange multipliers for all active constraints.
In this problem the optimum crop allocation mixes Crop 1 and Crop 2 in a way that uses all
available land and water while giving maximum revenue.
It is possible to generate a degenerate solution to this problem by changing the water constraint
to g1(x) = 2x1 + x2. 152. Then * < m*A ( * = 2, n = 2, m*A = 3) at the new corner (76, 0).
There is not a unique set of is satisfying stationarity condition at this corner.
So the inequality Lagrange multiplier condition cannot be checked.