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:
parent
390340140f
commit
e5f6edeae4
39 changed files with 277 additions and 379 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue