uestla / Simplex-Calculator

PHP tool for linear programming problems solving
http://simplex.wz.cz/
39 stars 19 forks source link

how to run your program, so that it can run what needs to be changed in the code? , thanks in advance #3

Closed cloudgundes closed 5 years ago

cloudgundes commented 5 years ago

ss

uestla commented 5 years ago

Is that a screenshot of example.php?

You just set your functions and let the Solver class solve it. Solver::getSteps() returns all steps towards the optimal solution (which is the last one or last two element(s)).

cloudgundes commented 5 years ago

yes of course, that's a screenshot from example.php, what should I change? because the program is still not running, even though it's copied example.php but only shows it as shown above. Thank you in advance Screenshot_5

uestla commented 5 years ago

Well in fact it is running since it's showing the result in form of simple variable dump - there's no UI, it is meant to be used in programmatical way.

cloudgundes commented 5 years ago

thks sir