algorithms
Class BestInsertionBuilder
java.lang.Object
algorithms.BestInsertionBuilder
- All Implemented Interfaces:
- InsertionStrategyBuilder
public class BestInsertionBuilder
- extends java.lang.Object
- implements InsertionStrategyBuilder
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BestInsertionBuilder
public BestInsertionBuilder(VehicleRoutingProblem vrp,
StateManager stateManager)
addConstraint
public void addConstraint(HardActivityLevelConstraint hardActvitiyLevelConstraint)
addConstraint
public void addConstraint(HardRouteLevelConstraint hardRouteLevelConstraint)
setLocalLevel
public void setLocalLevel()
setFleetManager
public void setFleetManager(VehicleFleetManager fleetManager)
build
public InsertionStrategy build()
- Specified by:
build in interface InsertionStrategyBuilder