doc/groups.dox
changeset 2370 ed6539025f27
parent 2368 6b2e8b734ae7
child 2371 d2a2cb26ecbb
equal deleted inserted replaced
44:8e6c68d4189f 45:e8bda664448d
   163 This group describes the algorithms
   163 This group describes the algorithms
   164 for discover the topology of the graphs.
   164 for discover the topology of the graphs.
   165 
   165 
   166 \image html edge_biconnected_components.png
   166 \image html edge_biconnected_components.png
   167 \image latex edge_biconnected_components.eps "bi-edge-connected components" width=\textwidth
   167 \image latex edge_biconnected_components.eps "bi-edge-connected components" width=\textwidth
   168 
       
   169 */
   168 */
   170 
   169 
   171 /**
   170 /**
   172 @defgroup matching Matching algorithms in graphs and bipartite graphs
   171 @defgroup matching Matching algorithms in graphs and bipartite graphs
   173 @ingroup algs
   172 @ingroup algs
   211 This group describes some general optimization frameworks
   210 This group describes some general optimization frameworks
   212 implemented in LEMON.
   211 implemented in LEMON.
   213 
   212 
   214 */
   213 */
   215 
   214 
       
   215 /**
       
   216 @defgroup lp_group
       
   217 @ingroup gen_opt_group
       
   218 \brief Lp and Mip solver interfaces for LEMON.
       
   219 
       
   220 This group describes Lp and Mip solver interfaces for LEMON. The
       
   221 various LP solvers could be used in the same manner with this
       
   222 interface.
       
   223 
       
   224 */
       
   225 
   216 /** 
   226 /** 
   217 \ingroup gen_opt_group 
   227 @defgroup lp_utils Tools for Lp and Mip solvers 
   218 @defgroup gen_opt_tools Various Tools for Optimization 
   228 @ingroup lp_group
   219 \brief This group adds some helper tools to general optimization
   229 \brief This group adds some helper tools to the Lp and Mip solvers
   220 framework implemented in LEMON.
   230 implemented in LEMON.
   221 
   231 
   222 This group adds some helper tools to general optimization framework
   232 This group adds some helper tools to general optimization framework
   223 implemented in LEMON.
   233 implemented in LEMON.
   224 
   234 
       
   235 */
       
   236 
       
   237 /**
       
   238 @defgroup metah Metaheuristics
       
   239 @ingroup gen_opt_group
       
   240 \brief Metaheuristics for LEMON library.
       
   241 
       
   242 This group contains some metaheuristic optimization tools.
   225 */
   243 */
   226 
   244 
   227 /**
   245 /**
   228 @defgroup misc Miscellaneous Tools
   246 @defgroup misc Miscellaneous Tools
   229 Here you can find several useful tools for development,
   247 Here you can find several useful tools for development,
   252 \brief Reading and writing LEMON format
   270 \brief Reading and writing LEMON format
   253 
   271 
   254 Methods for reading and writing LEMON format. More about this
   272 Methods for reading and writing LEMON format. More about this
   255 format you can find on the \ref graph-io-page "Graph Input-Output"
   273 format you can find on the \ref graph-io-page "Graph Input-Output"
   256 tutorial pages.
   274 tutorial pages.
   257 
       
   258 */
   275 */
   259 
   276 
   260 /**
   277 /**
   261 @defgroup section_io Section readers and writers
   278 @defgroup section_io Section readers and writers
   262 @ingroup lemon_io
   279 @ingroup lemon_io