Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/30/11 11:36:05 (13 years ago)
Author:
svonolfe
Message:

Added support for the multi depot CVRP with time windows (#1177)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPProblemInstance.cs

    r6851 r6854  
    5151    double GetDemand(int city);
    5252    double GetDistance(int start, int end, IVRPEncoding solution);
    53     double GetInsertionDistance(int start, int customer, int end, IVRPEncoding solution);
     53    double GetInsertionDistance(int start, int customer, int end, IVRPEncoding solution, out double startDistance, out double endDistance);
    5454    bool Feasible(IVRPEncoding solution);
    5555    bool TourFeasible(Tour tour, IVRPEncoding solution);
Note: See TracChangeset for help on using the changeset viewer.