Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/10/17 21:42:09 (7 years ago)
Author:
pkimmesw
Message:

#2665 Renamings due to typos, ManagedPool tests, Skip Noops in Debugger

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/HeuristicLab.Problems.ProgramSynthesis.csproj

    r14733 r14744  
    116116    <Compile Include="Push\Configuration\IEnabledExpressionsConfiguration.cs" />
    117117    <Compile Include="Push\Creator\PointsBasedPushProgramCreator.cs" />
     118    <Compile Include="Push\Data\List\SkipList.cs" />
     119    <Compile Include="Push\Data\Pool\ManagedPool.cs" />
    118120    <Compile Include="Push\Data\Pool\ObjectPool.cs" />
    119     <Compile Include="Push\Data\Tree\ExpressionNode.cs" />
    120     <Compile Include="Push\Data\Tree\ExpressionTree.cs" />
     121    <Compile Include="Push\Data\Pool\PoolContainer.cs" />
    121122    <Compile Include="Push\Exporter\Exporter.cs" />
    122123    <Compile Include="Push\Expressions\BooleanExpressions.cs" />
Note: See TracChangeset for help on using the changeset viewer.