- Timestamp:
- 05/27/10 13:18:14 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.ExternalEvaluation/3.3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.ExternalEvaluation/3.3
- Property svn:ignore
-
old new 2 2 bin 3 3 obj 4 HeuristicLabProblemsExternalEvaluationPlugin.cs
-
- Property svn:ignore
-
trunk/sources/HeuristicLab.Problems.ExternalEvaluation/3.3/Interfaces/IExternalEvaluationDriver.cs
r3859 r3862 22 22 using System; 23 23 using HeuristicLab.Core; 24 using Google.ProtocolBuffers;25 using Google.ProtocolBuffers.Descriptors;26 24 27 25 namespace HeuristicLab.Problems.ExternalEvaluation { -
trunk/sources/HeuristicLab.Problems.ExternalEvaluation/3.3/Interfaces/IExternalEvaluationProblemEvaluator.cs
r3861 r3862 20 20 #endregion 21 21 22 using System; 23 using System.Collections.Generic; 24 using System.Linq; 25 using System.Text; 22 using HeuristicLab.Core; 26 23 using HeuristicLab.Optimization; 27 using HeuristicLab.Core;28 using HeuristicLab.Data;29 24 30 25 namespace HeuristicLab.Problems.ExternalEvaluation {
Note: See TracChangeset
for help on using the changeset viewer.