Skip to content

cb-cities/abm

Repository files navigation

City-Scale Agent Based Modelling

CB-Cities

License Developer docs CircleCI codecov Project management

Compile

  • 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).

Run

  • To run the abm from build directory, ./abm ../network.mtx ../sf-od-50k.csv.

Run tests

  • Run ./abmtest -s (for a verbose output) or ctest -VV.

  • Run ./abmtest -l to see available test options