Post Reply 
Simplex method in prime how to use the constrains maximise s.t. constraints.
11-17-2023, 10:47 AM
Post: #69
RE: Simplex method in prime how to use the constrains maximise s.t. constraints.
As for last problem

[[ 1 -1 0 0 1 0 0 'E' 3 ]
[ -3 2 9 2 0 -2 0 'E' 22 ]
[ 0 1 0 0 0 -1 0 'E' 2 ]
[ 4 3 5 0 1 0 -1 'E' 4 ]
[ -1 0 3 -1 0 0 0 0 'Max' ]]
E for equal

There should have 2 distinct solutions :





Solution 1
Z-Max: 6 :x1: 0 :x2: 2 :x3: 2 :x4: 0 :x5: 5 :x6: 0 :x7: 17 :

Solution 2
Z-Max: 6 :x1: 5 :x2: 2 :x3: [ '11/3' 3.66666666667 ] :x4: 0 :x5: 0 :x6: 0 :x7: [ '121/3' 40.3333333333 ] :


So that solution Simplex
L×(solution1) + (1-L)×solution2

But again, here we have a special, so that the full solution should be :

{L×(solution1) + (1-L)×solution +
mu1× [ 1 1 '1/3' 0 0 1 '26/3' ] +
mu2 ×[ 0 1 0 0 1 1 4 ]}, with mu1& mu2 free.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Simplex method in prime how to use the constrains maximise s.t. constraints. - Gil - 11-17-2023 10:47 AM



User(s) browsing this thread: 6 Guest(s)