Name | Description | |
---|---|---|
Adds an existing edge to the graph. |
||
Creates an exact copy of the current graph. |
||
Creates a new edge connecting the specified vertices and adds it to the graph. |
||
Creates a new vertex with the specified position and size and adds it to the graph. |
||
Returns a list with the connected subgraphs in the current graph. |
||
Should be called on a planar graph. |
||
Makes the graph acyclic by reversing the direction of selected edges. |
||
Removes an edge from the graph. |
||
Overloaded. |