项目作者: cb-cities

项目描述 :
City-Scale Agent Based Modelling
高级语言: CMake
项目地址: git://github.com/cb-cities/abm.git
创建时间: 2018-09-09T13:56:13Z
项目社区:https://github.com/cb-cities/abm

开源协议:Other

下载


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