1
0
Fork 0
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:
oblonski 2014-05-08 11:38:42 +02:00
parent 0e17a93506
commit 022e654ba7
7 changed files with 0 additions and 7 deletions

View file

@ -256,7 +256,6 @@ public class BicycleMessenger {
//and the problem as well as the solution
Plotter plotter1 = new Plotter(bicycleMessengerProblem, Solutions.bestOf(solutions));
plotter1.plotShipments(false);
plotter1.setShowFirstActivity(true);
// plotter1.setBoundingBox(5000, 45500, 25000, 66500);
plotter1.plot("output/bicycleMessengerSolution.png", "bicycleMessenger");