Changeset 7395 for trunk/sources/HeuristicLab.Operators
- Timestamp:
- 01/22/12 23:17:01 (13 years ago)
- Location:
- trunk/sources/HeuristicLab.Operators/3.3
- Files:
-
- 4 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Operators/3.3/HeuristicLab.Operators-3.3.csproj
r6866 r7395 118 118 <Compile Include="Assigner.cs" /> 119 119 <Compile Include="AlgorithmOperator.cs" /> 120 <Compile Include="DataReducer.cs" /> 121 <Compile Include="LocalRandomCreator.cs" /> 120 122 <Compile Include="MultiOperator.cs" /> 121 123 <Compile Include="Operator.cs" /> … … 123 125 <Compile Include="IntCounter.cs" /> 124 126 <Compile Include="Plugin.cs" /> 127 <Compile Include="ReductionOperation.cs" /> 128 <Compile Include="ReductionOperations.cs" /> 125 129 <Compile Include="ScopeCleaner.cs" /> 126 130 <Compile Include="StochasticBranch.cs" />
Note: See TracChangeset
for help on using the changeset viewer.