lpviz
is an interactive web app for visualizing linear programming solvers. Try it now at https://lpviz.net, or check the installation instructions below to get started running it locally.
Inspired by advanced methods for establishing convexity.
You can use lpviz
now at https://lpviz.net. If you'd like to run it locally instead, follow the instructions below.
First, make sure you have Bun installed.
Then, to install lpviz
and its dependencies, run:
git clone https://github.com/klamike/lpviz # clone the repo
cd lpviz # cd into it
bun install # install frontend dependencies
Then, you can run bun run dev
to start the server.
Note that lpviz
is a static website - all computations run in the browser.