Goal Programming
Goal Programming
Examples:
Production Planning - Maximize Profit/Maximize Market
Share
Location Selection - Maximize Sales/Minimize Delivery Cost
Personal Schedule - Maximize GPA/Maximize Income
Formulation of GP Problems
Deviations: the amount away from the desired standards or objectives:
– Overachievement (d+i ≥ 0) vs. Underachievement (d-i ≥ 0)
– For each goal, at least, one of d+i and d-i must be equal to "0"
Formulation of GP Problems
You recognize that advertising during football games and soap operas will
cover the target audience. The table below indicates the number of viewers
from the different categories that will be viewing these types of programming.
x1, x2, d1- , d1+ , d2- , d2+ , d3- , d3+ , d4- , d4+ > 0
NONPREEMPTIVE GOAL PROGRAMMING
An Advertisement Example
• A company is considering three forms of advertising.
Cost per Ad Customers
Television 3000 1000
Radio 800 500
• Goals Newspaper 250 200
LP Model:
• Detrimental variables
Ui = the amount by which the left hand side falls short
of (under) its right hand side value.
Ei = the amount by which the left hand side exceeds its
right hand side value.
• The goal equations
3000X1 + 800X2 + 250X3 + U1 – E1 = 25,000
1000X1 + 500X2 + 200X3 + U2 – E2 = 30,000
X1 + U3 – E3 = 10
An Advertisement Example
E1 U2 U3
25,000 30,000 10
An Advertisement Example