generate_dot_with

Function generate_dot_with 

Source
pub fn generate_dot_with<O, A>(
    graph: &OpenHypergraph<O, A>,
    opts: &Options<O, A>,
) -> Graph
where O: Clone + PartialEq, A: Clone + PartialEq,
Expand description

Generates a GraphViz DOT representation of a lax open hypergraph