Changeset 911:89a4fbb99cad in lemon-0.x for doc
- Timestamp:
- 09/28/04 09:00:58 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1222
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/graphs.dox
r880 r911 29 29 The implemented graph structures are the following. 30 30 \li \ref hugo::ListGraph "ListGraph" is the most versatile graph class. It meets 31 the hugo::skeleton::ErasableGraph "ErasableGraph" concept31 the \ref hugo::skeleton::ErasableGraph "ErasableGraph" concept 32 32 and it also have some convenience features. 33 33 \li \ref hugo::SmartGraph "SmartGraph" is a more memory … … 46 46 are shared by the edge pairs. 47 47 \li \ref hugo::FullGraph "FullGraph" 48 implements a full graph. It is a \ref ConstGraph, so you cannot48 implements a full graph. It is a \ref hugo::skeleton::StaticGraph, so you cannot 49 49 change the number of nodes once it is constructed. It is extremely memory 50 50 efficient: it uses constant amount of memory independently from the number of
Note: See TracChangeset
for help on using the changeset viewer.