Changeset 13295 for stable/HeuristicLab.Problems.QuadraticAssignment
- Timestamp:
- 11/19/15 13:33:36 (9 years ago)
- Location:
- stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 13173
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Problems.QuadraticAssignment
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Problems.QuadraticAssignment merged: 13173
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Problems.QuadraticAssignment/3.3/QuadraticAssignmentProblem.cs
r12708 r13295 35 35 36 36 namespace HeuristicLab.Problems.QuadraticAssignment { 37 [Item("Quadratic Assignment Problem ", "The Quadratic Assignment Problem (QAP) can be described as the problem of assigning N facilities to N fixed locations such that there is exactly one facility in each location and that the sum of the distances multiplied by the connection strength between the facilities becomes minimal.")]37 [Item("Quadratic Assignment Problem (QAP)", "The Quadratic Assignment Problem (QAP) can be described as the problem of assigning N facilities to N fixed locations such that there is exactly one facility in each location and that the sum of the distances multiplied by the connection strength between the facilities becomes minimal.")] 38 38 [Creatable(CreatableAttribute.Categories.CombinatorialProblems, Priority = 140)] 39 39 [StorableClass]
Note: See TracChangeset
for help on using the changeset viewer.