Add graph references
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
# Bond percolation test suite
|
||||
Null graph, no provided edge order.
|
||||
( )
|
||||
( )
|
||||
Singleton graph, no provided edge order.
|
||||
( )
|
||||
( )
|
||||
K_3 graph percolation curve, no provided edge sequence.
|
||||
( 2 3 3 )
|
||||
( 2 3 3 )
|
||||
C_4 graph with edge sequence ( 0 2 1 3 ).
|
||||
( 2 2 4 4 )
|
||||
( 2 4 4 4 )
|
||||
Zachary karate graph, no edge list given.
|
||||
Zachary karate graph, edges in storage order.
|
||||
( 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 17 17 17 17 17 17 17 18 18 18 19 20 21 22 22 22 22 22 22 22 22 22 22 23 23 23 23 24 24 24 25 25 26 26 27 27 27 28 28 29 29 29 31 31 31 32 33 33 33 33 34 34 34 34 34 34 34 34 34 34 34 34 )
|
||||
( 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 17 17 17 17 17 17 17 18 18 18 19 20 21 22 22 22 22 22 22 22 22 22 22 23 23 23 23 24 24 24 25 25 26 26 27 27 27 28 28 29 29 31 31 31 31 32 33 33 33 33 34 34 34 34 34 34 34 34 34 34 34 34 )
|
||||
Error on duplicates
|
||||
Null outputs
|
||||
# Site percolation test suite
|
||||
Null graph, no provided vertex order.
|
||||
( )
|
||||
( )
|
||||
Singleton graph, no provided vertex order.
|
||||
( 1 )
|
||||
( 0 )
|
||||
K_5 graph percolation curve, no provided vertex sequence.
|
||||
( 1 2 3 4 5 )
|
||||
( 0 1 3 6 10 )
|
||||
C_4 graph with vertex sequence ( 0 2 1 3 ).
|
||||
( 1 1 3 4 )
|
||||
( 0 0 2 4 )
|
||||
Zachary karate graph, no vertex list given.
|
||||
Zachary karate graph, vertices in storage order.
|
||||
( 1 2 3 4 5 6 7 8 9 10 11 12 13 14 14 14 15 16 16 17 17 18 18 18 18 18 18 22 23 25 26 27 33 34 )
|
||||
( 0 1 3 6 7 8 11 15 17 18 21 22 24 28 28 28 30 32 32 34 34 36 36 36 36 38 38 41 42 44 46 50 61 78 )
|
||||
K_5 with too big vertex index
|
||||
K_5 with missing vertices
|
||||
( 1 2 3 )
|
||||
( 0 1 3 )
|
||||
K_5 with repeated vertices
|
||||
Null outputs
|
||||
# Edge list percolation
|
||||
Percolation with ( 0 1 1 2 1 ), odd number of entries
|
||||
Percolation with ( -1 1 0 0 1 -1 ), negative numbers
|
||||
Percolation with ( 0 0 0 1 1 2 2 0 ), k_3 with loop
|
||||
( 1 2 3 3 )
|
||||
( 1 2 3 3 )
|
||||
Null outputs
|
||||
Reference in New Issue
Block a user