mhgl 0.1.5

Matts HyperGraph Library (MHGL). A straightforward library for hypergraph datastructures. Not a database.
Documentation
1
2
3
4
5
use crate::{structs::EdgeWeight, HgBasis};

pub fn cut<B: HgBasis>(_inputs: &B, _outputs: &B) -> EdgeWeight {
    1.
}