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

replace code for creating output folder with

Examples.createOutputFolder()
This commit is contained in:
oblonski 2014-02-04 21:58:30 +01:00
parent 3a160f85fe
commit bb98df01f1
24 changed files with 55 additions and 203 deletions

View file

@ -34,6 +34,7 @@ public class HVRPBenchmarkExample {
public static void main(String[] args) {
Examples.createOutputFolder();
VehicleRoutingProblem.Builder vrpBuilder = VehicleRoutingProblem.Builder.newInstance();
//read modified Golden-instance, you can find all relevant instances in jsprit-instances/instances/vrph
//you can build various problems, see VrphType doc for more details