Changeset 10195
- Timestamp:
- 12/05/13 11:13:44 (11 years ago)
- Location:
- trunk/sources/HeuristicLab.Operators/3.3
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Operators/3.3/HeuristicLab.Operators-3.3.csproj
r10149 r10195 128 128 <Compile Include="Plugin.cs" /> 129 129 <Compile Include="ReductionOperation.cs" /> 130 <Compile Include="ReductionOperations.cs" />131 130 <Compile Include="ScopeCleaner.cs" /> 132 131 <Compile Include="StochasticBranch.cs" /> -
trunk/sources/HeuristicLab.Operators/3.3/ReductionOperation.cs
r9456 r10195 27 27 28 28 namespace HeuristicLab.Operators { 29 public enum ReductionOperations { 30 Sum, 31 Product, 32 Count, 33 Min, 34 Max, 35 Avg, 36 Assign 37 } 38 29 39 [Item("ReductionOperation", "Represents a certain type of reduction operation.")] 30 40 [StorableClass]
Note: See TracChangeset
for help on using the changeset viewer.