pub fn ishypergraph_connected<N, E, Ix>( hypergraph: &Hypergraph<N, E, Ix>, ) -> boolwhere N: Node + Clone + Ord + Debug, E: EdgeWeight, Ix: IndexType,
Check if a hypergraph is connected
A hypergraph is connected if there is a path between every pair of nodes.
hypergraph