jsprit then it is easier to keep track of your topic.
@@ -51,7 +51,7 @@ You can also use [stackoverflow](http://stackoverflow.com/questions/tagged/jspri
For bugs, feature requests or similar use the [issue tracker](https://github.com/jsprit/jsprit/issues).
#### Email:
-If you cannot get help in the mailing list or you just do not want to discuss your topic publicly, contact us via https://graphhopper.com/#contact
+If you cannot get help in the mailing list or you just do not want to discuss your topic publicly, [contact us via mail](https://graphhopper.com/#contact)
## About
diff --git a/docs/Dial-a-ride-problem.md b/docs/Dial-a-ride-problem.md
index 6b678523..b94a5f3e 100644
--- a/docs/Dial-a-ride-problem.md
+++ b/docs/Dial-a-ride-problem.md
@@ -1 +1 @@
-You model a dial-a-ride problem much like a vehicle routing problem with pickups and deliveries. The capacity of vehicles can be interpreted as number of seats available. A shipment is here understood as a ride from one location to another (probably you want the shipment to have a capacity-demand of 1). See [VRP with pickups and deliveries](https://github.com/jsprit/jsprit/wiki/VRP-with-pickups-and-deliveries).
\ No newline at end of file
+You model a dial-a-ride problem much like a vehicle routing problem with pickups and deliveries. The capacity of vehicles can be interpreted as number of seats available. A shipment is here understood as a ride from one location to another (probably you want the shipment to have a capacity-demand of 1). See [VRP with pickups and deliveries](../docs/Vrp-with-pickups-and-deliveries.md).
\ No newline at end of file
diff --git a/docs/Getting-Started.md b/docs/Getting-Started.md
index ac5af692..58fad257 100644
--- a/docs/Getting-Started.md
+++ b/docs/Getting-Started.md
@@ -1,7 +1,7 @@
-####Requirements
+#### Requirements
jsprit requires Java 1.7.0 or later.
-####Modules
+#### Modules
jsprit is a multi-module project and consists of:
- jsprit-core
- jsprit-analysis
@@ -9,7 +9,7 @@ jsprit is a multi-module project and consists of:
- jsprit-examples
- jsprit-io
-####Maven way
+#### Maven way
If you want to use the latest release of jsprit-core, add the following lines to your pom:
<dependency>
@@ -21,7 +21,7 @@ If you want to use the latest release of jsprit-core, add the following lines to
Find the latest versions here: [mvn repository](https://mvnrepository.com/artifact/com.graphhopper/jsprit-core).
-####Build yourself
+#### Build yourself
If you want to build the master branch yourself, do this:
```
@@ -30,7 +30,7 @@ cd jsprit
mvn clean install
```
-####If you do not have an IDE and you want to use Maven
+#### If you do not have an IDE and you want to use Maven
the following documentation is recommended:
@@ -39,6 +39,7 @@ the following documentation is recommended:
Here you learn to setup the Java environment and an Integrated Development Environment (IDE). In the subsection Adding Jars to your Project you learn to integrate external libraries in your project. Just copy/paste the above jsprit releases/snapshots to your pom.xml instead of the GeoTools-artifacts.
#### 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](Simple-Example.md) of how to setup and solve a vehicle routing problem.
diff --git a/docs/VRP-with-time-windows-example.md b/docs/VRP-with-time-windows-example.md
index 5a768916..68fc33d0 100644
--- a/docs/VRP-with-time-windows-example.md
+++ b/docs/VRP-with-time-windows-example.md
@@ -108,4 +108,4 @@ Collection solutions = algorithm.searchSolutions(
VehicleRoutingProblemSolution bestSolution = Solutions.bestOf(solutions);
-Please visit Simple Example to get to know how you can analyse the solution.
\ No newline at end of file
+Please visit [Simple Example](Simple-Example.md) to get to know how you can analyse the solution.
\ No newline at end of file
diff --git a/jsprit-io/src/test/resources/infiniteWriterV2Test.xml b/jsprit-io/src/test/resources/infiniteWriterV2Test.xml
new file mode 100644
index 00000000..9d863897
--- /dev/null
+++ b/jsprit-io/src/test/resources/infiniteWriterV2Test.xml
@@ -0,0 +1,41 @@
+
+
+
+ INFINITE
+
+
+
+
+
+ [x=1.0][y=2.0]
+
+
+ 100.0
+
+
+ 1.0
+ 2.0
+
+
+
+
+
+ delLoc
+
+
+ 50.0
+
+
+ 3.0
+ 4.0
+
+
+
+
+ 10
+
+ skill3, skill1, skill2
+
+
+