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

make service time dependent on vehicle - #199

This commit is contained in:
oblonski 2016-02-03 23:23:11 +01:00
commit 627c2184ce
38 changed files with 236 additions and 366 deletions

View file

@ -105,7 +105,7 @@ public class MultipleDepotExample {
SolutionPrinter.print(Solutions.bestOf(solutions));
new Plotter(vrp, Solutions.bestOf(solutions)).plot("output/p01_solution.png", "p01");
new Plotter(vrp, Solutions.bestOf(solutions)).setLabel(Plotter.Label.ID).plot("output/p01_solution.png", "p01");
new GraphStreamViewer(vrp, Solutions.bestOf(solutions)).setRenderDelay(100).display();