Changeset 7423 for branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment/3.3/GeneralizedQuadraticAssignmentProblem.cs
- Timestamp:
- 01/27/12 16:32:30 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment/3.3/GeneralizedQuadraticAssignmentProblem.cs
r7419 r7423 53 53 public static readonly string TransportationCostsDescription = "The transportation cost represents the flow-unit per distance-unit cost factor. This value can also be set to 1 if these costs are factored into the weights matrix already."; 54 54 public static readonly string OverbookedCapacityPenaltyDescription = "The multiplier for the constraint violation when added to the quality."; 55 public static readonly string BestKnownSolutionDescription = "The best known solution (if available)"; 55 public static readonly string BestKnownQualityDescription = "The best known quality (if available)."; 56 public static readonly string BestKnownSolutionDescription = "The best known solution (if available)."; 56 57 public static readonly string EquipmentNamesDescription = "Optional: A list of names that describes the equipments."; 57 58 public static readonly string LocationNamesDescription = "Optional: A list of names that describes the locations.";
Note: See TracChangeset
for help on using the changeset viewer.