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

switch to getActivityDuration method

This commit is contained in:
oblonski 2016-01-06 20:52:43 +01:00
parent 390340140f
commit e5f6edeae4
39 changed files with 277 additions and 379 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();