![]() |
OR-Tools
8.1
|
Functions | |
std::vector< int > | DenseIntTopologicalSortOrDie (int num_nodes, const std::vector< std::pair< int, int >> &arcs) |
std::vector< int > | DenseIntStableTopologicalSortOrDie (int num_nodes, const std::vector< std::pair< int, int >> &arcs) |
template<typename T > | |
std::vector< T > | StableTopologicalSortOrDie (const std::vector< T > &nodes, const std::vector< std::pair< T, T >> &arcs) |
|
inline |
Definition at line 524 of file topologicalsorter.h.
|
inline |
Definition at line 520 of file topologicalsorter.h.
std::vector<T> util::graph::StableTopologicalSortOrDie | ( | const std::vector< T > & | nodes, |
const std::vector< std::pair< T, T >> & | arcs | ||
) |
Definition at line 529 of file topologicalsorter.h.