|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
DAG (acyclic) graph testing. More...
Go to the source code of this file.
Classes | |
| class | Aleph::Is_Graph_Acyclique< GT, SA > |
| Determines whether a graph is acyclic (contains no cycles). More... | |
| class | Aleph::Has_Cycle< GT, SA > |
| Determines whether a graph contains cycles. More... | |
Namespaces | |
| namespace | Aleph |
| Main namespace for Aleph-w library functions. | |
DAG (acyclic) graph testing.
Definition in file tpl_test_acyclique.H.