doc/groups.dox
changeset 2063 9535436aaa9f
parent 2042 bdc953f2a449
child 2072 224d3781b00b
equal deleted inserted replaced
36:082b59318ec3 37:87afb0763da9
   119 /**
   119 /**
   120 @defgroup gen_opt_group General Optimization Tools
   120 @defgroup gen_opt_group General Optimization Tools
   121 \brief This group describes some general optimization frameworks
   121 \brief This group describes some general optimization frameworks
   122 implemented in LEMON.
   122 implemented in LEMON.
   123 
   123 
   124 \brief This group describes some general optimization frameworks
   124 This group describes some general optimization frameworks
   125 implemented in LEMON.
   125 implemented in LEMON.
   126 
   126 
   127 */
   127 */
   128 
   128 
   129 /**
   129 /**
   130 @defgroup flowalgs Path and Flow Algorithms
   130 @defgroup flowalgs Path and Flow Algorithms
   131 @ingroup galgs
   131 @ingroup galgs
   132 \brief This group describes the algorithms
   132 \brief This group describes the algorithms
   133 for finding paths and flows in graphs.
   133 for finding paths and flows in graphs.
       
   134 
       
   135 This group describes the algorithms
       
   136 for finding paths and flows in graphs.
       
   137 
       
   138 \image html flow.png
       
   139 \image latex flow.eps "Graph flow" width=\textwidth
   134 */
   140 */
   135 
   141 
   136 /**
   142 /**
   137 @defgroup topology Topology related algorithms
   143 @defgroup topology Topology related algorithms
   138 @ingroup galgs
   144 @ingroup galgs
   139 \brief This group describes the algorithms
   145 \brief This group describes the algorithms
   140 for discover the topology of the graphs.
   146 for discover the topology of the graphs.
       
   147 
       
   148 This group describes the algorithms
       
   149 for discover the topology of the graphs.
       
   150 
       
   151 \image html edge_biconnected_components.png
       
   152 \image latex edge_biconnected_components.eps "bi-edge-connected components" width=\textwidth
       
   153 
   141 */
   154 */
   142 
   155 
   143 /**
   156 /**
   144 @defgroup matching Matching algorithms in graphs and bipartite graphs
   157 @defgroup matching Matching algorithms in graphs and bipartite graphs
   145 @ingroup galgs
   158 @ingroup galgs
   146 \brief This group describes the algorithms
   159 \brief This group describes the algorithms
   147 for find matchings in graphs and bipartite graphs.
   160 for find matchings in graphs and bipartite graphs.
       
   161 
       
   162 This group provides some algorithm objects and function
       
   163 to calculate matchings in graphs and bipartite graphs.
       
   164 
       
   165 \image html bipartite_matching.png
       
   166 \image latex bipartite_matching.eps "Bipartite Matching" width=\textwidth
       
   167 
   148 */
   168 */
   149 
   169 
   150 /**
   170 /**
   151 @defgroup exceptions Exceptions
   171 @defgroup exceptions Exceptions
   152 This group contains the exceptions thrown by LEMON library
   172 This group contains the exceptions thrown by LEMON library