Gliph\Graph\MutableGraph::removeEdge PHP Method

removeEdge() public method

Removes an undirected edge from the graph.
public removeEdge ( $u, $v ) : Gliph\Graph\MutableGraph
$u One vertex in the edge pair to remove.
$v The other vertex in the edge pair to remove.
return Gliph\Graph\MutableGraph The current graph instance.
    public function removeEdge($u, $v);