Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

I am interested about road traffic simulation. In particular, I'd like to play with math and graph theory, and try to build algorithms for traffic management. I don't know much about the software used in this specific field, so I'd like to have a short list of the de facto standards for traffic simulation with related links for tutorial/software download.

share|improve this question

3 Answers

You might want to look over on http://gis.stackexchange.com to see if there are people over there who work with routing and traffic management.

share|improve this answer

Aimsun is a huge expensive software that is used by engineers and universities around the world.

I used it while in school for a driving simulation for doing human studies.

share|improve this answer

If you're looking for something very mathematical and free, Clawpack has been used for modeling traffic. A simple model code is here. I think more complicated things have been done with it; I suggest asking on the project's Google group.

You might get more answers if you post this on the new http://scicomp.stackexchange.com/.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.