Overview     Modules     Class Hierarchy     Classes     Members  

tlp::AcyclicTest Class Reference
[Graph_test]

Class for testing if the graph is acyclic. More...

#include <AcyclicTest.h>

Inheritance diagram for tlp::AcyclicTest:
Collaboration diagram for tlp::AcyclicTest:

List of all members.

Static Public Member Functions


Detailed Description

Class for testing if the graph is acyclic.


Member Function Documentation

static bool tlp::AcyclicTest::isAcyclic ( const Graph graph  )  [static]

Returns true if the graph is acyclic, false otherwise. The result is cached (ie. the next call with the same graph is done in O(1) time)



Tulip Software by LaBRI Visualization Team    2001 - 2011