COIN-OR::LEMON - Graph Library

Changeset 2084:59769591eb60 in lemon-0.x for lemon/path.h


Ignore:
Timestamp:
05/15/06 11:49:51 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2749
Message:

Documentation improvements

Rearrangements:

IO modules
Algorithms

New documentation:

SwapBpUGraphAdaptor

Demos:

strongly_connected_orientation.cc

Benchmarks:

swap_bipartite_bench.cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/path.h

    r2045 r2084  
    1717 */
    1818
    19 /**
    20 @defgroup paths Path Structures
    21 @ingroup datas
    22 \brief Path structures implemented in LEMON.
    23 
    24 LEMON provides flexible data structures
    25 to work with paths.
    26 
    27 All of them have the same interface, especially they can be built or extended
    28 using a standard Builder subclass. This make is easy to have e.g. the Dijkstra
    29 algorithm to store its result in any kind of path structure.
    30 
    31 \sa lemon::concept::Path
    32 
    33 */
    3419
    3520///\ingroup paths
Note: See TracChangeset for help on using the changeset viewer.