Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/23/10 01:31:17 (14 years ago)
Author:
swagner
Message:

Unified *SequentialSubScopesProcessor and *ParallelSubScopesProcessor (#943).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Operators/3.3/HeuristicLab.Operators-3.3.csproj

    r2900 r3193  
    9494    <Compile Include="MultipleCallsOperator.cs" />
    9595    <Compile Include="Operator.cs" />
    96     <Compile Include="ParallelSubScopesProcessor.cs" />
    9796    <Compile Include="Placeholder.cs" />
    9897    <Compile Include="IntCounter.cs" />
    9998    <Compile Include="ScopeCleaner.cs" />
    100     <Compile Include="SequentialSubScopesProcessor.cs" />
    10199    <Compile Include="StochasticBranch.cs" />
    102100    <Compile Include="SubScopesCreator.cs" />
     101    <Compile Include="SubScopesProcessor.cs" />
    103102    <Compile Include="SubScopesRemover.cs" />
    104103    <Compile Include="SubScopesSorter.cs" />
    105104    <Compile Include="DoubleCounter.cs" />
    106     <Compile Include="UniformParallelSubScopesProcessor.cs" />
    107     <Compile Include="UniformSequentialSubScopesProcessor.cs" />
    108105    <Compile Include="EmptyOperator.cs">
    109106      <SubType>Code</SubType>
     
    112109    <Compile Include="Properties\AssemblyInfo.cs" />
    113110    <Compile Include="SingleSuccessorOperator.cs" />
     111    <Compile Include="UniformSubScopesProcessor.cs" />
    114112    <Compile Include="ValuesCollector.cs" />
    115113    <Compile Include="VariableCreator.cs" />
Note: See TracChangeset for help on using the changeset viewer.