Changeset 16476 for branches/2520_PersistenceReintegration/HeuristicLab.Optimization/3.3/Interfaces/IAlgorithm.cs
- Timestamp:
- 01/02/19 09:22:21 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2520_PersistenceReintegration/HeuristicLab.Optimization/3.3/Interfaces/IAlgorithm.cs
r16453 r16476 23 23 using System.Collections.Generic; 24 24 using HeuristicLab.Core; 25 using HEAL.Fossil; 25 26 26 27 namespace HeuristicLab.Optimization { 28 [StorableType("c293d208-59ac-4d3c-b815-47d68355628d")] 27 29 /// <summary> 28 30 /// Interface to represent an algorithm.
Note: See TracChangeset
for help on using the changeset viewer.