pub fn build<F, O: Clone, A: HasVar>(f: F) -> BuildResult<O, A>Expand description
Construct an OpenHypergraph from a function taking an empty OpenHypergraph,
and returning two lists of Vars corresponding to sources and targets.
pub fn build<F, O: Clone, A: HasVar>(f: F) -> BuildResult<O, A>Construct an OpenHypergraph from a function taking an empty OpenHypergraph,
and returning two lists of Vars corresponding to sources and targets.