nxpp
Header-only graph utilities on top of Boost Graph Library
Loading...
Searching...
No Matches
topological_sort.hpp File Reference

Thin topological-sort compatibility aliases for the graph wrapper. More...

#include <boost/graph/topological_sort.hpp>
#include "graph.hpp"
Include dependency graph for topological_sort.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename GraphWrapper >
auto nxpp::topological_sort (const GraphWrapper &G)
 Deprecated free-function alias for G.topological_sort().
 

Detailed Description

Thin topological-sort compatibility aliases for the graph wrapper.

Function Documentation

◆ topological_sort()

template<typename GraphWrapper >
auto nxpp::topological_sort ( const GraphWrapper &  G)

Deprecated free-function alias for G.topological_sort().

Parameters
GGraph wrapper on which to compute a topological ordering.
Returns
The same node-order vector returned by G.topological_sort().

References nxpp::topological_sort().

Referenced by nxpp::topological_sort().