Changeset 16476 for branches/2520_PersistenceReintegration/HeuristicLab.Problems.ExternalEvaluation/3.4/Interfaces/IExternalEvaluationProblem.cs
- Timestamp:
- 01/02/19 09:22:21 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2520_PersistenceReintegration/HeuristicLab.Problems.ExternalEvaluation/3.4/Interfaces/IExternalEvaluationProblem.cs
r16453 r16476 23 23 using HeuristicLab.Core; 24 24 using HeuristicLab.Optimization; 25 using HEAL.Fossil; 25 26 26 27 namespace HeuristicLab.Problems.ExternalEvaluation { 28 [StorableType("04901da1-d785-4124-a989-2a9c6bd1a81c")] 27 29 public interface IExternalEvaluationProblem : IProblem { 28 30
Note: See TracChangeset
for help on using the changeset viewer.