Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/26/10 03:51:30 (14 years ago)
Author:
swagner
Message:

Removed property ExecutionContext in Operator (#1333)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ParallelEngine/HeuristicLab.Problems.VehicleRouting/3.3/Evaluators/VRPEvaluator.cs

    r4847 r5177  
    214214    }
    215215
    216     public sealed override IOperation Apply() {
     216    public sealed override IOperation Apply(IExecutionContext context) {
    217217      IVRPEncoding solution = VRPToursParameter.ActualValue;
    218218
     
    229229      TardinessParameter.ActualValue = new DoubleValue(sumEval.Tardiness);
    230230
    231       return base.Apply();
     231      return base.Apply(context);
    232232    }
    233233  }
Note: See TracChangeset for help on using the changeset viewer.