pub trait GraphOperator<N, E, A>where
A: GraphProps,{
type Graph: HyperGraph<N, E, A>;
}
Expand description
this trait is used to denote an algorithmic operator that can be applied to a hypergraph.
pub trait GraphOperator<N, E, A>where
A: GraphProps,{
type Graph: HyperGraph<N, E, A>;
}
this trait is used to denote an algorithmic operator that can be applied to a hypergraph.