This is the official implementation to reproduce evaluation results in Reducing Spreading Processes on Networks to Markov Population Models. This implementation does not contain the code to generate the reaction system/change vectors.
If Python 3.6 and pip are installed, use
pip install -r requirements.txt
to install Python's dependencies.
The results can be reproduces with:
python evaluation.py
Moreover, an example on how to use main.py is given in the code.
The results folder contains the summarized output. The output folder details information (graph file, full CTMC, numerical integration results, etc.).