- Timestamp:
- 06/15/15 11:08:52 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/TerminationCriteria/HeuristicLab.Termination/3.3/ITerminator.cs
r12402 r12444 26 26 /// An interface which represents an operator for checking a termination criterion. 27 27 /// </summary> 28 public interface ITerminator : I Operator {28 public interface ITerminator : ITerminationBasedOperator { 29 29 } 30 30 }
Note: See TracChangeset
for help on using the changeset viewer.