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

create and add docs

This commit is contained in:
oblonski 2016-09-01 12:20:35 +02:00
parent 5cae8ab514
commit c61d8b0632
2 changed files with 13 additions and 13 deletions

View file

@ -1,5 +1,5 @@
####Requirements
jsprit requires the Java 2 platform (JDK version 1.6.0 or later).
jsprit requires the Java 2 platform (JDK version 1.6.0 or later).
####Modules
jsprit is a multi-module project and consists of:
@ -44,9 +44,9 @@ For example, if you want to use the release v1.0.0 of jsprit-core, add:
</dependency>
</code></pre>
[Add the latest snapshot to your pom](https://github.com/jsprit/jsprit/wiki/Add-latest-snapshot-to-your-pom).
[Add the latest snapshot to your pom](Add-latest-snapshot-to-your-pom.md).
[Add the latest release to your pom](https://github.com/jsprit/jsprit/wiki/Add-latest-release-to-your-pom).
[Add the latest release to your pom](Add-latest-release-to-your-pom.md).
####If you do not have an IDE and you want to use Maven
@ -59,7 +59,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 [snapshot-jars](https://github.com/jsprit/mvn-rep/tree/master/snapshots/jsprit) or [release-jars](https://github.com/jsprit/mvn-rep/tree/master/releases/jsprit) to download jsprit-binaries directly. Just click on the jar-file you want to download and use the 'Raw'-button to actually download it. Put the jars into your classpath. Note that you then need to put all [dependencies](https://github.com/jsprit/jsprit/wiki/Modules-and-Dependencies) jsprit relies on manually to your classpath as well.
Go ahead and show me a [simple example](https://github.com/jsprit/jsprit/wiki/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.