Last change
on this file since 11733 was
10650,
checked in by bburlacu, 11 years ago
|
#1772: Added new SymbolicDataAnalysisGenealogyView and added support for the tracing of building blocks (finding the constituent ancestral elements of a selected subtree).
|
File size:
209 bytes
|
Rev | Line | |
---|
[10269] | 1 | using System.Collections.Generic;
|
---|
| 2 |
|
---|
| 3 | namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding {
|
---|
[10650] | 4 | public interface ISymbolicExpressionTreeNodeComparer : IComparer<ISymbolicExpressionTreeNode> { }
|
---|
[10269] | 5 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.