COIN-OR::LEMON - Graph Library

Changeset 911:89a4fbb99cad in lemon-0.x for doc/graphs.dox


Ignore:
Timestamp:
09/28/04 09:00:58 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1222
Message:

Fix many doxygen command bugs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/graphs.dox

    r880 r911  
    2929The implemented graph structures are the following.
    3030\li \ref hugo::ListGraph "ListGraph" is the most versatile graph class. It meets
    31 the hugo::skeleton::ErasableGraph "ErasableGraph" concept
     31the \ref hugo::skeleton::ErasableGraph "ErasableGraph" concept
    3232and it also have some convenience features.
    3333\li \ref hugo::SmartGraph "SmartGraph" is a more memory
     
    4646are shared by the edge pairs.
    4747\li \ref hugo::FullGraph "FullGraph"
    48 implements a full graph. It is a \ref ConstGraph, so you cannot
     48implements a full graph. It is a \ref hugo::skeleton::StaticGraph, so you cannot
    4949change the number of nodes once it is constructed. It is extremely memory
    5050efficient: it uses constant amount of memory independently from the number of
Note: See TracChangeset for help on using the changeset viewer.