Needs python 3.9 for Simod and Prosimos to work.
Create a venv, then install the requirements with pip install -r requirements.txt
Different simulation models can be loaded with the load_sim_model.py script.
Simply run python load_sim_model (logname) (simulation type)
Lognames are:
bpi_2012bpi_2013manufacturingpurchase
Simulation types are:
agentscontrol-flow
To start the webserver, go into the /app directory and start fastapi with:
uvicorn main:app --reload