Chapter 6
Chapter 6
• Goal Programming
• Nonlinear Programming
Integer Programming (IP)
Where some or all decision variables are
required to be whole numbers.
Lamps Fans
(per lamp) (per fan)
Profit Hours
$600 $700
Contribution Available
Wiring Hours 2 hrs 3 hrs 12
Assembly Hours 6 hrs 5 hr 30
LP Model Summary
Max 600 L + 700 F ($ of profit)
Subject to the constraints:
2L + 3F < 12 (wiring hours)
6L + 5F < 30 (assembly hours)
L, F > 0
Graphical Solution
Properties of Integer Solutions
• Rounding off the LP solution might not
yield the optimal IP solution
Invest up to $3 Million
480T + 540B + 680D + 1000H
+ 700L + 510S + 900C < 3000
Include At Least 2 Texas Companies
T+H+L > 2
B<T
allows the 3 acceptable combinations and
prevents the unacceptable one
Go to file 6-3.xls
Mixed Integer Models:
Fixed Charge Problem
• Involves both fixed and variable costs
Regular Variables
Xij = number of units shipped from plant i
to warehouse j
Objective Function (in $ of cost)
Min 73XCD + 103XCH + 88XCN + 108XCL +
85XKD + 80XKH + 100XKN + 90XKL + 88XPD +
97XPH + 78XPN + 118XPL + 113XSD +
91XSH + 118XSN + 80XSL + 84XBD +
79XBH + 90XBN + 99XBL +
400,000YS + 325,000YB
Go to File 6-5.xls
Goal Programming Models
• Permit multiple objectives
• Objective is to minimize
underachievement of goals
Goal Programming Example:
Wilson Doors Co.
Makes 3 types of doors from 3 limited
resources
Deviation Variables
di+ = amount by which goal i is overachieved
di- = amount by which goal i is underachieved
Goal Constraints
Goal 1: Total sales at least $180,000
70E + 110I + 110C + dT- - dT+ = 180,000
$35,000
110C + dC- - dC+ = 35,000
Objective Function
Minimize total goal underachievement
Objective Function
Min 5dT- + dE- + dI- + dC-
Properties of Weighted Goals
• Solution may differ depending on the
weights used
Go to file 6-7.xls
2) If the R1 goal can be achieved (dT- = 0),
then this is added as a constraint and we
attempt to satisfy the R2 goal (Goal 5)
Profit Function
Profit per patient increases as the number of
patients increases (i.e. nonlinear profit
function)
Constraints
• Hospital capacity: 200 total patients
Go to file 6-8.xls