- Timestamp:
- 09/30/11 11:36:05 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPProblemInstance.cs
r6851 r6854 51 51 double GetDemand(int city); 52 52 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); 54 54 bool Feasible(IVRPEncoding solution); 55 55 bool TourFeasible(Tour tour, IVRPEncoding solution);
Note: See TracChangeset
for help on using the changeset viewer.