icentral-bcc 0.1.0

A Rust crate for efficiently finding biconnected components and subgraphs in graphs, aiding in network analysis and structural graph evaluations.
Documentation
1
2
3
4
5
6
7
8
9
#[macro_use] mod imports; use imports::*;

//-------------------------------------------[icentral/src/bicon.cc]
x!{bcc_dfs_context}
x!{bcc_dfs_visitor}
x!{bcc_stat}
x!{edge_bcc_dfs_visitor}
x!{find_biconnected_component}
x!{find_edge_bcc_subgraph}