Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/04/10 17:34:02 (14 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/IVRPCreator.cs

    r4068 r4154  
    2727  public interface IVRPCreator : IVRPOperator, ISolutionCreator {
    2828    IValueLookupParameter<IntValue> CitiesParameter { get; }
    29     ILookupParameter<IntValue> VehiclesParameter { get; }
    30     ILookupParameter<DoubleMatrix> CoordinatesParameter { get; }
    31     ILookupParameter<DoubleMatrix> DistanceMatrixParameter { get; }
    32     ILookupParameter<BoolValue> UseDistanceMatrixParameter { get; }
    33     ILookupParameter<DoubleValue> CapacityParameter { get; }
    34     ILookupParameter<DoubleArray> DemandParameter { get; }
    35     ILookupParameter<DoubleArray> ReadyTimeParameter { get; }
    36     ILookupParameter<DoubleArray> DueTimeParameter { get; }
    37     ILookupParameter<DoubleArray> ServiceTimeParameter { get; }
    38 
    3929    ILookupParameter<IVRPEncoding> VRPSolutionParameter { get; }
    4030  }
Note: See TracChangeset for help on using the changeset viewer.