Changeset 5177 for branches/ParallelEngine/HeuristicLab.Problems.VehicleRouting/3.3/Analyzers/BestVRPSolutionAnalyzer.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/Analyzers/BestVRPSolutionAnalyzer.cs
r4852 r5177 132 132 } 133 133 134 public override IOperation Apply( ) {134 public override IOperation Apply(IExecutionContext context) { 135 135 DoubleMatrix coordinates = CoordinatesParameter.ActualValue; 136 136 ItemArray<IVRPEncoding> solutions = VRPToursParameter.ActualValue; … … 188 188 } 189 189 190 return base.Apply( );190 return base.Apply(context); 191 191 } 192 192 }
Note: See TracChangeset
for help on using the changeset viewer.