Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/28/11 20:31:09 (13 years ago)
Author:
gkronber
Message:

#1418 Added test projects for data-analysis and symbolic data-analysis plugin. Moved grammars to version 3.4. Fixed bugs in interpretation and simplification of 'not' symbols.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj

    r5571 r5574  
    116116    </Compile>
    117117    <Compile Include="Analyzers\SymbolicDataAnalysisVariableFrequencyAnalyzer.cs" />
     118    <Compile Include="Grammars\ArithmeticExpressionGrammar.cs" />
     119    <Compile Include="Grammars\FullFunctionalExpressionGrammar.cs" />
     120    <Compile Include="Grammars\TypeCoherentExpressionGrammar.cs" />
    118121    <Compile Include="Interfaces\ISymbolicDataAnalysisMultiObjectiveAnalyzer.cs" />
    119122    <Compile Include="Interfaces\ISymbolicDataAnalysisSingleObjectiveAnalyzer.cs" />
     
    269272    </BootstrapperPackage>
    270273  </ItemGroup>
    271   <ItemGroup>
    272     <Folder Include="Grammars\" />
    273   </ItemGroup>
     274  <ItemGroup />
    274275  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    275276  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.