Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/17/10 11:36:17 (14 years ago)
Author:
svonolfe
Message:

Added MultiVRPCreator (#1039)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/VRPOperator.cs

    r4230 r4241  
    113113    public VRPOperator()
    114114      : base() {
    115       Parameters.Add(new ValueLookupParameter<IntValue>("Cities", "The city count."));
    116115      Parameters.Add(new LookupParameter<DoubleMatrix>("Coordinates", "The coordinates of the cities."));
    117116      Parameters.Add(new LookupParameter<DoubleMatrix>("DistanceMatrix", "The matrix which contains the distances between the cities."));
Note: See TracChangeset for help on using the changeset viewer.