HFVRP ========= The Heterogeneous Fleet Vehicle Routing Problem (HFVRP) is a variant of the CVRP in which vehicles have different capacity, fixed cost and unitary traveling costs. Instances format ---------------- The demo read the instances in the following format (standard in the academic literature for the HFVRP): * The first line indicates the number of points (depot and customers). * The, for each point, the following information is given : * Index of the point * X coordinate * Y coordinate * Demand * Afterwards, the number of vehicle types is given and the following lines contain for each vehicle type: * Capacity * Fixed cost * Variable cost (cost traveling each unit distance) * Minimum number of vehicles to use (always zero) * Maximum number of vehicles to use Run instances ------------- There are two ways to run a specific instance: Command line ^^^^^^^^^^^^^^^^^^^^^^ You can solve an instance by specifying different parameters directly in the command line, like this:: python HFVRP.py -i -t