Free cookie consent management tool by TermsFeed Policy Generator

source: branches/1772_HeuristicLab.EvolutionTracking/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Interfaces/ISymbolicExpressionTreeNodeComparer.cs @ 18238

Last change on this file since 18238 was 17434, checked in by bburlacu, 4 years ago

#1772: Merge trunk changes and fix all errors and compilation warnings.

File size: 286 bytes
Line 
1using System.Collections.Generic;
2using HEAL.Attic;
3
4namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding {
5  [StorableType("7d8c5996-ca0b-4168-bc29-090cd196f83e")]
6  public interface ISymbolicExpressionTreeNodeComparer : IComparer<ISymbolicExpressionTreeNode> { }
7}
Note: See TracBrowser for help on using the repository browser.