vg
tools for working with variation graphs
|
#include "handlegraph/algorithms/weakly_connected_components.hpp"
Namespaces | |
handlegraph | |
handlegraph::algorithms | |
Functions | |
vector< unordered_set< nid_t > > | handlegraph::algorithms::weakly_connected_components (const HandleGraph *graph) |
vector< pair< unordered_set< nid_t >, vector< handle_t > > > | handlegraph::algorithms::weakly_connected_components_with_tips (const HandleGraph *graph) |
bool | handlegraph::algorithms::is_weakly_connected (const HandleGraph *graph) |