GraphOperator

Trait GraphOperator 

Source
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.

Required Associated Types§

Source

type Graph: HyperGraph<N, E, A>

Implementors§