doc/namespaces.dox
author alpar
Thu, 25 Jan 2007 14:38:55 +0000
changeset 2353 c43f8802c90a
parent 2157 f9171bfc7ebb
child 2391 14a343be7a5a
permissions -rw-r--r--
A push/relabel type max cardinality matching implementation.
(slightly incompatible with bipartite_matching.h)
     1 /// The namespace of LEMON
     2 
     3 /// The namespace of LEMON
     4 ///
     5 namespace lemon {
     6 
     7   /// The namespace of LEMON concepts and concept checking classes
     8 
     9   /// The namespace of LEMON concepts and concept checking classes
    10   ///
    11   namespace concepts {}
    12 }