<< 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

differentiate between demand and supply giving examples
Lambiv Reply
differentiated between demand and supply using examples
Lambiv
what is labour ?
Lambiv
how will I do?
Venny Reply
how is the graph works?I don't fully understand
Rezat Reply
information
Eliyee
devaluation
Eliyee
t
WARKISA
hi guys good evening to all
Lambiv
multiple choice question
Aster Reply
appreciation
Eliyee
explain perfect market
Lindiwe Reply
In economics, a perfect market refers to a theoretical construct where all participants have perfect information, goods are homogenous, there are no barriers to entry or exit, and prices are determined solely by supply and demand. It's an idealized model used for analysis,
Ezea
What is ceteris paribus?
Shukri Reply
other things being equal
AI-Robot
When MP₁ becomes negative, TP start to decline. Extuples Suppose that the short-run production function of certain cut-flower firm is given by: Q=4KL-0.6K2 - 0.112 • Where is quantity of cut flower produced, I is labour input and K is fixed capital input (K-5). Determine the average product of lab
Kelo
Extuples Suppose that the short-run production function of certain cut-flower firm is given by: Q=4KL-0.6K2 - 0.112 • Where is quantity of cut flower produced, I is labour input and K is fixed capital input (K-5). Determine the average product of labour (APL) and marginal product of labour (MPL)
Kelo
yes,thank you
Shukri
Can I ask you other question?
Shukri
what is monopoly mean?
Habtamu Reply
What is different between quantity demand and demand?
Shukri Reply
Quantity demanded refers to the specific amount of a good or service that consumers are willing and able to purchase at a give price and within a specific time period. Demand, on the other hand, is a broader concept that encompasses the entire relationship between price and quantity demanded
Ezea
ok
Shukri
how do you save a country economic situation when it's falling apart
Lilia Reply
what is the difference between economic growth and development
Fiker Reply
Economic growth as an increase in the production and consumption of goods and services within an economy.but Economic development as a broader concept that encompasses not only economic growth but also social & human well being.
Shukri
production function means
Jabir
What do you think is more important to focus on when considering inequality ?
Abdisa Reply
any question about economics?
Awais Reply
sir...I just want to ask one question... Define the term contract curve? if you are free please help me to find this answer 🙏
Asui
it is a curve that we get after connecting the pareto optimal combinations of two consumers after their mutually beneficial trade offs
Awais
thank you so much 👍 sir
Asui
In economics, the contract curve refers to the set of points in an Edgeworth box diagram where both parties involved in a trade cannot be made better off without making one of them worse off. It represents the Pareto efficient allocations of goods between two individuals or entities, where neither p
Cornelius
In economics, the contract curve refers to the set of points in an Edgeworth box diagram where both parties involved in a trade cannot be made better off without making one of them worse off. It represents the Pareto efficient allocations of goods between two individuals or entities,
Cornelius
Suppose a consumer consuming two commodities X and Y has The following utility function u=X0.4 Y0.6. If the price of the X and Y are 2 and 3 respectively and income Constraint is birr 50. A,Calculate quantities of x and y which maximize utility. B,Calculate value of Lagrange multiplier. C,Calculate quantities of X and Y consumed with a given price. D,alculate optimum level of output .
Feyisa Reply
Answer
Feyisa
c
Jabir
the market for lemon has 10 potential consumers, each having an individual demand curve p=101-10Qi, where p is price in dollar's per cup and Qi is the number of cups demanded per week by the i th consumer.Find the market demand curve using algebra. Draw an individual demand curve and the market dema
Gsbwnw Reply
suppose the production function is given by ( L, K)=L¼K¾.assuming capital is fixed find APL and MPL. consider the following short run production function:Q=6L²-0.4L³ a) find the value of L that maximizes output b)find the value of L that maximizes marginal product
Abdureman
types of unemployment
Yomi Reply
What is the difference between perfect competition and monopolistic competition?
Mohammed
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