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:
commit
627c2184ce
38 changed files with 236 additions and 366 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