vg
tools for working with variation graphs
Namespaces | Functions
topological_sort.cpp File Reference
#include "topological_sort.hpp"
#include "find_tips.hpp"

Namespaces

 vg
 
 vg::algorithms
 

Functions

vector< handle_t > vg::algorithms::topological_order (const HandleGraph *g)
 
vector< handle_t > vg::algorithms::lazy_topological_order_internal (const HandleGraph *g, bool lazier)
 
vector< handle_t > vg::algorithms::lazy_topological_order (const HandleGraph *g)
 
vector< handle_t > vg::algorithms::lazier_topological_order (const HandleGraph *g)
 
unordered_set< id_t > vg::algorithms::orient_nodes_forward (MutableHandleGraph *g)