Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Interfaces/ISymbolicExpressionTreeNodeComparer.cs @ 11943

Last change on this file since 11943 was 11943, checked in by jkarder, 9 years ago

#2164: merged r10562, r10563, r11384 and r11392 into stable

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