Files
agent_compositor_test/references/igraph-1.0.1/tests/unit/paths.out
T
Abdelrahman Said a11edf0c53 Add graph references
2026-06-28 13:49:01 +01:00

24 lines
303 B
Plaintext

Cycle, detect start:
( 0 1 2 3 )
( 0 1 2 3 0 )
Cycle plus one vertex, start given:
( 0 1 2 3 0 )
( 0 1 2 3 0 1 )
Single edge, detect start:
( 2 )
( 2 3 )
Single edge, directed OUT, detect start:
( 2 )
( 2 3 )
Single edge, directed IN, detect start:
( 2 )
( 3 2 )
Zero edges, start given:
( )
( 2 )