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:
parent
13c4f89b96
commit
86d47954f6
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue