Changeset 11961 for trunk/sources/HeuristicLab.Problems.ExternalEvaluation/3.4/Programmable/CompiledOptimizationSupport.cs
- Timestamp:
- 02/06/15 17:52:14 (10 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.ExternalEvaluation/3.4
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.ExternalEvaluation/3.4/Programmable/CompiledOptimizationSupport.cs
r11893 r11961 20 20 #endregion 21 21 22 using System.Collections.Generic;23 using HeuristicLab.Core;24 using HeuristicLab.Optimization;25 using HeuristicLab.Problems.Programmable;26 27 22 namespace HeuristicLab.Problems.ExternalEvaluation { 28 23 public abstract class CompiledOptimizationSupport {
Note: See TracChangeset
for help on using the changeset viewer.