COIN-OR::LEMON - Graph Library

Changeset 768:0a42883c8221 in lemon-1.2 for lemon/karp.h


Ignore:
Timestamp:
08/12/09 09:45:15 (15 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Separate group for the min mean cycle classes (#179)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/karp.h

    r767 r768  
    2020#define LEMON_KARP_H
    2121
    22 /// \ingroup shortest_path
     22/// \ingroup min_mean_cycle
    2323///
    2424/// \file
     
    9191
    9292
    93   /// \addtogroup shortest_path
     93  /// \addtogroup min_mean_cycle
    9494  /// @{
    9595
     
    9999  /// This class implements Karp's algorithm for finding a directed
    100100  /// cycle of minimum mean length (cost) in a digraph.
     101  /// It runs in time O(ne) and uses space O(n<sup>2</sup>+e).
    101102  ///
    102103  /// \tparam GR The type of the digraph the algorithm runs on.
Note: See TracChangeset for help on using the changeset viewer.