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

Switch to Activity- and RouteVisitor

This commit is contained in:
oblonski 2013-10-07 11:02:39 +02:00
parent 8c8f041933
commit a32d8c1c6a
14 changed files with 447 additions and 226 deletions

View file

@ -104,7 +104,7 @@ public class PickupAndDeliveryExample2 {
Plotter plotter = new Plotter(vrp, solution);
plotter.setLabel(Label.SIZE);
plotter.setShowFirstActivity(true);
plotter.plot("output/pd_christophides_vrpnc1.png","pd_vrpnc1");
plotter.plot("output/pd_christophides_vrpnc1_solution.png","pd_vrpnc1");