Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.11 KB

File metadata and controls

27 lines (16 loc) · 1.11 KB

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