Follow those steps to set up the model on a new system:
- URL: https://www.python.org/
- Version requirement: 3.11 or newer
Poetry can be installed using windows powershell or pipx:
(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py -
pipx install poetry
- URL: https://python-poetry.org/docs/
- Version requirement: 1.7 or newer
The path to the poetry-executable file must be specified within the path-environment-variable!
Download Gurobi from the official website:
- URL: Gurobi Downloads
- Version Requirement: 11.0.0 or newer
In the python terminal execute:
poetry install
In the python terminal execute:
poetry run create_shortcut
This will create a batch file to execute the kivy-gui as well as a shortcut to it on your Desktop
To start the user interface for simulation architecture setup, use the desktop shortcut or run the following command:
poetry run gui
To simulate a session save it with the gui and then call:
poetry run simulate [session_folder_path]
To simulate the session of the SPIES 2024 Paper execute:
poetry run simulate examples\SPIES_2024
To show the results of a performed simulation execute:
poetry run dashboard [simulation_object]
with [simulation_object] being a .sim file within the session_folder