pub fn generate_dot<O, A>(graph: &OpenHypergraph<O, A>) -> Graphwhere O: Clone + Debug + PartialEq, A: Clone + Debug + PartialEq,