Changeset 444:cace3206223b in lemon for lemon/connectivity.h
- Timestamp:
- 12/08/08 11:06:39 (16 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/connectivity.h
r435 r444 296 296 /// direction. 297 297 /// 298 /// \param graph The graph.298 /// \param digraph The graph. 299 299 /// \return The number of components 300 300 /// \note By definition, the empty graph has zero … … 1226 1226 /// that the given graph is DAG. 1227 1227 /// 1228 /// \param graph The graph. It must be directed and acyclic.1228 /// \param digraph The graph. It must be directed and acyclic. 1229 1229 /// \retval order A readable - writable node map. The values will be set 1230 1230 /// from 0 to the number of the nodes in the graph minus one. Each values
Note: See TracChangeset
for help on using the changeset viewer.