Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/07/10 17:24:00 (14 years ago)
Author:
svonolfe
Message:

Added move operators (WIP) (#1177)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPEvaluator.cs

    r4363 r4369  
    2929namespace HeuristicLab.Problems.VehicleRouting.Interfaces {
    3030  public interface IVRPEvaluator: IVRPOperator, ISingleObjectiveEvaluator {
     31    ILookupParameter<IVRPEncoding> VRPToursParameter { get; }
     32   
    3133    bool Feasible(IVRPProblemInstance instance, IVRPEncoding solution);
    3234    bool Feasible(IVRPProblemInstance instance, Tour tour);
Note: See TracChangeset for help on using the changeset viewer.