Visualizzazione dell'algoritmo del simplesso primale di Ricerca Operativa
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.
 
 
 
Antonio De Lucreziis 388008f8a3 chore: some stylistic updates 1 year ago
public chore: some stylistic updates 1 year ago
src chore: some stylistic updates 1 year ago
.gitignore initial commit 1 year ago
README.md updated readme 1 year ago
bun.lockb chore: some stylistic updates 1 year ago
index.html chore: some stylistic updates 1 year ago
package.json chore: some stylistic updates 1 year ago
tsconfig.app.json initial commit 1 year ago
tsconfig.json initial commit 1 year ago
tsconfig.node.json initial commit 1 year ago
vite.config.ts initial commit 1 year ago

README.md

Visualizzazioni di Ricerca Operativa

Usage

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