1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00
graphhopper-jsprit/docs/Home.md
Stefan Schröder acf9dc6a7a Update Home.md
2016-09-01 12:12:33 +02:00

942 B

Get Started

Setting up jsprit and the like.

Examples

Meta-Heuristic

Gives a basic description of the applied meta-heuristic.

Modules and Dependencies

Please read Notice.md to get to know the direct dependencies of each module.

Building the latest jsprit master

git clone https://github.com/graphhopper/jsprit.git
cd jsprit
mvn clean install

Contributions

If you want to contribute to jsprit (which would be great), fork the project and build your fork, make changes, run your and jsprit's test cases and make a pull request (see help.github.contribute or stackoverflow.contribute for details).