Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.EvolutionTracking/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Interfaces/ISymbolicExpressionTreeNodeComparer.cs @ 10269

Last change on this file since 10269 was 10269, checked in by bburlacu, 10 years ago

#1772: Added HeuristicLab.Problems.DataAnalysis.Symbolic and HeuristicLab.Problems.DataAnalysis.Symbolic.Views and integrated some modifications from the old branch.

File size: 214 bytes
RevLine 
[10269]1using System.Collections.Generic;
2
3namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding {
4  public interface ISymbolicExpressionTreeNodeComparer : IComparer<ISymbolicExpressionTreeNode> {
5
6  }
7}
Note: See TracBrowser for help on using the repository browser.