hypergraphx 0.0.5

A hypergraph library for Rust, based on the Python library of the same name.
Documentation
1
2
3
4
pub mod directed_bipartite;
pub mod kpartite;

pub type BipartiteGraph<N, E> = kpartite::UniformPartiteHypergraph<N, E, 2, 2>;