Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

DS414 Multi-Objective Programming-(2015-2016)

Exercises (2)
The Global Criterion method & The Weighting method
(1) Write the major advantage of :
(I)
The Global Criterion method,
(II)
The Weighting method.
(2) Write the algorithm and flowchart of:
(I)
(II)

The Global Criterion method,


The Weighting method.

(3) Write a MATLAB and AMPL codes for:


(I)
The Global Criterion method,
(II)
The Weighting method.
to solve the following problems.
(4) Use : (I) The Global Criterion method, (let p=1 & 2),
(II) The Weighting method
to solve the following problems:
(a) Max (7x1 - 4x2)
Max (-2x1 +5x2)
Subject to
- x1 + x2 4, x1 +x2 9, x1 7, x2 5, x1, x2 0.
(b) Max ( 3x1 + 4x2)
Min (4x1 + 3x2)
Subject to
3x1 + 7x2 28, 9x1 + 7x2 46, 4x1 + x2 17, x1 , x2 0.
(c) Min (-2x1 - 3x2)
Min (4x1 + 3x2)
Subject to
3x1 + 7x2 29, 9x1 + 8x2 47, 5x1 + 2x2 18, x1 , x2 0.
(d) Max ( 2x1 + 5x2)
Max (-5x1 3x2)
Subject to
0.5x1 + 0.25x2 9, 0.2x1 + 0.2 x2 5, x1 + 5x2 73, x1 , x2 0.
(e) Max ( x1 + x2)
Max (-x1 + x2)
Subject to
x1 5, x2 5, x1 , x2 0.

You might also like