Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/25/10 15:01:48 (14 years ago)
Author:
svonolfe
Message:

Fixed some problems in the VRP implementation (#1039)

File:
1 edited

Legend:

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

    r3938 r3947  
    4646    ILookupParameter<DoubleValue> OverloadParameter { get; }
    4747    ILookupParameter<DoubleValue> TardinessParameter { get; }
     48
     49    ILookupParameter<DoubleValue> FleetUsageFactor { get; }
     50    ILookupParameter<DoubleValue> TimeFactor { get; }
     51    ILookupParameter<DoubleValue> DistanceFactor { get; }
     52    ILookupParameter<DoubleValue> OverloadPenalty { get; }
     53    ILookupParameter<DoubleValue> TardinessPenalty { get; }
    4854  }
    4955}
Note: See TracChangeset for help on using the changeset viewer.