COIN-OR::LEMON - Graph Library

Changeset 1090:70b199792735 in lemon-main for lemon/connectivity.h


Ignore:
Timestamp:
08/09/13 11:07:27 (11 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Children:
1091:9eac00ea588f, 1095:ad40f7d32846
Phase:
public
Message:

Clarification in biNodeConnected() doc (#439)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/connectivity.h

    r1089 r1090  
    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.