![]() |
PandA-2024.02
|
File used to compute the topological sort in a cyclic graph. More...
#include <boost/graph/depth_first_search.hpp>

Go to the source code of this file.
Data Structures | |
| struct | cyclic_topological_sort_visitor< OutputIterator > |
Functions | |
| template<typename VertexListGraph , typename OutputIterator , typename P , typename T , typename R > | |
| void | cyclic_topological_sort (VertexListGraph &g, OutputIterator result, const boost::bgl_named_params< P, T, R > ¶ms) |
| template<typename VertexListGraph , typename OutputIterator > | |
| void | cyclic_topological_sort (VertexListGraph &g, OutputIterator result) |
File used to compute the topological sort in a cyclic graph.
File used to compute the topological sort in a cyclic graph
Definition in file cyclic_topological_sort.hpp.
| void cyclic_topological_sort | ( | VertexListGraph & | g, |
| OutputIterator | result, | ||
| const boost::bgl_named_params< P, T, R > & | params | ||
| ) |
Definition at line 68 of file cyclic_topological_sort.hpp.
Referenced by cyclic_topological_sort(), simple_code_motion::InternalExec(), and multi_way_if::InternalExec().

| void cyclic_topological_sort | ( | VertexListGraph & | g, |
| OutputIterator | result | ||
| ) |
Definition at line 75 of file cyclic_topological_sort.hpp.
References cyclic_topological_sort().

1.8.13