diff -r 7af2ae7c1428 -r 3ed8f7c8bed8 doc/groups.dox --- a/doc/groups.dox Thu Mar 18 00:29:35 2010 +0100 +++ b/doc/groups.dox Thu Mar 18 14:50:32 2010 +0100 @@ -263,14 +263,6 @@ */ /** -@defgroup matrices Matrices -@ingroup datas -\brief Two dimensional data storages implemented in LEMON. - -This group contains two dimensional data storages implemented in LEMON. -*/ - -/** @defgroup auxdat Auxiliary Data Structures @ingroup datas \brief Auxiliary data structures implemented in LEMON. @@ -448,19 +440,19 @@ function. LEMON contains three algorithms for solving the minimum mean cycle problem: -- \ref Karp "Karp"'s original algorithm \ref amo93networkflows, +- \ref KarpMmc Karp's original algorithm \ref amo93networkflows, \ref dasdan98minmeancycle. -- \ref HartmannOrlin "Hartmann-Orlin"'s algorithm, which is an improved +- \ref HartmannOrlinMmc Hartmann-Orlin's algorithm, which is an improved version of Karp's algorithm \ref dasdan98minmeancycle. -- \ref Howard "Howard"'s policy iteration algorithm +- \ref HowardMmc Howard's policy iteration algorithm \ref dasdan98minmeancycle. -In practice, the Howard algorithm proved to be by far the most efficient -one, though the best known theoretical bound on its running time is -exponential. -Both Karp and HartmannOrlin algorithms run in time O(ne) and use space -O(n2+e), but the latter one is typically faster due to the -applied early termination scheme. +In practice, the \ref HowardMmc "Howard" algorithm proved to be by far the +most efficient one, though the best known theoretical bound on its running +time is exponential. +Both \ref KarpMmc "Karp" and \ref HartmannOrlinMmc "Hartmann-Orlin" algorithms +run in time O(ne) and use space O(n2+e), but the latter one is +typically faster due to the applied early termination scheme. */ /**