Changeset 7323 for branches/HiveHiveEngine/HeuristicLab.Operators
- Timestamp:
- 01/13/12 00:13:33 (13 years ago)
- Location:
- branches/HiveHiveEngine/HeuristicLab.Operators/3.3
- Files:
-
- 2 added
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveHiveEngine/HeuristicLab.Operators/3.3/HeuristicLab.Operators-3.3.csproj
r7322 r7323 118 118 <Compile Include="Assigner.cs" /> 119 119 <Compile Include="AlgorithmOperator.cs" /> 120 <Compile Include="AllSubScopesIntReducer.cs" /> 120 <Compile Include="IntDataReducer.cs" /> 121 <Compile Include="ReductionType.cs" /> 121 122 <Compile Include="ReductionTypes.cs" /> 122 <Compile Include="SubScopesIntReducer.cs" />123 123 <Compile Include="MultiOperator.cs" /> 124 124 <Compile Include="Operator.cs" /> -
branches/HiveHiveEngine/HeuristicLab.Operators/3.3/ReductionTypes.cs
r7322 r7323 23 23 public enum ReductionTypes { 24 24 Sum, 25 Prod, 26 Min, 25 27 Max, 26 Min,27 28 Avg 28 29 }
Note: See TracChangeset
for help on using the changeset viewer.