Changeset 13720 for branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem.Common/3.3/ExpertSystem.cs
- Timestamp:
- 03/19/16 22:35:39 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem.Common/3.3/ExpertSystem.cs
r13718 r13720 234 234 } 235 235 236 p ublicvoid UpdateInstanceProjection() {236 private void UpdateInstanceProjection() { 237 237 currentInstance = null; 238 238 var filter = new HashSet<string>(); … … 599 599 KnowledgeBase = new RunCollection(runList); 600 600 } finally { progress.Finish(); ProblemInstances.UpdateOfRunsInProgress = false; } 601 UpdateInstanceProjection(); 601 602 } 602 603
Note: See TracChangeset
for help on using the changeset viewer.