CVRPTW ======= The capacitated vehicle routing problem with time windows (CVRPTW) is a variant of the CVRP in which each customer has a time window during which it should be visited. Instances format ---------------------------- The demo reads instances in the standard Solomon format. * The first line indicates the name of instance. * The fifth line gives the number of vehicles and the capacity. * From the 10th line, we have the following information for each point of graph: * Index of the point (0 corresponds to the depot) * X coordinate * Y coordinate * Demand * Time window begin * Time window end * Service time Run instances ---------------------------- There are two ways to run a specific instance: Command line ^^^^^^^^^^^^^^^^^^^^^^ After the installation, you can run an instance by specifying different parameters directly in the command line, like this:: python CVRPTW.py -i -t