open-hypergraphs 0.3.1

Data-Parallel Algorithms for Open Hypergraphs
Documentation
1
2
3
4
5
6
7
//! The category of hypergraphs has objects represented by [`Hypergraph`]
//! and arrows by [`arrow::HypergraphArrow`].
mod acyclic;
pub mod arrow;
mod object;

pub use object::*;