Changeset 629:7a28e215f715 in lemon for lemon/full_graph.h
- Timestamp:
- 04/14/09 10:54:42 (16 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/full_graph.h
r463 r629 158 158 /// constant space in memory. 159 159 /// 160 /// This class conforms to the \ref concepts::Digraph "Digraph" concept 161 /// and it also has an important extra feature that its maps are 162 /// real \ref concepts::ReferenceMap "reference map"s. 160 /// This class fully conforms to the \ref concepts::Digraph 161 /// "Digraph concept". 163 162 /// 164 163 /// The \c FullDigraph and \c FullGraph classes are very similar, … … 528 527 /// space in memory. 529 528 /// 530 /// This class conforms to the \ref concepts::Graph "Graph" concept 531 /// and it also has an important extra feature that its maps are 532 /// real \ref concepts::ReferenceMap "reference map"s. 529 /// This class fully conforms to the \ref concepts::Graph "Graph concept". 533 530 /// 534 531 /// The \c FullGraph and \c FullDigraph classes are very similar,
Note: See TracChangeset
for help on using the changeset viewer.