Goal Programming and Denovo Programing Assignments
Goal Programming and Denovo Programing Assignments
(1) The company does not want to spend over $20,000 per week on
production, if possible.
(2) The company would like to limit overtime to 100 hours per week.
(3) The company wants to meet demand for all three fertilizers; however, it
is twice as important to meet the demand for Supergro as it is to meet the
demand for Dynaplant, and it is twice as important to meet the demand for
Dynaplant as it is to meet the demand for Soilsaver.
Denovo
The MOLP problem is formulated
Max z1 = x1 + x2
Max z2 = x1 + 4x2
S.t
x1 + 3x2 <= 30
x1 >=0, x2>=0