- Timestamp:
- 06/14/12 10:52:35 (13 years ago)
- Location:
- branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Problems.VehicleRouting/3.4 merged: 7999,8006
- Property svn:mergeinfo changed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/VRPProblemInstance.cs
r7958 r8007 174 174 return evaluator; 175 175 } 176 177 set { 178 moveEvaluator = null; 179 evaluator = value; 180 EvalBestKnownSolution(); 181 } 176 182 } 177 183
Note: See TracChangeset
for help on using the changeset viewer.