Changeset 7401 for branches/HiveHiveEngine/HeuristicLab.Operators
- Timestamp:
- 01/24/12 13:33:38 (13 years ago)
- Location:
- branches/HiveHiveEngine
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveHiveEngine
- Property svn:mergeinfo changed
/trunk/sources merged: 7395,7397,7400
- Property svn:mergeinfo changed
-
branches/HiveHiveEngine/HeuristicLab.Operators/3.3/HeuristicLab.Operators-3.3.csproj
r7394 r7401 118 118 <Compile Include="Assigner.cs" /> 119 119 <Compile Include="AlgorithmOperator.cs" /> 120 <Compile Include="DataReducer.cs" /> 120 121 <Compile Include="LocalRandomCreator.cs" /> 121 <Compile Include="DataReducer.cs" />122 <Compile Include="ReductionOperation.cs" />123 <Compile Include="ReductionOperations.cs" />124 122 <Compile Include="MultiOperator.cs" /> 125 123 <Compile Include="Operator.cs" /> … … 127 125 <Compile Include="IntCounter.cs" /> 128 126 <Compile Include="Plugin.cs" /> 127 <Compile Include="ReductionOperation.cs" /> 128 <Compile Include="ReductionOperations.cs" /> 129 129 <Compile Include="ScopeCleaner.cs" /> 130 130 <Compile Include="StochasticBranch.cs" />
Note: See TracChangeset
for help on using the changeset viewer.