Changeset 5177 for branches/ParallelEngine/HeuristicLab.Problems.VehicleRouting/3.3/Analyzers/BestAverageWorstVRPToursCalculator.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/BestAverageWorstVRPToursCalculator.cs
r4722 r5177 243 243 } 244 244 245 public override IOperation Apply( ) {245 public override IOperation Apply(IExecutionContext context) { 246 246 UpdateOverloads(); 247 247 UpdateTardiness(); … … 250 250 UpdateVehiclesUtilized(); 251 251 252 return base.Apply( );252 return base.Apply(context); 253 253 } 254 254 }
Note: See TracChangeset
for help on using the changeset viewer.