Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2520_PersistenceReintegration/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Interfaces/ISymbolicExpressionTreeNodeComparer.cs @ 16559

Last change on this file since 16559 was 16559, checked in by jkarder, 5 years ago

#2520: renamed Fossil to Attic and set version to 1.0.0-pre01

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.