- #1
sara_87
- 763
- 0
Homework Statement
I have a programing problem and have to solve it using the simplex method. after i do all iterations such that the objective function row is all positive, how do i get the final answer.
For an example, if i have the final table as:
1, 2, 3, 4,
5, 8, 1, 7,
6, 11, 12, 9,
where the last row is the objective function row,
the first column is the right hand side of each equation, second column x1, third column x2 , fourth column x3,
first row x4 and second row x5
Homework Equations
The Attempt at a Solution
do i have to say that: x1=11; x2=12; x3=9
I think that's wrong.
Any ideas or help would be very much appreciated.
Thank you