Simulation and evalutaion of Vienna metro system.
In to order to get the best performances compile it with the release flag
cargo run -rFor debug purposes only, use the following command that log each and every event
cargo run In order to run the data anlysis scripts use,
cd data-analysis
./run-all.shThe graphs will be produced as .svg files under ./data-analysis/img/
If you want to change the simulation paramters modify the values in ./src/utils/config.rs
https://www.overleaf.com/read/mcwztnrtjhdg#06dc9d
Are in the assignments directory.