simplex-algorithm
simplex-algorithm copied to clipboard
What's the problem can be solved by this program?
Thanks for your works.
What is the standard formulation of LP problem can be solving by this program? Does it like this:
Max Cx
s.t. Ax >= b Bx = e
If not, what is that? I want to know the equation of the problem.