Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/13/13 14:42:38 (11 years ago)
Author:
bburlacu
Message:

#1772: Merged changes from the trunk and other branches. Added new ExtendedSymbolicExpressionTreeCanvas control for the visual exploration of tree genealogies. Reorganized some files and folders.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.EvolutionaryTracking/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj

    r9835 r9963  
    191191    <Compile Include="Crossovers\TracingSymbolicExpressionTreeCrossover.cs" />
    192192    <Compile Include="Formatters\SymbolicExpressionTreeGraphvizFormatter.cs" />
     193    <Compile Include="Formatters\SymbolicExpressionTreeLatexFormatter.cs" />
    193194    <Compile Include="Fragment.cs" />
    194195    <Compile Include="GenericWrapper.cs" />
    195196    <Compile Include="GeneticExchange.cs" />
    196197    <Compile Include="Interfaces\IFragment.cs" />
     198    <Compile Include="Interfaces\ILayoutAdapter.cs" />
     199    <Compile Include="Interfaces\ILayoutNode.cs" />
    197200    <Compile Include="Interfaces\IReadOnlySymbol.cs" />
    198201    <Compile Include="Interfaces\ISymbolicExpressionGrammar.cs" />
     
    217220    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeSizeConstraintOperator.cs" />
    218221    <Compile Include="Interfaces\Operators\ITracingSymbolicExpressionTreeOperator.cs" />
     222    <Compile Include="LayoutEngines\LayoutNode.cs" />
     223    <Compile Include="LayoutEngines\ReingoldTilfordLayoutEngine.cs" />
     224    <Compile Include="LayoutEngines\SymbolicExpressionTreeLayoutAdapter.cs" />
    219225    <Compile Include="Manipulators\ChangeNodeTypeManipulation.cs" />
    220226    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeManipulator.cs" />
     
    240246    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeOperator.cs" />
    241247    <Compile Include="SymbolicExpressionTree.cs" />
    242     <Compile Include="Properties\AssemblyInfo.cs" />
    243248    <Compile Include="SymbolicExpressionTreeNode.cs" />
    244249    <Compile Include="Symbols\Argument.cs" />
     
    258263    <None Include="Plugin.cs.frame" />
    259264    <None Include="Properties\AssemblyInfo.cs.frame" />
     265    <Compile Include="Properties\AssemblyInfo.cs" />
    260266  </ItemGroup>
    261267  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.