- Timestamp:
- 08/19/10 16:51:30 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/VRPOperator.cs
r4241 r4268 139 139 bool feasible = true; 140 140 141 foreach (Tour tour in solution.GetTours( )) {141 foreach (Tour tour in solution.GetTours(DistanceMatrixParameter)) { 142 142 if (!Feasible(tour)) { 143 143 feasible = false;
Note: See TracChangeset
for help on using the changeset viewer.