public static class BuildAlgorithmFromScratch.MyBestStrategy extends AbstractInsertionStrategy
AbstractInsertionStrategy.InsertionNO_NEW_DEPARTURE_TIME_YET, NO_NEW_DRIVER_YET, NO_NEW_VEHICLE_YET, random, vrp| Constructor and Description |
|---|
MyBestStrategy(VehicleRoutingProblem vrp,
VehicleFleetManager fleetManager,
StateManager stateManager,
ConstraintManager constraintManager) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Job> |
insertUnassignedJobs(Collection<VehicleRoute> vehicleRoutes,
Collection<Job> unassignedJobs) |
addListener, getListeners, insertJob, insertJobs, markUnassigned, removeListener, setRandompublic MyBestStrategy(VehicleRoutingProblem vrp, VehicleFleetManager fleetManager, StateManager stateManager, ConstraintManager constraintManager)
public Collection<Job> insertUnassignedJobs(Collection<VehicleRoute> vehicleRoutes, Collection<Job> unassignedJobs)
insertUnassignedJobs in class AbstractInsertionStrategyCopyright © 2013–2019. All rights reserved.