Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.09 KB

File metadata and controls

23 lines (20 loc) · 1.09 KB

Concurrent Traffic Simulation

A proof-of-concenpt concurrent traffic simulator implemented in C++.

Dependencies for Running Locally

Basic Build Instructions

  1. Clone this repo.
  2. Make a build directory in the top level directory: mkdir build && cd build
  3. Compile: cmake .. && make
  4. Run it: ./traffic_simulation.