Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 577 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 577 Bytes

Multi-Lane_Model_Simulator

1092 NCCU Computational Physics Final Presentation

Install

git clone https://github.com/CTHua/Multi-Lane_Model_Simulator.git to your folder

If you want to excute the demo program You have to install ncurses API, install it by homebrew or apt-get. Then you just need to make and run the program named x_lane_demo.

Data

excute the x_lane_data program.

One Lane

data format
(density) (flow) (average_velocity)

Two Lane

data format
(density) (flow) (average_velocity) (lane one usage) (lane two usage)