Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```