uestla / Simplex-Calculator

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

How to open this programs #5

Closed graymail closed 3 years ago

graymail commented 3 years ago

How to solve this, I'm confused and can not handle it. Please help me .

image

uestla commented 3 years ago

Take a look at the code in the file. There are the definitions for the problem. What you see in the browser is the solution, which is not really well-formatted for viewing in the browser.

You can either press Ctrl + U to see it as the source code in the browser, or run in in command line via php example.php.

graymail commented 3 years ago

I don't know, I'm not familiar with programming languages and don't know what you mean. Can you please tell me how I can run the program?

and whether the result is similar to the simplex calculator in http://simplex.tode.cz ?

Thanks

uestla commented 3 years ago

The website uses this library to solve the simplex problem. The example is only showing how you can use the library in your program, so it has no GUI per se.

graymail commented 3 years ago

Does that mean I need to design or create my own GUI? How do you make it like on the web, at least from the process of entering the number of variables to forming max input?

Can you share the GUI with me?

uestla commented 3 years ago

You can use it either as a console program or create your own GUI (not necessarily a web GUI). Unfortunatelly I don't have the source code for the simplex.tode.cz project on this machine, so I can only wish you luck creating your own ;-)