source:
trunk/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Interfaces/ISymbolicExpressionTreeNodeComparer.cs
@
17852
Last change on this file since 17852 was 16565, checked in by gkronber, 6 years ago | |
---|---|
File size: 286 bytes |
Rev | Line | |
---|---|---|
[10269] | 1 | using System.Collections.Generic; |
[16565] | 2 | using HEAL.Attic; |
[10269] | 3 | |
4 | namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding { | |
[16565] | 5 | [StorableType("7d8c5996-ca0b-4168-bc29-090cd196f83e")] |
[10562] | 6 | public interface ISymbolicExpressionTreeNodeComparer : IComparer<ISymbolicExpressionTreeNode> { } |
[10269] | 7 | } |
Note: See TracBrowser
for help on using the repository browser.