Changeset 14929 for branches/PersistenceReintegration/HeuristicLab.Algorithms.DataAnalysis/3.4/Nca/SolutionCreation
- Timestamp:
- 05/04/17 19:06:54 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Algorithms.DataAnalysis/3.4/Nca/SolutionCreation/INcaSolutionCreator.cs
r14185 r14929 21 21 22 22 using HeuristicLab.Core; 23 using HeuristicLab.Persistence; 23 24 24 25 namespace HeuristicLab.Algorithms.DataAnalysis { 26 [StorableType("5898602c-bf7f-4f0e-aa96-03bd7b457653")] 25 27 public interface INcaSolutionCreator : IOperator { 26 28
Note: See TracChangeset
for help on using the changeset viewer.