Changeset 5177 for branches/ParallelEngine/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/General/Manipulators/MultiVRPSolutionManipulator.cs
- Timestamp:
- 12/26/10 03:51:30 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ParallelEngine/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/General/Manipulators/MultiVRPSolutionManipulator.cs
r4722 r5177 140 140 } 141 141 142 public override IOperation Apply( ) {142 public override IOperation Apply(IExecutionContext context) { 143 143 if (Operators.Count == 0) throw new InvalidOperationException(Name + ": Please add at least one permutation manipulator to choose from."); 144 return base.Apply( );144 return base.Apply(context); 145 145 } 146 146 }
Note: See TracChangeset
for help on using the changeset viewer.