| Package | Description |
|---|---|
| com.graphhopper.jsprit.core.algorithm.recreate | |
| com.graphhopper.jsprit.core.problem.constraint |
| Modifier and Type | Class and Description |
|---|---|
class |
DellAmicoFixCostCalculator |
class |
VariableTransportCostCalculator |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HardActivityConstraint
Hard constraint that evaluates whether a new activity can be inserted between an activity segment (prevAct,nextAct).
|
interface |
HardConstraint |
interface |
HardRouteConstraint
Hard constraint that evaluates whether a new job (insertionContext.getJob()) can be inserted
existing route (insertionContext.getRoute()).
|
interface |
SoftActivityConstraint |
interface |
SoftConstraint |
interface |
SoftRouteConstraint |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstraintManager
Manager that manage hard- and soft constraints, both on route and activity level.
|
class |
HardSkillConstraint
SkillConstraint that ensures that only vehicles with according skills can serve route and job to be inserted.
|
class |
PickupAndDeliverShipmentLoadActivityLevelConstraint
Constraint that ensures capacity constraint at each activity.
|
class |
ServiceDeliveriesFirstConstraint |
class |
ServiceLoadActivityLevelConstraint
Ensures load constraint for inserting ServiceActivity.
|
class |
ServiceLoadRouteLevelConstraint
Ensures that capacity constraint is met, i.e.
|
class |
ShipmentPickupsFirstConstraint |
class |
SwitchNotFeasible
Created by schroeder on 19/09/15.
|
class |
VehicleDependentTimeWindowConstraints |
| Modifier and Type | Method and Description |
|---|---|
Collection<Constraint> |
ConstraintManager.getConstraints() |
| Constructor and Description |
|---|
ConstraintManager(VehicleRoutingProblem vrp,
RouteAndActivityStateGetter stateManager,
Collection<Constraint> constraints) |
Copyright © 2013–2016. All rights reserved.