Changeset 6885
- Timestamp:
- 10/06/11 14:43:28 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/VRPProblemInstance.cs
r6854 r6885 162 162 } 163 163 164 pr ivatedouble CalculateDistance(int start, int end) {164 protected virtual double CalculateDistance(int start, int end) { 165 165 double distance = 0.0; 166 166
Note: See TracChangeset
for help on using the changeset viewer.