Changeset 16751 for branches/2521_ProblemRefactoring/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding
- Timestamp:
- 04/03/19 15:37:38 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Interfaces/ISymbolicExpressionTree.cs
r16723 r16751 28 28 namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding { 29 29 [StorableType("433dd098-7813-4226-aa76-a41d63c25f81")] 30 public interface ISymbolicExpressionTree : IItem, I Solution {30 public interface ISymbolicExpressionTree : IItem, IEncodedSolution { 31 31 ISymbolicExpressionTreeNode Root { get; set; } 32 32 int Length { get; }
Note: See TracChangeset
for help on using the changeset viewer.