mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
removed .setShowFirstActivity(..) since it is now default and cannot be
disabled
This commit is contained in:
parent
0e17a93506
commit
022e654ba7
7 changed files with 0 additions and 7 deletions
|
|
@ -98,7 +98,6 @@ public class PickupAndDeliveryExample2 {
|
|||
// SolutionPlotter.plotSolutionAsPNG(vrp, solution, "output/pd_solomon_r101_solution.png","pd_r101");
|
||||
Plotter plotter = new Plotter(vrp, solution);
|
||||
plotter.setLabel(Label.SIZE);
|
||||
plotter.setShowFirstActivity(true);
|
||||
plotter.plot("output/pd_christophides_vrpnc1_solution.png","pd_vrpnc1");
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue