Changeset 15771 for branches/2895_PushGP_GenealogyAnalysis/HeuristicLab.Problems.ProgramSynthesis/Push/Data/Tree/TreeNode.cs
- Timestamp:
- 02/13/18 16:56:35 (7 years ago)
- Location:
- branches/2895_PushGP_GenealogyAnalysis
- Files:
-
- 1 added
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/2895_PushGP_GenealogyAnalysis/HeuristicLab.Problems.ProgramSynthesis/Push/Data/Tree/TreeNode.cs
r15017 r15771 1 1 using System.Collections.Generic; 2 2 3 namespace HeuristicLab.Problems.ProgramSynthesis .Push.Data.Tree{3 namespace HeuristicLab.Problems.ProgramSynthesis { 4 4 public class TreeNode<T> { 5 5 public T Value { get; set; }
Note: See TracChangeset
for help on using the changeset viewer.