Changeset 1266:70b199792735 in lemon
- Timestamp:
- 08/09/13 11:07:27 (12 years ago)
- Branch:
- default
- Children:
- 1267:bd24650d5cd2, 1268:19087d4f215d, 1269:9eac00ea588f, 1284:ad40f7d32846
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/connectivity.h
r1265 r1266 750 750 /// 751 751 /// \return \c true if the graph bi-node-connected. 752 /// \note By definition, the empty graph is bi-node-connected. 752 /// 753 /// \note By definition, 754 /// \li a graph consisting of zero or one node is bi-node-connected, 755 /// \li a graph consisting of two isolated nodes 756 /// is \e not bi-node-connected and 757 /// \li a graph consisting of two nodes connected by an edge 758 /// is bi-node-connected. 753 759 /// 754 760 /// \see countBiNodeConnectedComponents(), biNodeConnectedComponents()
Note: See TracChangeset
for help on using the changeset viewer.