Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/14/10 05:31:49 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • worked on operators
File:
1 edited

Legend:

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

    r2773 r2794  
    9898    <Compile Include="SequentialSubScopesProcessor.cs" />
    9999    <Compile Include="StochasticBranch.cs" />
     100    <Compile Include="SubScopesCreator.cs" />
    100101    <Compile Include="SubScopesRemover.cs" />
    101102    <Compile Include="SubScopesSorter.cs" />
     
    110111    <Compile Include="Properties\AssemblyInfo.cs" />
    111112    <Compile Include="SingleSuccessorOperator.cs" />
    112     <Compile Include="SubScopesCreater.cs" />
    113113    <Compile Include="ValuesCollector.cs" />
    114     <Compile Include="VariableInjector.cs">
    115       <SubType>Code</SubType>
    116     </Compile>
     114    <Compile Include="VariableCreator.cs" />
    117115  </ItemGroup>
    118116  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.