mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
created builder to have full control over objective function and
stateless/-full constraints
This commit is contained in:
parent
d638ac11bd
commit
8c2e3ca210
1 changed files with 2 additions and 1 deletions
|
|
@ -48,7 +48,8 @@ public class VehicleRoutingAlgorithmBuilder {
|
|||
addDefaultCostCalculators=true;
|
||||
}
|
||||
|
||||
public void setConstraintManager(ConstraintManager constraintManager) {
|
||||
public void setStateAndConstraintManager(StateManager stateManager, ConstraintManager constraintManager) {
|
||||
this.stateManager=stateManager;
|
||||
this.constraintManager=constraintManager;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue