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).
- To run the abm from build directory,
./abm ../network.mtx ../sf-od-50k.csv
.
-
Run
./abmtest -s
(for a verbose output) orctest -VV
. -
Run
./abmtest -l
to see available test options