CH 10 Supplementary
CH 10 Supplementary
CH 10 Supplementary
Airline company
An airline owns an aging fleet of Boeing 737 jet airplanes. It is
considering a major purchase of up to 17 new Boeing model 757 and
767 jets. The decision must take into account numerous cost and
capability factors, including the following: (1) the airline can finance
up to $1.6 billion in purchase; (2) each Boeing 757 will cost $80
million, and each Boeing 767 will cost $110 million; (3) at least onethird of the planes purchased should be the 757; (4) the annual
maintenance budget is to be no more than $8 million; (5) the annual
maintenance cost per 757 is estimated to be $800,000 and it is
$500,000 for each 767 purchased; and (6) each 757 can carry 125,000
passengers per year, whereas each 767 can fly 81,000 passengers
annually. Formulate this as an integer programming problem to
maximize the annual passenger-carrying capability.
year 1
$8,000
$6,000
$12,000
$20,000
year 2
$7,000
$4,000
$8,000
$16,000
Contingent decisions
e.g. can only do Y1 if Y2 is done
Threshold levels
A decision variable is either at least as large as a specified minimum,
or else it is zero (Examples: quantity discount; only take a field trip if
half the class goes, etc )
e.g. X must be >= m if X is nonzero
Contingent Decisions:
Formulation:
Either or constraint
Only one of two constraints must hold
Example
Either 3X +2Y<=18
Or X+4Y<=16
Example 6. Functions
Formulate the following mathematical model as a mixed-integer
program
Max 3x1+2x2+2x3+3x4
S.t:
1) 2x1-x2+x3+3x4<=15
2) One of the following two inequalities must hold:
x1+x2+x3+x4<=4
3x1-x2-x3+x4<=3.
3) Two of the following four inequalities must hold:
5x1+3x2+3x3-x4<=10
2x1+5x2-x3+3x4<=10
-x1+3x2+5x3+3x4<=10
3x1-x2+3x3+5x4<=10.