Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aziis98/ro-vis
Visualizzazioni di Algoritmi studiati nel corso di Ricerca Operativa
https://github.com/aziis98/ro-vis
mathematics operative-research pisa preact rational-numbers simplex-algorithm typescript visualization
Last synced: 1 day ago
JSON representation
Visualizzazioni di Algoritmi studiati nel corso di Ricerca Operativa
- Host: GitHub
- URL: https://github.com/aziis98/ro-vis
- Owner: aziis98
- Created: 2024-08-16T20:14:33.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-02-12T00:35:01.000Z (1 day ago)
- Last Synced: 2025-02-12T01:31:15.383Z (1 day ago)
- Topics: mathematics, operative-research, pisa, preact, rational-numbers, simplex-algorithm, typescript, visualization
- Language: TypeScript
- Homepage: https://ricerca-operativa.lab.aziis98.com/
- Size: 162 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.
```bash
bun install
```### Development
To start the ViteJS development server, use the following command.
```bash
bun dev
```### Build
Use this command to build the project and serve the files from the `dist/`
directory.```bash
bun run build
```