mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
clean up
This commit is contained in:
parent
298210bb9c
commit
d8bb1ca95a
2 changed files with 4 additions and 8 deletions
|
|
@ -41,12 +41,12 @@ public class DefaultScorer implements ScoringFunction {
|
||||||
this.vrp = vrp;
|
this.vrp = vrp;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setTimeWindowParam(double tw_param) {
|
public void setTimeWindowParam(double twParam) {
|
||||||
this.timeWindowParam = tw_param;
|
this.timeWindowParam = twParam;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setDepotDistanceParam(double depotDistance_param) {
|
public void setDepotDistanceParam(double depotDistanceParam) {
|
||||||
this.depotDistanceParam = depotDistance_param;
|
this.depotDistanceParam = depotDistanceParam;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
||||||
|
|
@ -52,10 +52,6 @@ final class ServiceInsertionCalculator extends AbstractInsertionCalculator {
|
||||||
|
|
||||||
private static final Logger logger = LoggerFactory.getLogger(ServiceInsertionCalculator.class);
|
private static final Logger logger = LoggerFactory.getLogger(ServiceInsertionCalculator.class);
|
||||||
|
|
||||||
// private HardRouteConstraint hardRouteLevelConstraint;
|
|
||||||
|
|
||||||
// private HardActivityConstraint hardActivityLevelConstraint;
|
|
||||||
|
|
||||||
private final SoftRouteConstraint softRouteConstraint;
|
private final SoftRouteConstraint softRouteConstraint;
|
||||||
|
|
||||||
private final SoftActivityConstraint softActivityConstraint;
|
private final SoftActivityConstraint softActivityConstraint;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue