doc/groups.dox
changeset 1254 c5cd8960df74
parent 1221 1c978b5bcc65
child 1270 dceba191c00d
     1.1 --- a/doc/groups.dox	Mon Aug 05 14:21:58 2013 +0200
     1.2 +++ b/doc/groups.dox	Tue Aug 06 05:38:49 2013 +0200
     1.3 @@ -497,7 +497,7 @@
     1.4  most efficient one, though the best known theoretical bound on its running
     1.5  time is exponential.
     1.6  Both \ref KarpMmc "Karp" and \ref HartmannOrlinMmc "Hartmann-Orlin" algorithms
     1.7 -run in time O(ne) and use space O(n<sup>2</sup>+e).
     1.8 +run in time O(nm) and use space O(n<sup>2</sup>+m).
     1.9  */
    1.10  
    1.11  /**