1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
oblonski 2016-09-01 14:29:11 +02:00
commit 34651437a0
3 changed files with 8 additions and 5 deletions

View file

@ -39,7 +39,7 @@ Here you learn to setup the Java environment and an Integrated Development Envir
#### If you do not want Maven
to manage your dependencies, go to [maven central](https://search.maven.org/), search for jsprit and download the latest binaries to put them into your classpath.
Go ahead and show me a simple example of how to setup and solve a vehicle routing problem.
Go ahead and show me a [simple example](Simple-Example.md) of how to setup and solve a vehicle routing problem.

View file

@ -6,6 +6,7 @@ Setting up jsprit and the like.
* [Simple Example](Simple-Example.md)
* [More Examples](More-Examples.md)
* [A number of various code examples](https://github.com/graphhopper/jsprit/tree/master/jsprit-examples/src/main/java/com/graphhopper/jsprit/examples)
## [Meta-Heuristic](Meta-Heuristic.md)