java.lang.Object
org.maxicp.cp.examples.modeling.DARPSeqVar
Model for the Dial-A-Ride Problem (DARP) using sequence variables.
The DARP is to schedule a fleet of vehicles to fulfill a set of transportation requests,
where each request specifies a pickup location and a drop-off location.
The objective is to minimize the total distance traveled
while respecting various constraints, such as vehicle capacity,
time windows, and user ride-time limits.
- Author:
- Augustin Delecluse and Pierre Schaus
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordData related to a node in the DARP problem -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DARPSeqVar
public DARPSeqVar()
-
-
Method Details
-
main
-