tlp::TriconnectedTest Class Reference
[Graph_test]
class for testing if a graph is triconnected
More...
#include <TriconnectedTest.h>
List of all members.
Static Public Member Functions
Detailed Description
class for testing if a graph is triconnected
Member Function Documentation
static bool tlp::TriconnectedTest::isTriconnected |
( |
Graph * |
graph |
) |
[static] |
Returns true if the graph is triconnected (i.e. a connected graph such that deleting any two nodes (and incident edges) results in a graph that is still connected), false otherwise.