I've calculated a very, very basic LP problem:
with >= "greater or alike" and <= "smaller or alike"
max x + 2y
4x + 3y >= 12
<blockquote> <p>x <= 4 </p> </blockquote>
With ORSTAT (LP program) this turned out to be "Unbounded", which I understand. However, as to why the simplexmethod terminates, the book says:
because in the 3rd tableau there ain't no pivot in the Surpl1-column
I don't get it?! Why is this the reason...Why should there be a pivot in the S1-column?
As for the output:
