- Timestamp:
- 01/21/14 10:29:26 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.VehicleRouting/3.4/VehicleRoutingProblem.cs
r10360 r10362 190 190 private void AttachProblemInstanceEventHandlers() { 191 191 if (ProblemInstance != null) { 192 EvaluatorParameter.Value = ProblemInstance.SolutionEvaluator;192 ProblemInstance.SolutionEvaluator = EvaluatorParameter.Value; 193 193 ProblemInstance.EvaluationChanged += new EventHandler(ProblemInstance_EvaluationChanged); 194 194 }
Note: See TracChangeset
for help on using the changeset viewer.