Free cookie consent management tool by TermsFeed Policy Generator

Changeset 8124


Ignore:
Timestamp:
06/26/12 14:58:45 (12 years ago)
Author:
gkronber
Message:

#1722 'Hungarian Algorithm'

File:
1 edited

Legend:

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

    r8093 r8124  
    3434  /// A genetic algorithm.
    3535  /// </summary>
    36   [Item("HungarianAlgorithm", "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.")]
     36  [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.")]
    3737  [Creatable("Algorithms")]
    3838  [StorableClass]
Note: See TracChangeset for help on using the changeset viewer.