Changeset 4895
- Timestamp:
- 11/22/10 10:00:10 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/VRPProblemInstance.cs
r4860 r4895 244 244 Parameters.Add(new OptionalValueParameter<VRPSolution>("BestKnownSolution", "The best known solution of this TSP instance.")); 245 245 } 246 if (!Parameters.ContainsKey("BestKnownQuality")) { 247 Parameters.Add(new OptionalValueParameter<DoubleValue>("BestKnownQuality", "The quality of the best known solution of this VRP instance.")); 248 } 246 249 #endregion 247 250
Note: See TracChangeset
for help on using the changeset viewer.