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

some renaming

This commit is contained in:
Stefan Schroeder 2013-08-23 15:19:41 +02:00
parent 3bf9c288ca
commit 2b1203e4ab
8 changed files with 47 additions and 47 deletions

View file

@ -36,7 +36,7 @@ public class BuildCVRPAlgoFromScratchTest {
HardActivityLevelConstraint hardActLevelConstraint = new HardActivityLevelConstraint() {
@Override
public boolean fulfilled(InsertionFacts iFacts, TourActivity act, double arrTime) {
public boolean fulfilled(InsertionContext iFacts, TourActivity act, double arrTime) {
return true;
}
};