Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/25/15 18:21:19 (9 years ago)
Author:
dglaser
Message:

#2388: Merged trunk into HiveStatistics branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HiveStatistics/sources/HeuristicLab.Problems.LinearAssignment/3.3/HungarianAlgorithm.cs

    r12012 r12515  
    3535  /// </summary>
    3636  [Item("Hungarian Algorithm", "The Hungarian algorithm can be used to solve the linear assignment problem in O(n^3). It is also known as the Kuhn–Munkres algorithm or Munkres assignment algorithm.")]
    37   [Creatable("Algorithms")]
     37  [Creatable(CreatableAttribute.Categories.SingleSolutionAlgorithms, Priority = 170)]
    3838  [StorableClass]
    3939  public sealed class HungarianAlgorithm : EngineAlgorithm, IStorableContent {
Note: See TracChangeset for help on using the changeset viewer.