Live demo: enormous-raphaela-eins-tu-darmstadt-215a3282.koyeb.app
Presentation: eins-tuda.github.io/MGA-Compass
Near-optimal solutions cost a small percentage more than the optimum. While slightly expensive, they can be preferable for political feasibility, social acceptance, or environmental impact. This platform helps you explore them in real time.
- Python 3.14+
- uv
- Node.js 20.19+ or 22.12+
cd app/backend
uv sync
uv run uvicorn mgaserver.main:app --reloadcd app/frontend
npm install
npm run devThe app will be available at http://localhost:5173.
docker compose up --buildThe app will be available at http://localhost.
