<< Chapter < Page Chapter >> Page >
Chương này trình bày trình bày khái niệm đối ngẫu, các quy tắc đối ngẫu và giải thuật đối ngẫu. Đây là các kiến thức có giá trị trong ứng dụng vì nhờ đó có thể giải một quy hoạch tuyến tính từ quy hoạch tuyến tính đối ngẫu của nó.

KHÁI NIỆM VỀ ĐỐI NGẪU

Đối ngẫu là một khái niệm cơ bản của việc giải bài toán quy hoạch tuyến tính vì lý thuyết đối ngẫu dẫn đến một kết quả có tầm quan trọng về mặt lý thuyết và cả mặt thực hành.

Đối ngẫu của quy hoạch tuyến tính dạng chính tắc

Xét một bài toán quy hoạch tuyến tính dạng chính tắc

min z ( x ) = c T x Ax = b x 0 { alignl { stack { size 12{"min z" \( x \) =c rSup { size 8{T} } x} {} #alignl { stack { left lbrace "Ax"=" b " {} #right none left lbrace x>= "0 " {} # right no } } lbrace {}} } {}

Giả sử rằng x* là phương án tối ưu cần tìm của bài toán và x0 là một phương án của bài toán thì một cận trên của giá trị mục tiêu tối ưu được xác định vì :

cTx* £ cTx0

Tuy chưa tìm được phương án tối ưu x* nhưng nếu biết thêm được một cận dưới của giá trị mục tiêu tối ưu thì ta đã giới hạn được phần nào giá trị mục tiêu tối ưu. Người ta ước lượng cận dưới này theo cách như sau :

Với mỗi vectơ xT = [x1 x2 ... xn] ³ 0 thuộc Rn chưa thoả ràng buộc của bài toán, tức là

b – Ax ¹ 0

người ta nới lỏng bài toán trên thành bài toán nới lỏng :

min L(x,y) = cTx + yT(b - Ax)

x ³ 0

yT = [ y1 y2 ... ym] tuỳ ý Î Rm

Gọi g(y) là giá trị mục tiêu tối ưu của bài toán nới lỏng, ta có :

g(y)= min { cTx + yT(b - Ax) } (x ³ 0)

£ cTx + yT(b - Ax)

Trong trường hợp x là phương án của bài toán ban đầu, tức là :

b - Ax = 0

thì

g(y) £ cTx

Vậy g(y) là một cận dưới của giá trị mục tiêu bất kỳ nên cũng là cận dưới của giá trị mục tiêu tối ưu.

Một cách tự nhiên là người ta quan tâm đến bài toán tìm cận dưới lớn nhất, đó là :

max g(y)

y tuỳ ý Î Rm

Bài toán này được gọi là bài toán đối ngẫu của bài toán ban đầu. Trong phần sau người ta sẽ chứng minh giá trị mục tiêu tối ưu của bài toán đối ngẫu bằng với giá trị mục tiêu tối ưu của bài toán gốc ban đầu.

Người ta đưa bài toán đối ngẫu về dạng dể sử dụng bằng cách tính như sau :

g(y)= min { cTx+yT(b - Ax) }(x ³ 0)

= min { cTx + yTb - yTAx }(x ³ 0)

= min { yTb + (cT - yTA)x }(x ³ 0)

= yTb + min { (cT - yTA)x } (x ³ 0)

Ta thấy :

min ( c T y T A ) x = ( x 0 ) [ 0 khi c T y T A 0 [ không xác đinh khi c T y T A < 0 [ size 12{ {"min" \( c rSup { size 8{T} } - y rSup { size 8{T} } A \) x={}} cSub { size 8{ \( x>= 0 \) } } alignl { stack { \[0" khi c" rSup { size 8{T} } - y rSup { size 8{T} } A>= 0 {} # \[ ital "không"" xác đinh khi c" rSup { size 8{T} } - y rSup { size 8{T} } A<0 {} } } \[ } {}

Vậy ta nhận được :

g(y) = yTb với cT - yTA  0

Suy ra bài tóan đối ngẫu có dạng :

max g ( y ) = y T b y T A c T y R m tùy ý { alignl { stack { size 12{"max"" g" \( y \) =y rSup { size 8{T} } b} {} #alignl { stack { left lbrace y rSup { size 8{T} } A<= c rSup { size 8{T} } {} # right none left lbrace y in R rSup { size 8{m} } " tùy ý " {} #right no } } lbrace {} } } {}

Hay là :

max g ( y ) = b T y A T y c y R m tùy ý { alignl { stack { size 12{"max"" g" \( y \) =b rSup { size 8{T} } y} {} #alignl { stack { left lbrace A rSup { size 8{T} } y<= c {} # right none left lbrace y in R rSup { size 8{m} } " tùy ý " {} #right no } } lbrace {} } } {}

Định nghĩa đối ngẫu trong trường hợp quy hoạch tổng quát

Trong trường hợp quy hoạch tuyến tính tổng quát, những quy tắc sau đây được áp dụng để xây dựng bài toán đối ngẫu :

- Hàm mục tiêu đối ngẫu :

. max « min

- Biến đối ngẫu :

. Mỗi ràng buộc « một biến đối ngẫu

- Chi phí đối ngẫu và giới hạn ràng buộc :

. Chi phí đối ngẫu « giới hạn ràng buộc

- Ma trận ràng buộc đối ngẫu :

. Ma trận chuyển vị

- Chiều của ràng buộc và dấu của biến :

. Ràng buộc trong bài toán max có dấu £ thì biến đối ngẫu trong bài toán min có dấu ³ 0 ( trái chiều )

. Ràng buộc trong bài toán max có dấu = thì biến đối ngẫu trong bài toán min có dấu tùy ý.

. Ràng buộc trong bài toán max có dấu ³ thì biến đối ngẫu trong bài toán min có dấu £ 0 ( trái chiều )

. Biến của bài toán max có dấu ³ 0 thì ràng buộc đối ngẫu trong bài toán min có dấu ³ ( cùng chiều )

Questions & Answers

A golfer on a fairway is 70 m away from the green, which sits below the level of the fairway by 20 m. If the golfer hits the ball at an angle of 40° with an initial speed of 20 m/s, how close to the green does she come?
Aislinn Reply
cm
tijani
what is titration
John Reply
what is physics
Siyaka Reply
A mouse of mass 200 g falls 100 m down a vertical mine shaft and lands at the bottom with a speed of 8.0 m/s. During its fall, how much work is done on the mouse by air resistance
Jude Reply
Can you compute that for me. Ty
Jude
what is the dimension formula of energy?
David Reply
what is viscosity?
David
what is inorganic
emma Reply
what is chemistry
Youesf Reply
what is inorganic
emma
Chemistry is a branch of science that deals with the study of matter,it composition,it structure and the changes it undergoes
Adjei
please, I'm a physics student and I need help in physics
Adjanou
chemistry could also be understood like the sexual attraction/repulsion of the male and female elements. the reaction varies depending on the energy differences of each given gender. + masculine -female.
Pedro
A ball is thrown straight up.it passes a 2.0m high window 7.50 m off the ground on it path up and takes 1.30 s to go past the window.what was the ball initial velocity
Krampah Reply
2. A sled plus passenger with total mass 50 kg is pulled 20 m across the snow (0.20) at constant velocity by a force directed 25° above the horizontal. Calculate (a) the work of the applied force, (b) the work of friction, and (c) the total work.
Sahid Reply
you have been hired as an espert witness in a court case involving an automobile accident. the accident involved car A of mass 1500kg which crashed into stationary car B of mass 1100kg. the driver of car A applied his brakes 15 m before he skidded and crashed into car B. after the collision, car A s
Samuel Reply
can someone explain to me, an ignorant high school student, why the trend of the graph doesn't follow the fact that the higher frequency a sound wave is, the more power it is, hence, making me think the phons output would follow this general trend?
Joseph Reply
Nevermind i just realied that the graph is the phons output for a person with normal hearing and not just the phons output of the sound waves power, I should read the entire thing next time
Joseph
Follow up question, does anyone know where I can find a graph that accuretly depicts the actual relative "power" output of sound over its frequency instead of just humans hearing
Joseph
"Generation of electrical energy from sound energy | IEEE Conference Publication | IEEE Xplore" ***ieeexplore.ieee.org/document/7150687?reload=true
Ryan
what's motion
Maurice Reply
what are the types of wave
Maurice
answer
Magreth
progressive wave
Magreth
hello friend how are you
Muhammad Reply
fine, how about you?
Mohammed
hi
Mujahid
A string is 3.00 m long with a mass of 5.00 g. The string is held taut with a tension of 500.00 N applied to the string. A pulse is sent down the string. How long does it take the pulse to travel the 3.00 m of the string?
yasuo Reply
Who can show me the full solution in this problem?
Reofrir Reply
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Quy hoạch tuyến tính. OpenStax CNX. Aug 08, 2009 Download for free at http://cnx.org/content/col10903/1.1
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Quy hoạch tuyến tính' conversation and receive update notifications?

Ask