Changeset 10119 for branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.SolutionCaching
- Timestamp:
- 11/10/13 22:12:04 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.SolutionCaching/3.3/RunCollectionModifiers/RunCollectionModifierTask.cs
r10117 r10119 30 30 [StorableClass] 31 31 public class RunCollectionModifierTask : ItemTask { 32 /*public override bool IsParallelizable {33 get { return false; }34 } */35 36 32 public new RunCollectionModifierExecutable Item { 37 33 get { return (RunCollectionModifierExecutable)base.Item; }
Note: See TracChangeset
for help on using the changeset viewer.