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

set time-scheduling default to false (it actually was false before, but

now it is more obvious)
This commit is contained in:
oblonski 2014-05-14 23:49:44 +02:00
parent 13c4f89b96
commit 86d47954f6

View file

@ -83,7 +83,7 @@ class CalculatorBuilder {
private VehicleFleetManager fleetManager; private VehicleFleetManager fleetManager;
private boolean timeScheduling; private boolean timeScheduling = false;
private double timeSlice; private double timeSlice;