source:
branches/HeuristicLab.EvolutionaryTracking/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Interfaces/ISymbolicExpressionTreeNodeComparer.cs
@
13187
Last change on this file since 13187 was 9835, checked in by bburlacu, 11 years ago | |
---|---|
File size: 214 bytes |
Line | |
---|---|
1 | using System.Collections.Generic; |
2 | |
3 | namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding { |
4 | public interface ISymbolicExpressionTreeNodeComparer : IComparer<ISymbolicExpressionTreeNode> { |
5 | |
6 | } |
7 | } |
Note: See TracBrowser
for help on using the repository browser.