Changeset 7855 for branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/General/Manipulators
- Timestamp:
- 05/21/12 14:32:32 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/General/Manipulators/MultiVRPSolutionManipulator.cs
r6716 r7855 84 84 foreach (IOperator op in operators) { 85 85 if (op is IVRPManipulator && !(op is MultiVRPSolutionManipulator)) { 86 Operators.Add(op.Clone() as IVRPManipulator, true);86 Operators.Add(op.Clone() as IVRPManipulator, !(op is IVRPLocalSearchManipulator)); 87 87 } 88 88 }
Note: See TracChangeset
for help on using the changeset viewer.