Rosetta
|
generic graph class header More...
Namespaces | |
utility | |
unresizable vector whose size is known at compile time, which may be allocated on the stack, and which indexes from 0. | |
utility::graph | |
Functions | |
utility::vector1< std::pair< platform::Size, platform::Size > > | utility::graph::find_connected_components (Graph const &g) |
returns a vector1 of connected component descriptions: each entry holds a representative vertex from that connected component (first entry in pair) and the connected-component size (second entry in pair). O( V+E ). More... | |
void | utility::graph::delete_all_intragroup_edges (Graph &g, utility::vector1< platform::Size > const &node_groups) |
generic graph class header