Changeset 1726:f214631ea1ac in lemon-0.x
- Timestamp:
- 10/14/05 13:01:21 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2253
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/full_graph.h
r1703 r1726 393 393 /// \brief An undirected full graph class. 394 394 /// 395 /// This is a simple and fast directed full graph implementation.395 /// This is a simple and fast undirected full graph implementation. 396 396 /// It is completely static, so you can neither add nor delete either 397 397 /// edges or nodes. … … 399 399 /// The main difference beetween the \e FullGraph and \e UndirFullGraph class 400 400 /// is that this class conforms to the undirected graph concept and 401 /// it does not contain the hookedges.401 /// it does not contain the loop edges. 402 402 /// 403 403 /// \sa FullGraph
Note: See TracChangeset
for help on using the changeset viewer.