Anda di halaman 1dari 16

SIFAT LINIER MODEL LP

• Setiap LP dengan dua variabel harus termasuk dalam salah satu dari
empat kasus berikut.
• LP memiliki solusi optimal yang unik.
• LP memiliki alternatif atau beberapa solusi optimal: Dua atau lebih titik
ekstrim optimal, dan LP akan memiliki jumlah solusi optimal yang tak
terbatas.
• LP tidak layak: Wilayah layak tidak mengandung poin.
• LP tidak terbatas: Ada titik-titik di wilayah yang layak dengan nilai-z besar
yang berubah-ubah (masalah maks) atau nilai-z kecil yang berubah-ubah
(masalah min).

2
LP with a Unique Optimal Solution

• Solve the following LP problem:


Maximize z = x1 + 2x2
s.t.
-2x1 + 2x2 ≤ 5
2x1 + x2 ≥ 2
3x1 + 4x2 ≤ 24
x1, x2 ≥ 0

3
LP with a Unique Optimal Solution

Maximize z = x1 + 2x2
s.t.
-2x1 + 2x2 ≤ 5
2x1 + x2 ≥ 2
3x1 + 4x2 ≤ 24
x1, x2 ≥ 0

4
LP with a Unique Optimal Solution

• Note that every point in the feasible region is a feasible solution of


the LP.
• To determine the maximum feasible objective function value, we
consider the family of parallel “isoprofit lines”, t= x1 + 2x2 where t is a
parameter.

5
LP with a Unique Optimal Solution

• This figure shows these lines for t = 2, 4, 6, 8, 10, 11.

6
LP with a Unique Optimal Solution

• The objective function value can be increased by “moving” the line t =


x1 + 2x2 upwards and to the right in such a way that it intersects the
feasible region.
• The maximum value is attained just before t = x1 + 2x2 ceases to
intersect the feasible region. This intersection point is the solution of
the equations:
-2x1 + 2x2 ≤ 5
3x1 + 4x2 ≤ 24
• So, the optimal solution is x1 = 2 and x2 = 4.5. The maximum value: z =
x1 + 2x2 = 2 + 2*4.5 = 11, which occurs at the point (2, 4.5).
7
LP with Alternative or Multiple
Optimal Solutions
• Solve the following LP problem:
Minimize z = -6x1 + 8x2
s.t.
6x1 – 10x2 ≥ -15
4x1 + 4x2 ≤ 37
3x1 – 4x2 ≤ 12
x1 ≥ 2, x2 ≥ 3/4

8
• The feasible solution to the problem is plotted in the shaded
region of ABCDE.
• This figure plots intersection between the region and a family of
“isocost lines”: -6x1 + 8x2 = t, t = 8, -6, -24.
• Karena garis -6x1 + 8x2 = -24 sama dengan garis 3x1 – 4x2 = 12, setiap
titik pada garis BC merupakan solusi optimal. Oleh karena itu, ada
banyak solusi optimal tak terhingga untuk LP ini dengan biaya yang
sama.
• Dapat dibuktikan benar bahwa jika dua titik (B dan C di sini) optimal
maka setiap titik pada ruas garis yang menghubungkan kedua titik ini
juga akan optimal.
• Jika terjadi alternatif optimal, maka pengambil keputusan dapat
menggunakan kriteria sekunder untuk memilih di antara solusi
optimal.
Unbounded LP
• Untuk masalah maksimisasi, LP tidak terbatas jika dimungkinkan untuk
menemukan titik di wilayah yang layak dengan nilai z yang besar, yang
sesuai dengan pembuat keputusan yang menghasilkan pendapatan
atau keuntungan yang besar.
• Untuk masalah minimalisasi, LP tidak terbatas jika dimungkinkan untuk
menemukan titik di wilayah layak dengan nilai z kecil yang bebas.
• Ini menunjukkan bahwa solusi optimal tak terbatas seharusnya tidak
terjadi dalam LP yang diformulasikan dengan benar. Dengan demikian,
mungkin telah terjadi kesalahan dalam merumuskan LP atau
memasukkan LP ke komputer.
• Solve the following LP
problem:
Maximize z = x1 + x2
s.t.
-3x1 + 2x2 ≤ 3
x1 – 2x2 ≤ 0
x1, x2 ≥ 0
• Gambar tersebut memplot perpotongan antara daerah layak dan garis
t = x1 + x2 di mana t = 2, 4, 6. tujuannya dapat ditingkatkan dengan
menggerakkan garis t = x1 + x2 ke atas dan ke kanan. Seperti dapat
dilihat dari gambar, fungsi tujuan dapat ditingkatkan tanpa batas dan
pada saat yang sama kendala terpenuhi. Dengan demikian, LP tidak
memiliki solusi optimal karena fungsi tujuan tidak terbatas.
LP with Infeasible Solution

• Obtain the optimal solution to the following problem:


Maximize z = x1 + x2
s.t.
x1 + 2x2 ≥ 4
x1 + 2x2 ≤ 2
x1, x2 ≥ 0
The above solution does not have a feasible solution as it is not
possible to satisfy the constraints simultaneously. An LP which has
no feasible solution is said to be infeasible. In practice, feasibility
may arise because of incorrect formulation or errors in the data.

Anda mungkin juga menyukai