Last change
on this file since 15016 was
14712,
checked in by gkronber, 8 years ago
|
#2520 added GUIDs for (almost) all interface types (probably still too many) also added newlines at end of all files
|
File size:
332 bytes
|
Line | |
---|
1 | using System.Collections.Generic;
|
---|
2 |
|
---|
3 | namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding {
|
---|
4 | [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("C98BC270-F44F-4B68-BB8E-94DC7B2CBDD9")]
|
---|
5 | public interface ISymbolicExpressionTreeNodeComparer : IComparer<ISymbolicExpressionTreeNode> { }
|
---|
6 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.