doc/groups.dox
changeset 2051 08652c1763f6
parent 2016 ecb067198349
child 2060 be70ea3b957a
equal deleted inserted replaced
35:52bc1f1b6d72 36:082b59318ec3
   139 \brief This group describes the algorithms
   139 \brief This group describes the algorithms
   140 for discover the topology of the graphs.
   140 for discover the topology of the graphs.
   141 */
   141 */
   142 
   142 
   143 /**
   143 /**
       
   144 @defgroup matching Matching algorithms in graphs and bipartite graphs
       
   145 @ingroup galgs
       
   146 \brief This group describes the algorithms
       
   147 for find matchings in graphs and bipartite graphs.
       
   148 */
       
   149 
       
   150 /**
   144 @defgroup exceptions Exceptions
   151 @defgroup exceptions Exceptions
   145 This group contains the exceptions thrown by LEMON library
   152 This group contains the exceptions thrown by LEMON library
   146 */
   153 */
   147 
   154 
   148 /**
   155 /**