Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 16474 was 16474, checked in by gkronber, 5 years ago

#2520: checked and added StorableType attribute in projects up to HeuristicLab.MainForm

File size: 287 bytes
Line 
1using System.Collections.Generic;
2using HEAL.Fossil;
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.