Changeset 5193 for trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/ThreeOpt
- Timestamp:
- 01/03/11 00:46:55 (14 years ago)
- Location:
- trunk/sources
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources
- Property svn:mergeinfo changed
/branches/ParallelEngine (added) merged: 5175-5178,5183,5185,5187-5188
- Property svn:mergeinfo changed
-
trunk/sources/HeuristicLab.Problems.VehicleRouting
- Property svn:mergeinfo changed
/branches/ParallelEngine/HeuristicLab.Problems.VehicleRouting (added) merged: 5177-5178,5185
- Property svn:mergeinfo changed
-
trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/ThreeOpt/AlbaTranslocationMoveMaker.cs
r5129 r5193 68 68 moveMaker.PermutationParameter.ActualName = VRPToursParameter.ActualName; 69 69 IAtomicOperation op = this.ExecutionContext.CreateChildOperation(moveMaker); 70 op.Operator.Execute((IExecutionContext)op );70 op.Operator.Execute((IExecutionContext)op, CancellationToken); 71 71 72 72 return next;
Note: See TracChangeset
for help on using the changeset viewer.