public final class BestInsertion extends AbstractInsertionStrategy
AbstractInsertionStrategy.InsertionNO_NEW_DEPARTURE_TIME_YET, NO_NEW_DRIVER_YET, NO_NEW_VEHICLE_YET, random, vrp| Constructor and Description |
|---|
BestInsertion(JobInsertionCostsCalculator jobInsertionCalculator,
VehicleRoutingProblem vehicleRoutingProblem) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Job> |
insertUnassignedJobs(Collection<VehicleRoute> vehicleRoutes,
Collection<Job> unassignedJobs) |
String |
toString() |
addListener, getListeners, insertJob, insertJobs, markUnassigned, removeListener, setRandompublic BestInsertion(JobInsertionCostsCalculator jobInsertionCalculator, VehicleRoutingProblem vehicleRoutingProblem)
public Collection<Job> insertUnassignedJobs(Collection<VehicleRoute> vehicleRoutes, Collection<Job> unassignedJobs)
insertUnassignedJobs in class AbstractInsertionStrategyCopyright © 2013–2024. All rights reserved.