| Interface | Description |
|---|---|
| Constraint | |
| HardActivityConstraint |
Hard constraint that evaluates whether a new activity can be inserted between an activity segment (prevAct,nextAct).
|
| HardConstraint | |
| HardRouteConstraint |
Hard constraint that evaluates whether a new job (insertionContext.getJob()) can be inserted
existing route (insertionContext.getRoute()).
|
| SoftActivityConstraint | |
| SoftConstraint | |
| SoftRouteConstraint |
| Class | Description |
|---|---|
| ConstraintManager |
Manager that manage hard- and soft constraints, both on route and activity level.
|
| HardSkillConstraint |
SkillConstraint that ensures that only vehicles with according skills can serve route and job to be inserted.
|
| MaxDistanceConstraint |
Created by schroeder on 11/10/16.
|
| MaxTimeInVehicleConstraint |
Created by schroeder on 15/09/16.
|
| PickupAndDeliverShipmentLoadActivityLevelConstraint |
Constraint that ensures capacity constraint at each activity.
|
| ServiceDeliveriesFirstConstraint | |
| ServiceLoadActivityLevelConstraint |
Ensures load constraint for inserting ServiceActivity.
|
| ServiceLoadRouteLevelConstraint |
Ensures that capacity constraint is met, i.e.
|
| ShipmentPickupsFirstConstraint | |
| SwitchNotFeasible |
Created by schroeder on 19/09/15.
|
| VehicleDependentTimeWindowConstraints |
| Enum | Description |
|---|---|
| ConstraintManager.Priority | |
| DependencyType |
Created by schroeder on 12/07/16.
|
| HardActivityConstraint.ConstraintsStatus |
Indicates whether a hard activity constraint is fulfilled or not
|
Copyright © 2013–2024. All rights reserved.