source:
stable/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Interfaces/ISymbolicExpressionTreeNodeComparer.cs
@
15962
Last change on this file since 15962 was 11943, checked in by jkarder, 10 years ago | |
---|---|
File size: 209 bytes |
Rev | Line | |
---|---|---|
[10269] | 1 | using System.Collections.Generic; |
2 | ||
3 | namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding { | |
[10562] | 4 | public interface ISymbolicExpressionTreeNodeComparer : IComparer<ISymbolicExpressionTreeNode> { } |
[10269] | 5 | } |
Note: See TracBrowser
for help on using the repository browser.