1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00
This commit is contained in:
oblonski 2016-05-09 22:29:48 +02:00
parent c4c7de152f
commit ee3b1589ba
73 changed files with 223 additions and 211 deletions

View file

@ -35,7 +35,7 @@ import java.io.IOException;
/**
* Reader that reads Christophides, Mingozzi and Toth instances.
* <p/>
* <p>
* <p>Files and file-description can be found <a href="http://neo.lcc.uma.es/vrp/vrp-instances/capacitated-vrp-instances/">here</a>.
*
* @author stefan schroeder

View file

@ -38,10 +38,10 @@ import java.util.List;
/**
* Reader that reads instances developed by:
* <p/>
* <p>
* <p>Cordeau, J.-F., Gendreau, M. and Laporte, G. (1997), A tabu search heuristic for periodic and multi-depot vehicle routing problems.
* Networks, 30: 105119. doi: 10.1002/(SICI)1097-0037(199709)30:2<105::AID-NET5>3.0.CO;2-G
* <p/>
* <p>
* <p>Files and file-description can be found <a href="http://neo.lcc.uma.es/vrp/vrp-instances/multiple-depot-vrp-instances/">here</a>.
*
* @author stefan schroeder

View file

@ -49,13 +49,13 @@ public class LuiShenReader {
/**
* Reads input files to build Liu Shen problem.
* <p/>
* <p>
* <p>The instance-file is a solomon file. The vehicle-file is a
* txt-file that has the following columns:
* <p>Vehicle;Capacity;Cost_a;Cost_b;Cost_c
* <p>Concrete vehicleType:
* <p>A;100;300;60;30
* <p/>
* <p>
* <p>In the example above, the vehicle-type with typeId A has
* a capacity of 100, and fixed costs of 100 in cost scenario "a",
* 300 in "b" and 30 in "c".

View file

@ -36,7 +36,7 @@ import java.io.IOException;
/**
* Reader that reads the well-known solomon-instances.
* <p/>
* <p>
* <p>See: <a href="http://neo.lcc.uma.es/vrp/vrp-instances/capacitated-vrp-with-time-windows-instances/">neo.org</a>
*
* @author stefan

View file

@ -33,7 +33,7 @@ import java.io.*;
* Reads modified files from Taillard's website
* http://mistic.heig-vd.ch/taillard/problemes.dir/vrp.dir/vrp.html. You can find the modified version here:
* jsprit-instances/instances/vrph.
* <p/>
* <p>
* <p>See {@link VrphType} what kind of problems can be generated
*
* @author schroeder