hypergraph 2.2.0

Hypergraph is data structure library to create a directed hypergraph in which an hyperedge can join any number of vertices.
Documentation
pub(crate) mod add_hyperedge_index;
pub(crate) mod get_hyperedge;
pub(crate) mod get_hyperedges;
pub(crate) mod get_internal_hyperedge;
pub(crate) mod get_internal_hyperedges;

pub mod add_hyperedge;
pub mod clear_hyperedges;
pub mod contract_hyperedge_vertices;
pub mod count_hyperedges;
pub mod get_hyperedge_vertices;
pub mod get_hyperedge_weight;
pub mod get_hyperedges_connecting;
pub mod get_hyperedges_intersections;
pub mod join_hyperedges;
pub mod remove_hyperedge;
pub mod reverse_hyperedge;
pub mod update_hyperedge_vertices;
pub mod update_hyperedge_weight;