vg
tools for working with variation graphs
Namespaces | Functions
strongly_connected_components.hpp File Reference
#include <unordered_set>
#include "../handle.hpp"
#include "dfs.hpp"

Namespaces

 vg
 
 vg::algorithms
 

Functions

vector< unordered_set< id_t > > vg::algorithms::strongly_connected_components (const HandleGraph *g)
 Identify strongly connected components. More...