hypergraph 4.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;
pub(crate) mod append_vertex_to_hyperedge;
pub(crate) mod clear_hyperedges;
pub(crate) mod contract_hyperedge_vertices;
pub(crate) mod count_hyperedges;
pub(crate) mod delete_vertex_from_hyperedge;
pub(crate) mod edge_induced_subhypergraph;
pub(crate) mod find_hyperedges_by_weight;
pub(crate) mod get_hyperedge_vertices;
pub(crate) mod get_hyperedge_weight;
pub(crate) mod get_hyperedges_connecting;
pub(crate) mod get_hyperedges_intersections;
pub(crate) mod insert_vertex_into_hyperedge;
pub(crate) mod join_hyperedges;
pub(crate) mod k_skeleton;
pub(crate) mod prepend_vertex_to_hyperedge;
pub(crate) mod remove_hyperedge;
pub(crate) mod retain_hyperedges;
pub(crate) mod reverse_hyperedge;
pub(crate) mod split_hyperedge;
pub(crate) mod update_hyperedge_vertices;
pub(crate) mod update_hyperedge_weight;