Skip to content

matsim-org/matsim-libs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deploy-on-pr-merge deploy-weekly full-integration weekly-code-coverage codecov - matsim only

Overview

MATSim provides a toolbox to run and implement large-scale agent-based transport simulations. The toolbox consists of several modules which can be combined or used stand-alone. Modules can be replaced by own implementations to test single aspects of your own work. Currently, MATSim offers a toolbox for demand-modeling, agent-based mobility-simulation (traffic flow simulation), re-planning, a controller to iteratively run simulations as well as methods to analyze the output generated by the modules.

All list of available extensions can be found in the contribs folder.

For more information, see the project website at http://www.matsim.org/.

Questions

Have any questions? Visit https://matsim.org/faq and see if it has already been answered. If not, post a new question.

Development

The issue tracker is at https://matsim.org/issuetracker .

Build by running (from this directory, not any sub-directory):

mvn package -DskipTests

if you want to install the core only you can run

mvn install --also-make --projects matsim

Binaries

Releases (also PR-based and weekly releases) and snapshots can be found at https://repo.matsim.org/.

An example how to get started with your own project, including a complete pom.xml, is at https://github.com/matsim-org/matsim-example-project .

Code examples are at https://github.com/matsim-org/matsim-code-examples.