vg
tools for working with variation graphs
Namespaces | Functions
topological_sort.cpp File Reference
#include <unordered_map>
#include <map>
#include <cassert>
#include "handlegraph/algorithms/topological_sort.hpp"
#include "handlegraph/algorithms/find_tips.hpp"

Namespaces

 handlegraph
 
 handlegraph::algorithms
 

Functions

vector< handle_t > handlegraph::algorithms::topological_order (const HandleGraph *g)
 
vector< handle_t > handlegraph::algorithms::lazy_topological_order_internal (const HandleGraph *g, bool lazier)
 
vector< handle_t > handlegraph::algorithms::lazy_topological_order (const HandleGraph *g)
 
vector< handle_t > handlegraph::algorithms::lazier_topological_order (const HandleGraph *g)