Note
This is the documentation for the current state of the development branch of rustworkx. The documentation or APIs here can change prior to being released.
ExceptionsΒΆ
The specified Directed Graph has a cycle and can't be treated as a DAG. |
|
Performing this operation would result in trying to add a cycle to a DAG. |
|
Failed to Converge on a solution |
|
Graph is not bipartite |
|
No mapping was found for the request swapping |
|
The provided node is invalid. |
|
JSON Deserialization Error |
|
JSON Serialization Error |
|
Negative Cycle found on shortest-path algorithm |
|
There is no edge present between the provided nodes. |
|
No path was found between the specified nodes. |
|
No neighbors found matching the provided predicate. |
|
Invalid operation on a null graph |
|
Prune part of the search tree while traversing a graph. |
|
Stop graph traversal |