Make sure you have installed the following:
- A C++17 compatible C++ compiler
- MongoDB
- MongoDB C++ Driver
- Python's [Cython] package:
pip install CythonYou can modify the configuration using the config.ini file.
Write a simulation description file, for example, refer to the two example files in the description directory.
Run the script to compile:
python3 setup.py build_ext --inplaceExecute the program with the following command:
python3 Main.py