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

18 lines
346 B
Plaintext

diameter of Barabasi graph:
Diameter: 2
diameter of ring and the path in terms of edges and vertices
diameter: 9, from 0 to 9
( 0 1 2 3 4 5 6 7 8 9 )
( 0 1 2 3 4 5 6 7 8 )
disconnected ring graph
The largest path in one connected component
5
uconn = False
Inf
graph with zero nodes
NaN
from = -1, to = -1
graph with one node
0
from = 0, to = 0