COIN-OR::LEMON - Graph Library

Changeset 2060:be70ea3b957a in lemon-0.x for doc


Ignore:
Timestamp:
04/18/06 09:03:12 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2704
Message:

Images into the algorithm groups

Location:
doc
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • doc/groups.dox

    r2042 r2060  
    122122implemented in LEMON.
    123123
    124 \brief This group describes some general optimization frameworks
     124This group describes some general optimization frameworks
    125125implemented in LEMON.
    126126
     
    132132\brief This group describes the algorithms
    133133for finding paths and flows in graphs.
     134
     135This group describes the algorithms
     136for finding paths and flows in graphs.
     137
     138\image html flow.png
     139\image latex flow.eps "Graph flow" width=\textwidth
    134140*/
    135141
     
    139145\brief This group describes the algorithms
    140146for discover the topology of the graphs.
     147
     148This group describes the algorithms
     149for 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
    141154*/
    142155
     
    146159\brief This group describes the algorithms
    147160for find matchings in graphs and bipartite graphs.
     161
     162This group provides some algorithm objects and function
     163to 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
    148168*/
    149169
Note: See TracChangeset for help on using the changeset viewer.