Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/10/15 11:48:08 (9 years ago)
Author:
mkommend
Message:

#2320: Adapted plugin file and updated project file of SymbolicExpressionTreeEncoding.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj

    r12422 r12424  
    143143    <Compile Include="Formatters\SymbolicExpressionTreeHierarchicalFormatter.cs" />
    144144    <Compile Include="Grammars\EmptySymbolicExpressionTreeGrammar.cs" />
     145    <Compile Include="Grammars\SimpleSymbolicExpressionGrammar.cs" />
    145146    <Compile Include="Interfaces\IReadOnlySymbol.cs" />
    146147    <Compile Include="Interfaces\ISymbolicExpressionGrammar.cs" />
     
    192193    <Compile Include="Symbols\ArgumentTreeNode.cs" />
    193194    <Compile Include="Symbols\GroupSymbol.cs" />
     195    <Compile Include="Symbols\SimpleSymbol.cs" />
    194196    <Compile Include="Symbols\StartSymbol.cs" />
    195197    <Compile Include="Symbols\InvokeFunction.cs" />
Note: See TracChangeset for help on using the changeset viewer.