Allow nodes to allow connecting to themselves
Only allowed in some graph types where it makes sense, such as a state machine
Showing
- main.py 2 additions, 0 deletionsmain.py
- resources/basic_graph/edge.py 5 additions, 3 deletionsresources/basic_graph/edge.py
- resources/basic_graph/graph.py 49 additions, 2 deletionsresources/basic_graph/graph.py
- resources/directed_graph/graph.py 42 additions, 24 deletionsresources/directed_graph/graph.py
- resources/state_machine/edge.py 3 additions, 0 deletionsresources/state_machine/edge.py
- tests/resources/basic_graph/edge.py 6 additions, 0 deletionstests/resources/basic_graph/edge.py
- tests/resources/directed_graph/edge.py 8 additions, 0 deletionstests/resources/directed_graph/edge.py
Please register or sign in to comment