Free cookie consent management tool by TermsFeed Policy Generator

Changeset 4895


Ignore:
Timestamp:
11/22/10 10:00:10 (13 years ago)
Author:
svonolfe
Message:

Fixed backwards compatibility (#1177)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/VRPProblemInstance.cs

    r4860 r4895  
    244244        Parameters.Add(new OptionalValueParameter<VRPSolution>("BestKnownSolution", "The best known solution of this TSP instance."));
    245245      }
     246      if (!Parameters.ContainsKey("BestKnownQuality")) {
     247        Parameters.Add(new OptionalValueParameter<DoubleValue>("BestKnownQuality", "The quality of the best known solution of this VRP instance."));
     248      }
    246249      #endregion
    247250     
Note: See TracChangeset for help on using the changeset viewer.