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

Update Getting-Started.md

This commit is contained in:
Stefan Schröder 2016-09-01 12:37:23 +02:00 committed by GitHub
parent be250d1d38
commit 189801de9a

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 #### 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. 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.