Module org.maxicp

Class DARPSeqVar

java.lang.Object
org.maxicp.cp.examples.modeling.DARPSeqVar

public class DARPSeqVar extends Object
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
  • Constructor Details

    • DARPSeqVar

      public DARPSeqVar()
  • Method Details

    • main

      public static void main(String[] args)