Oper.Choose
Choose an element in a graph
module G : sig ... end
val choose_vertex : G.t -> G.vertex
choose_vertex g returns a vertex from the graph.
choose_vertex g
if the graph is empty.
val choose_edge : G.t -> G.edge
choose_edge g returns an edge from the graph.
choose_edge g
if the graph has no edge.