rgbisect 0.1.0

The recursive graph bisection algorithm suite compresses indexes or graphs via identifier reassignment.
Documentation
1
2
3
4
5
6
7
pub mod forward;
pub mod rgbisect;
pub mod ciff;
pub mod output;

pub use rgbisect::recursive_graph_bisection;
pub use rgbisect::recursive_graph_bisection_iterative;