rustworkx.PyGraph.has_parallel_edges¶
- PyGraph.has_parallel_edges()¶
Detect if the graph has parallel edges or not
- Returns:
Trueif the graph has parallel edges,Falseotherwise- Return type:
bool
Detect if the graph has parallel edges or not
True if the graph has parallel edges, False otherwise
bool