Changeset 14498 for branches/symbreg-factors-2650/HeuristicLab.Problems.VehicleRouting/3.4/VehicleRoutingProblem.cs
- Timestamp:
- 12/17/16 15:42:19 (8 years ago)
- Location:
- branches/symbreg-factors-2650
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/symbreg-factors-2650
- Property svn:mergeinfo changed
/trunk/sources merged: 14457-14458,14463-14465,14468-14469,14475-14476,14478-14479,14481-14483,14486,14493-14494
- Property svn:mergeinfo changed
-
branches/symbreg-factors-2650/HeuristicLab.Problems.VehicleRouting
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Problems.VehicleRouting merged: 14481-14482
- Property svn:mergeinfo changed
-
branches/symbreg-factors-2650/HeuristicLab.Problems.VehicleRouting/3.4/VehicleRoutingProblem.cs
r14185 r14498 198 198 BestKnownQuality = new DoubleValue(ProblemInstance.Evaluate(BestKnownSolution.Solution).Quality); 199 199 BestKnownSolution.Quality = BestKnownQuality; 200 } else {201 BestKnownQuality = null;202 200 } 203 201 } … … 208 206 209 207 void ProblemInstance_EvaluationChanged(object sender, EventArgs e) { 208 BestKnownQuality = null; 210 209 EvalBestKnownSolution(); 211 210 }
Note: See TracChangeset
for help on using the changeset viewer.