This website is a project for the course of Operations Research of the University of Pisa to automatically visualize automatically all steps of the primal simplex algorithm.
-
Automatically visualize all steps of the primal simplex algorithm
-
Save and load problems
-
Preact as frontend framework
To install the dependencies, use the following command.
bun installTo start the ViteJS development server, use the following command.
bun devUse this command to build the project and serve the files from the dist/
directory.
bun run build