Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
tpl_test_acyclique.H File Reference

DAG (acyclic) graph testing. More...

#include <tpl_graph_utils.H>
#include <ah-errors.H>
Include dependency graph for tpl_test_acyclique.H:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

DAG (acyclic) graph testing.

Author
Leandro Rabindranath León

Definition in file tpl_test_acyclique.H.