Changeset 5177 for branches/ParallelEngine/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/General/Moves/MultiVRPMoveOperator/MultiVRPMoveMaker.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/Moves/MultiVRPMoveOperator/MultiVRPMoveMaker.cs
r4722 r5177 107 107 } 108 108 109 public override IOperation Apply( ) {110 IOperation next = base.Apply( );109 public override IOperation Apply(IExecutionContext context) { 110 IOperation next = base.Apply(context); 111 111 112 112 IVRPEncoding solution = VRPToursParameter.ActualValue as IVRPEncoding;
Note: See TracChangeset
for help on using the changeset viewer.