mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
premature loop break
This commit is contained in:
parent
87d23e8529
commit
96d7b6f9c3
1 changed files with 1 additions and 0 deletions
|
|
@ -122,6 +122,7 @@ final class ServiceInsertionCalculator implements JobInsertionCostsCalculator{
|
||||||
}
|
}
|
||||||
else if(status.equals(ConstraintsStatus.NOT_FULFILLED_BREAK)){
|
else if(status.equals(ConstraintsStatus.NOT_FULFILLED_BREAK)){
|
||||||
loopBroken = true;
|
loopBroken = true;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
double nextActArrTime = prevActStartTime + transportCosts.getTransportTime(prevAct.getLocationId(), nextAct.getLocationId(), prevActStartTime, newDriver, newVehicle);
|
double nextActArrTime = prevActStartTime + transportCosts.getTransportTime(prevAct.getLocationId(), nextAct.getLocationId(), prevActStartTime, newDriver, newVehicle);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue