Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/04/10 17:34:02 (15 years ago)
Author:
svonolfe
Message:

Further improved the VRP design (#1039)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Interfaces/IVRPMoveEvaluator.cs

    r4068 r4154  
    2525
    2626namespace HeuristicLab.Problems.VehicleRouting {
    27   public interface IVRPMoveEvaluator : ISingleObjectiveMoveEvaluator, IVRPMoveOperator {
    28     ILookupParameter<DoubleMatrix> CoordinatesParameter { get; }
    29     ILookupParameter<DoubleMatrix> DistanceMatrixParameter { get; }
    30     ILookupParameter<BoolValue> UseDistanceMatrixParameter { get; }
    31     ILookupParameter<IntValue> VehiclesParameter { get; }
    32     ILookupParameter<DoubleValue> CapacityParameter { get; }
    33     ILookupParameter<DoubleArray> DemandParameter { get; }
    34     ILookupParameter<DoubleArray> ReadyTimeParameter { get; }
    35     ILookupParameter<DoubleArray> DueTimeParameter { get; }
    36     ILookupParameter<DoubleArray> ServiceTimeParameter { get; }
    37 
     27  public interface IVRPMoveEvaluator : ISingleObjectiveMoveEvaluator, IVRPMoveOperator {   
    3828    ILookupParameter<DoubleValue> MoveVehcilesUtilizedParameter { get; }
    3929    ILookupParameter<DoubleValue> MoveTravelTimeParameter { get; }
Note: See TracChangeset for help on using the changeset viewer.