COIN-OR::LEMON - Graph Library

Changeset 2370:ed6539025f27 in lemon-0.x for doc


Ignore:
Timestamp:
02/19/07 19:56:11 (17 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3185
Message:

Some documentation changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/groups.dox

    r2368 r2370  
    166166\image html edge_biconnected_components.png
    167167\image latex edge_biconnected_components.eps "bi-edge-connected components" width=\textwidth
    168 
    169168*/
    170169
     
    214213*/
    215214
     215/**
     216@defgroup lp_group
     217@ingroup gen_opt_group
     218\brief Lp and Mip solver interfaces for LEMON.
     219
     220This group describes Lp and Mip solver interfaces for LEMON. The
     221various LP solvers could be used in the same manner with this
     222interface.
     223
     224*/
     225
    216226/**
    217 \ingroup gen_opt_group
    218 @defgroup gen_opt_tools Various Tools for Optimization
    219 \brief This group adds some helper tools to general optimization
    220 framework implemented in LEMON.
     227@defgroup lp_utils Tools for Lp and Mip solvers
     228@ingroup lp_group
     229\brief This group adds some helper tools to the Lp and Mip solvers
     230implemented in LEMON.
    221231
    222232This group adds some helper tools to general optimization framework
    223233implemented in LEMON.
    224234
     235*/
     236
     237/**
     238@defgroup metah Metaheuristics
     239@ingroup gen_opt_group
     240\brief Metaheuristics for LEMON library.
     241
     242This group contains some metaheuristic optimization tools.
    225243*/
    226244
     
    255273format you can find on the \ref graph-io-page "Graph Input-Output"
    256274tutorial pages.
    257 
    258275*/
    259276
Note: See TracChangeset for help on using the changeset viewer.