Changeset 2235 for trunk/sources/HeuristicLab.GP.Interfaces
- Timestamp:
- 08/05/09 11:17:08 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.GP.Interfaces/3.3
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.GP.Interfaces/3.3/HeuristicLab.GP.Interfaces-3.3.csproj
r2222 r2235 80 80 </ItemGroup> 81 81 <ItemGroup> 82 <Compile Include="IFunctionTreeNameGenerator.cs">83 <SubType>Code</SubType>84 </Compile>85 82 <Compile Include="IFunctionTreeSerializer.cs"> 86 83 <SubType>Code</SubType> -
trunk/sources/HeuristicLab.GP.Interfaces/3.3/IFunctionTree.cs
r2222 r2235 37 37 void InsertSubTree(int index, IFunctionTree tree); 38 38 void RemoveSubTree(int index); 39 string ToString(); 39 40 } 40 41 }
Note: See TracChangeset
for help on using the changeset viewer.