City-Scale Agent Based Modelling
CB-Cities
Run mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release /path/to/CMakeLists.txt
.
Run make clean && make -jN
(where N is the number of cores).
./abm ../network.mtx ../sf-od-50k.csv
. Run ./abmtest -s
(for a verbose output) or ctest -VV
.
Run ./abmtest -l
to see available test options