COIN-OR::LEMON - Graph Library

Changeset 1266:70b199792735 in lemon for lemon/connectivity.h


Ignore:
Timestamp:
08/09/13 11:07:27 (11 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Children:
1267:bd24650d5cd2, 1268:19087d4f215d, 1269:9eac00ea588f, 1284:ad40f7d32846
Phase:
public
Message:

Clarification in biNodeConnected() doc (#439)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/connectivity.h

    r1265 r1266  
    750750  ///
    751751  /// \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.
    753759  ///
    754760  /// \see countBiNodeConnectedComponents(), biNodeConnectedComponents()
Note: See TracChangeset for help on using the changeset viewer.