- Timestamp:
- 07/08/16 14:40:02 (8 years ago)
- Location:
- branches/crossvalidation-2434
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/crossvalidation-2434
- Property svn:mergeinfo changed
-
branches/crossvalidation-2434/HeuristicLab.Problems.QuadraticAssignment
- Property svn:mergeinfo changed
/stable/HeuristicLab.Problems.QuadraticAssignment merged: 13316 /trunk/sources/HeuristicLab.Problems.QuadraticAssignment merged: 13173,13321,13397
- Property svn:mergeinfo changed
-
branches/crossvalidation-2434/HeuristicLab.Problems.QuadraticAssignment/3.3/Plugin.cs.frame
r12753 r14029 23 23 24 24 namespace HeuristicLab.Problems.QuadraticAssignment { 25 [Plugin("HeuristicLab.Problems.QuadraticAssignment", "3.3.1 2.$WCREV$")]25 [Plugin("HeuristicLab.Problems.QuadraticAssignment", "3.3.13.$WCREV$")] 26 26 [PluginFile("HeuristicLab.Problems.QuadraticAssignment-3.3.dll", PluginFileType.Assembly)] 27 27 [PluginDependency("HeuristicLab.Analysis", "3.3")] -
branches/crossvalidation-2434/HeuristicLab.Problems.QuadraticAssignment/3.3/Properties/AssemblyInfo.cs.frame
r12753 r14029 55 55 // [assembly: AssemblyVersion("1.0.*")] 56 56 [assembly: AssemblyVersion("3.3.0.0")] 57 [assembly: AssemblyFileVersion("3.3.1 2.$WCREV$")]57 [assembly: AssemblyFileVersion("3.3.13.$WCREV$")] -
branches/crossvalidation-2434/HeuristicLab.Problems.QuadraticAssignment/3.3/QuadraticAssignmentProblem.cs
r12504 r14029 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.