Changeset 5177 for branches/ParallelEngine/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/LambdaInterchange/AlbaLambdaInterchangeMoveMaker.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/Alba/Moves/LambdaInterchange/AlbaLambdaInterchangeMoveMaker.cs
r4722 r5177 67 67 } 68 68 69 public override IOperation Apply( ) {70 IOperation next = base.Apply( );69 public override IOperation Apply(IExecutionContext context) { 70 IOperation next = base.Apply(context); 71 71 72 72 AlbaLambdaInterchangeMove move = LambdaInterchangeMoveParameter.ActualValue;
Note: See TracChangeset
for help on using the changeset viewer.