simplex-method icon indicating copy to clipboard operation
simplex-method copied to clipboard

A python implementation for simplex method

Results 3 simplex-method issues
Sort by recently updated
recently updated
newest added

Hi, The example you state in the readme.md is reproduceable but the reported objective value of 17/5=3.4 does not reflect what you get by inserting the solution into the objective...

Hi, I have this problem below: objective = ('maximize', '1000x_1 + 700x_2') constraints= ['100x_1 + 50x_2