mirror of https://github.com/aziis98/ro-vis
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
1 year ago | |
|---|---|---|
| public | 1 year ago | |
| src | 1 year ago | |
| .gitignore | 1 year ago | |
| README.md | 1 year ago | |
| bun.lockb | 1 year ago | |
| index.html | 1 year ago | |
| package.json | 1 year ago | |
| tsconfig.app.json | 1 year ago | |
| tsconfig.json | 1 year ago | |
| tsconfig.node.json | 1 year ago | |
| vite.config.ts | 1 year ago | |
README.md
Operations Research / Linear Programming / Simplex Algorithm
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.
Features
-
Automatically visualize all steps of the primal simplex algorithm
-
Save and load problems
-
Preact as frontend framework
Development
Setup
To install the dependencies, use the following command.
bun install
Development
To start the ViteJS development server, use the following command.
bun dev
Build
Use this command to build the project and serve the files from the dist/
directory.
bun run build