Checking if your kit is complete... Looks good Writing Makefile for Graph cp lib/Graph/Directed.pm blib/lib/Graph/Directed.pm cp lib/Graph/UnionFind.pm blib/lib/Graph/UnionFind.pm cp lib/Graph/Undirected.pm blib/lib/Graph/Undirected.pm cp lib/Graph/AdjacencyMap/Vertex.pm blib/lib/Graph/AdjacencyMap/Vertex.pm cp lib/Graph/AdjacencyMap/Light.pm blib/lib/Graph/AdjacencyMap/Light.pm cp lib/Graph/Matrix.pm blib/lib/Graph/Matrix.pm cp lib/Graph/Attribute.pm blib/lib/Graph/Attribute.pm cp lib/Graph/AdjacencyMatrix.pm blib/lib/Graph/AdjacencyMatrix.pm cp lib/Graph/SPTHeapElem.pm blib/lib/Graph/SPTHeapElem.pm cp lib/Graph/AdjacencyMap.pm blib/lib/Graph/AdjacencyMap.pm cp lib/Heap071/Fibonacci.pm blib/lib/Heap071/Fibonacci.pm AutoSplitting blib/lib/Heap071/Fibonacci.pm (blib/lib/auto/Heap071/Fibonacci) cp lib/Graph.pm blib/lib/Graph.pm cp lib/Graph/MSTHeapElem.pm blib/lib/Graph/MSTHeapElem.pm cp lib/Graph/AdjacencyMap/Heavy.pm blib/lib/Graph/AdjacencyMap/Heavy.pm cp lib/Graph/TransitiveClosure/Matrix.pm blib/lib/Graph/TransitiveClosure/Matrix.pm cp lib/Graph/TransitiveClosure.pm blib/lib/Graph/TransitiveClosure.pm cp lib/Graph/Traversal/BFS.pm blib/lib/Graph/Traversal/BFS.pm cp lib/Graph/Traversal/DFS.pm blib/lib/Graph/Traversal/DFS.pm cp lib/Graph/Traversal.pm blib/lib/Graph/Traversal.pm cp lib/Graph/BitMatrix.pm blib/lib/Graph/BitMatrix.pm cp lib/Graph.pod blib/lib/Graph.pod cp lib/Heap071/Elem.pm blib/lib/Heap071/Elem.pm AutoSplitting blib/lib/Heap071/Elem.pm (blib/lib/auto/Heap071/Elem) Manifying blib/man3/Graph::UnionFind.3 Manifying blib/man3/Graph::Directed.3 Manifying blib/man3/Graph::AdjacencyMap::Vertex.3 Manifying blib/man3/Graph::Undirected.3 Manifying blib/man3/Graph::Matrix.3 Manifying blib/man3/Graph::AdjacencyMatrix.3 Manifying blib/man3/Heap071::Fibonacci.3 Manifying blib/man3/Graph::AdjacencyMap.3 Manifying blib/man3/Graph::TransitiveClosure::Matrix.3 Manifying blib/man3/Graph::TransitiveClosure.3 Manifying blib/man3/Graph::Traversal::BFS.3 Manifying blib/man3/Graph::Traversal::DFS.3 Manifying blib/man3/Graph::Traversal.3 Manifying blib/man3/Graph::BitMatrix.3 Manifying blib/man3/Heap071::Elem.3 Manifying blib/man3/Graph.3 PERL_DL_NONLAZY=1 /home/cpanrun/ia64/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00_use.......................1..1 ok 1 - use Graph; ok t/01_isa.......................1..2 ok 1 - The object isa Graph ok 2 - The object isa Graph ok t/02_trap......................1..2 ok 1 - $SIG{__DIE__} ok 2 - $SIG{__WARN__} ok t/03_derived...................1..4 ok 1 - The object isa MyGraph ok 2 - The object isa Graph ok 3 - The object isa MyGraph ok 4 - The object isa Graph ok t/04_dgraph....................1..1 ok 1 - DGraph ok t/05_ugraph....................1..1 ok 1 - UGraph ok t/06_new.......................1..49 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok t/07_gen.......................1..15 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok t/08_stringify.................1..20 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok t/09_eq........................1..14 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok t/10_has_vertices..............1..3 ok 1 ok 2 ok 3 ok t/11_vertices..................1..7 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok t/12_has_vertex................1..7 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok t/13_add_vertex................1..5 ok 1 ok 2 ok 3 ok 4 ok 5 ok t/14_delete_vertex.............1..34 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok t/15_has_edges.................1..3 ok 1 ok 2 ok 3 ok t/16_edges.....................1..8 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok t/17_has_edge..................1..16 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok t/18_add_edge..................1..5 ok 1 ok 2 ok 3 ok 4 ok 5 ok t/19_delete_edge...............1..32 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok t/20_countvertexed.............1..28 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok t/21_multivertexed.............1..57 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok 56 ok 57 ok t/22_refvertexed...............1..2 ok 1 ok 2 ok t/23_hypervertexed.............1..2 ok 1 ok 2 ok t/24_mixvertexed...............1..128 # m = 0, c = 0, h = 0 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 # m = 0, c = 0, h = 1 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 # m = 0, c = 1, h = 0 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 # m = 0, c = 1, h = 1 ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 # m = 1, c = 0, h = 0 ok 65 ok 66 ok 67 ok 68 ok 69 ok 70 ok 71 ok 72 ok 73 ok 74 ok 75 ok 76 ok 77 ok 78 # m = 1, c = 0, h = 1 ok 79 ok 80 ok 81 ok 82 ok 83 ok 84 ok 85 ok 86 ok 87 ok 88 ok 89 ok 90 ok 91 ok 92 ok 93 ok 94 ok 95 ok 96 # m = 1, c = 1, h = 0 ok 97 ok 98 ok 99 ok 100 ok 101 ok 102 ok 103 ok 104 ok 105 ok 106 ok 107 ok 108 ok 109 ok 110 # m = 1, c = 1, h = 1 ok 111 ok 112 ok 113 ok 114 ok 115 ok 116 ok 117 ok 118 ok 119 ok 120 ok 121 ok 122 ok 123 ok 124 ok 125 ok 126 ok 127 ok 128 ok t/25_countedged................1..28 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok t/26_multiedged................1..57 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok 56 ok 57 ok t/27_omnidirected..............1..2 ok 1 ok 2 ok t/28_hyperedged................1..2 ok 1 ok 2 ok t/29_uniqedged.................1..8 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok t/30_mixedged..................1..96 # m = 0, c = 0, h = 0 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 # m = 0, c = 0, h = 1 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 # m = 0, c = 1, h = 0 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 # m = 0, c = 1, h = 1 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 # m = 1, c = 0, h = 0 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 # m = 1, c = 0, h = 1 ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok 66 ok 67 ok 68 ok 69 ok 70 ok 71 ok 72 # m = 1, c = 1, h = 0 ok 73 ok 74 ok 75 ok 76 ok 77 ok 78 ok 79 ok 80 ok 81 ok 82 # m = 1, c = 1, h = 1 ok 83 ok 84 ok 85 ok 86 ok 87 ok 88 ok 89 ok 90 ok 91 ok 92 ok 93 ok 94 ok 95 ok 96 ok t/31_hypervertex...............1..13 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok t/32_hypervertex_edges.........1..5 ok 1 ok 2 ok 3 ok 4 ok 5 ok t/33_hyperedge.................1..15 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok t/34_omnivertexed..............1..16 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok t/35_uniqvertexed..............1..10 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok t/36_omniuniqvertexed..........1..28 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok t/37_hypervertex_implicit......1..18 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok t/38_vertices_at...............1..12 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok t/39_edges_at..................1..20 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok t/40_edges_from................1..16 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok t/41_edges_to..................1..16 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok t/42_add_path..................1..12 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok t/43_has_path..................1..12 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok t/44_delete_path...............1..8 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok t/45_add_cycle.................1..12 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok t/46_has_cycle.................1..13 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok t/47_delete_cycle..............1..10 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok t/48_get_vertex_count..........1..12 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok t/49_get_edge_count............1..12 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok t/50_vertex_attributes.........1..85 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok 66 ok 67 ok 68 ok 69 ok 70 ok 71 ok 72 ok 73 ok 74 ok 75 ok 76 ok 77 ok 78 ok 79 ok 80 ok 81 ok 82 ok 83 ok 84 ok 85 ok t/51_multivertex_attributes....1..69 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok 66 ok 67 ok 68 ok 69 ok t/52_edge_attributes...........1..101 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok 66 ok 67 ok 68 ok 69 ok 70 ok 71 ok 72 ok 73 ok 74 ok 75 ok 76 ok 77 ok 78 ok 79 ok 80 ok 81 ok 82 ok 83 ok 84 ok 85 - b=f,c=d,c=f,d=f,e=g,f=g ok 86 ok 87 ok 88 ok 89 ok 90 ok 91 ok 92 ok 93 ok 94 ok 95 ok 96 ok 97 ok 98 ok 99 ok 100 ok 101 ok t/53_multiedge_attributes......1..74 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok 66 ok 67 ok 68 ok 69 ok 70 ok 71 ok 72 ok 73 ok 74 ok t/54_graph_attributes..........1..70 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok 66 ok 67 ok 68 ok 69 ok 70 ok t/55_attributes................1..35 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok t/56_neighbourhood.............1..92 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok 66 ok 67 ok 68 ok 69 ok 70 ok 71 ok 72 ok 73 ok 74 ok 75 ok 76 ok 77 ok 78 ok 79 ok 80 ok 81 ok 82 ok 83 ok 84 ok 85 ok 86 ok 87 ok 88 ok 89 ok 90 ok 91 ok 92 ok t/57_degree....................1..38 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok t/58_connections...............1..24 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok t/59_dfs.......................1..272 ok 1 - fresh traversal ok 2 ok 3 ok 4 - vertices ok 5 - ... once ok 6 - vertices ok 7 - ... once ok 8 - vertices ok 9 - ... once ok 10 - graph ok 11 - vertices ok 12 - ... once ok 13 - vertices ok 14 - ... once ok 15 - vertices ok 16 - ... once ok 17 - pre ok 18 - post ok 19 - t0 ok 20 - t1 ok 21 - t2 ok 22 - unseen none ok 23 - seen all ok 24 - seeing none ok 25 - seen all ok 26 - roots ok 27 ok 28 ok 29 ok 30 - vertices ok 31 - ... once ok 32 - vertices ok 33 - ... once ok 34 - vertices ok 35 - ... once ok 36 - pre ok 37 - post ok 38 - t0 ok 39 - t1 ok 40 - t2 ok 41 - unseen none ok 42 - seen all ok 43 - seeing none ok 44 - seen all ok 45 - roots ok 46 ok 47 ok 48 ok 49 - scalar next ok 50 - terminate ok 51 - after reset scalar next ok 52 - vertices ok 53 - ... once ok 54 - vertices ok 55 - ... once ok 56 - vertices ok 57 - ... once ok 58 - pre ok 59 - post ok 60 - t0 ok 61 - t1 ok 62 - t2 ok 63 - unseen none ok 64 - seen all ok 65 - seeing none ok 66 - seen all ok 67 - roots ok 68 - vertices ok 69 - ... once ok 70 - vertices ok 71 - ... once ok 72 - vertices ok 73 - ... once ok 74 - pre ok 75 - post ok 76 - t0 ok 77 - t1 ok 78 - t2 ok 79 - unseen none ok 80 - seen all ok 81 - seeing none ok 82 - seen all ok 83 - roots ok 84 - pre ok 85 - post ok 86 - t0 ok 87 - t1 ok 88 - t2 ok 89 - unseen none ok 90 - seen all ok 91 - seeing none ok 92 - seen all ok 93 - roots ok 94 - cycle ok 95 - pre ok 96 - post ok 97 - t0 ok 98 - t1 ok 99 - t2 ok 100 - unseen none ok 101 - seen all ok 102 - seeing one ok 103 - seen all ok 104 - roots ok 105 - cycle ok 106 - pre ok 107 - post ok 108 - t0 ok 109 - t1 ok 110 - t2 ok 111 - unseen none ok 112 - seen all ok 113 - seeing one ok 114 - seen all ok 115 - roots ok 116 - cycle ok 117 - find_a_cycle ok 118 - find_a_cycle ok 119 - is_dag true for dag ok 120 - is_dag false for undirected ok 121 - topological_sort ok 122 - topological_sort ok 123 - directed acyclic is dag ok 124 - directed cyclic is not dag ok 125 - undirected is not dag ok 126 - topological_sort not for undirected ok 127 - topological_sort not for cyclic ok 128 - is_connected ok 129 - directed cannot be tested for connectedness/ ok 130 - ... directed is weakly connected ok 131 - ... cyclic undirected ok 132 - ... undirected unconnected ok 133 - ... cyclic loop ok 134 - ... cyclic loop weakly connected ok 135 - ... cyclic directed ok 136 - ... cyclic directed weakly connected ok 137 - ... directed unconnected ok 138 - ... directed unconnected is not weakly connected ok 139 - empty graph ok 140 ok 141 ok 142 - vertices ok 143 - ... once ok 144 - vertices ok 145 - ... once ok 146 - vertices ok 147 - ... once ok 148 - only vertices ok 149 ok 150 ok 151 - vertices ok 152 - ... once ok 153 - vertices ok 154 - ... once ok 155 - vertices ok 156 - ... once ok 157 - pre ok 158 - post ok 159 - t0 ok 160 - t1 ok 161 - t2 ok 162 - unseen half ok 163 - seen half ok 164 - seeing none ok 165 - seen half ok 166 - roots ok 167 - pre ok 168 - post ok 169 - t0 ok 170 - t1 ok 171 - t2 ok 172 - unseen half ok 173 - seen half ok 174 - seeing none ok 175 - seen half ok 176 - roots ok 177 - pre ok 178 - post ok 179 - unseen none ok 180 - seen all ok 181 - seeing none ok 182 - seen all ok 183 - roots ok 184 - pre_edge ok 185 - pre_edge ok 186 - post_edge ok 187 - non_tree_edge ok 188 - back_edge ok 189 - post_edge ok 190 - pre_edge ok 191 - post_edge ok 192 - non_tree_edge ok 193 - cross_edge ok 194 - non_tree_edge ok 195 - down_edge ok 196 ok 197 - tree edge ok 198 - tree edge ok 199 - tree edge ok 200 - non_tree edge ok 201 - non_tree edge ok 202 - non_tree edge ok 203 - tree ok 204 - preorder of a ok 205 - preorder of b ok 206 - preorder of c ok 207 - preorder of d ok 208 - preorder of a ok 209 - preorder of b ok 210 - preorder of c ok 211 - preorder of d ok 212 - postorder of a ok 213 - postorder of b ok 214 - postorder of c ok 215 - postorder of d ok 216 - postorder of a ok 217 - postorder of b ok 218 - postorder of c ok 219 - postorder of d ok 220 - preorder of a ok 221 - preorder of b ok 222 - preorder of c ok 223 - preorder of d ok 224 ok 225 - postorder of a ok 226 - postorder of b ok 227 - postorder of c ok 228 - postorder of d ok 229 ok 230 - pre_edge ok 231 - post_edge ok 232 - seen_edge ok 233 ok 234 - next_numeric ok 235 - next_alphabetic ok 236 - sane args ok 237 - zetic ok 238 - has_state ok 239 - get_state ok 240 - set_state ok 241 - has_state ok 242 - get_state ok 243 - delete_state ok 244 - has_state ok 245 - get_state ok 246 - rt.cpan.org 4420 ok 247 ok 248 ok 249 ok 250 ok 251 - rt.cpan.org 5168 ok 252 - rt.cpan.org 5167 ok 253 ok 254 - vertices ok 255 - ... once ok 256 - vertices ok 257 - ... once ok 258 - vertices ok 259 - ... once ok 260 - pre ok 261 - post ok 262 - t0 ok 263 - t1 ok 264 - t2 ok 265 - unseen none ok 266 - seen all ok 267 - seeing none ok 268 - seen all ok 269 - roots ok 270 ok 271 ok 272 ok t/60_bfs.......................1..93 ok 1 - fresh traversal ok 2 ok 3 ok 4 - vertices ok 5 - ... once ok 6 - vertices ok 7 - ... once ok 8 - vertices ok 9 - ... once ok 10 - graph ok 11 - vertices ok 12 - ... once ok 13 - vertices ok 14 - ... once ok 15 - vertices ok 16 - ... once ok 17 - pre ok 18 - post ok 19 - t0 ok 20 - t1 ok 21 - t2 ok 22 - unseen none ok 23 - seen all ok 24 - seeing none ok 25 - seen all ok 26 - roots ok 27 - vertices ok 28 - ... once ok 29 - vertices ok 30 - ... once ok 31 - vertices ok 32 - ... once ok 33 - pre ok 34 - post ok 35 - t0 ok 36 - t1 ok 37 - t2 ok 38 - unseen none ok 39 - seen all ok 40 - seeing none ok 41 - seen all ok 42 - roots ok 43 - scalar next ok 44 - terminate ok 45 - after reset scalar next ok 46 - vertices ok 47 - ... once ok 48 - vertices ok 49 - ... once ok 50 - vertices ok 51 - ... once ok 52 - pre ok 53 - post ok 54 - t0 ok 55 - t1 ok 56 - t2 ok 57 - unseen none ok 58 - seen all ok 59 - seeing none ok 60 - seen all ok 61 - roots ok 62 - vertices ok 63 - ... once ok 64 - vertices ok 65 - ... once ok 66 - vertices ok 67 - ... once ok 68 - pre ok 69 - post ok 70 - t0 ok 71 - t1 ok 72 - t2 ok 73 - unseen none ok 74 - seen all ok 75 - seeing none ok 76 - seen all ok 77 - roots ok 78 - vertices ok 79 - ... once ok 80 - vertices ok 81 - ... once ok 82 - vertices ok 83 - ... once ok 84 - pre ok 85 - post ok 86 - t0 ok 87 - t1 ok 88 - t2 ok 89 - unseen none ok 90 - seen all ok 91 - seeing none ok 92 - seen all ok 93 - roots ok t/61_connected.................1..209 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok 66 ok 67 ok 68 ok 69 ok 70 ok 71 ok 72 ok 73 ok 74 ok 75 ok 76 ok 77 ok 78 ok 79 ok 80 ok 81 ok 82 ok 83 ok 84 ok 85 ok 86 ok 87 ok 88 ok 89 ok 90 ok 91 ok 92 ok 93 ok 94 ok 95 ok 96 ok 97 ok 98 ok 99 ok 100 ok 101 ok 102 ok 103 ok 104 ok 105 ok 106 ok 107 ok 108 ok 109 ok 110 ok 111 ok 112 ok 113 ok 114 ok 115 ok 116 ok 117 ok 118 ok 119 ok 120 ok 121 ok 122 ok 123 ok 124 ok 125 ok 126 ok 127 ok 128 ok 129 ok 130 ok 131 ok 132 ok 133 ok 134 ok 135 ok 136 ok 137 ok 138 ok 139 ok 140 ok 141 ok 142 ok 143 ok 144 ok 145 ok 146 ok 147 ok 148 ok 149 ok 150 ok 151 ok 152 ok 153 ok 154 ok 155 ok 156 ok 157 ok 158 ok 159 ok 160 ok 161 ok 162 ok 163 ok 164 ok 165 ok 166 ok 167 ok 168 ok 169 ok 170 ok 171 ok 172 ok 173 ok 174 ok 175 ok 176 ok 177 ok 178 ok 179 ok 180 ok 181 ok 182 ok 183 ok 184 ok 185 ok 186 ok 187 ok 188 ok 189 ok 190 ok 191 ok 192 ok 193 ok 194 ok 195 ok 196 ok 197 ok 198 ok 199 ok 200 ok 201 ok 202 ok 203 ok 204 ok 205 ok 206 ok 207 ok 208 ok 209 ok t/62_bcc.......................1..385 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok 66 ok 67 ok 68 ok 69 ok 70 ok 71 ok 72 ok 73 ok 74 ok 75 ok 76 ok 77 ok 78 ok 79 ok 80 ok 81 ok 82 ok 83 ok 84 ok 85 ok 86 ok 87 ok 88 ok 89 ok 90 ok 91 ok 92 ok 93 ok 94 ok 95 ok 96 ok 97 ok 98 ok 99 ok 100 ok 101 ok 102 ok 103 ok 104 ok 105 ok 106 ok 107 ok 108 ok 109 ok 110 ok 111 ok 112 ok 113 ok 114 ok 115 ok 116 ok 117 ok 118 ok 119 ok 120 ok 121 ok 122 ok 123 ok 124 ok 125 ok 126 ok 127 ok 128 ok 129 ok 130 ok 131 ok 132 ok 133 ok 134 ok 135 ok 136 ok 137 ok 138 ok 139 ok 140 ok 141 ok 142 ok 143 ok 144 ok 145 ok 146 ok 147 ok 148 ok 149 ok 150 ok 151 ok 152 ok 153 ok 154 ok 155 ok 156 ok 157 ok 158 ok 159 ok 160 ok 161 ok 162 ok 163 ok 164 ok 165 ok 166 ok 167 ok 168 ok 169 ok 170 ok 171 ok 172 ok 173 ok 174 ok 175 ok 176 ok 177 ok 178 ok 179 ok 180 ok 181 ok 182 ok 183 ok 184 ok 185 ok 186 ok 187 ok 188 ok 189 ok 190 ok 191 ok 192 ok 193 ok 194 ok 195 ok 196 ok 197 ok 198 ok 199 ok 200 ok 201 ok 202 ok 203 ok 204 ok 205 ok 206 ok 207 ok 208 ok 209 ok 210 ok 211 ok 212 ok 213 ok 214 ok 215 ok 216 ok 217 ok 218 ok 219 ok 220 ok 221 ok 222 ok 223 ok 224 ok 225 ok 226 ok 227 ok 228 ok 229 ok 230 ok 231 ok 232 ok 233 ok 234 ok 235 ok 236 ok 237 ok 238 ok 239 ok 240 ok 241 ok 242 ok 243 ok 244 ok 245 ok 246 ok 247 ok 248 ok 249 ok 250 ok 251 ok 252 ok 253 ok 254 ok 255 ok 256 ok 257 ok 258 ok 259 ok 260 ok 261 ok 262 ok 263 ok 264 ok 265 ok 266 ok 267 ok 268 ok 269 ok 270 ok 271 ok 272 ok 273 ok 274 ok 275 ok 276 ok 277 ok 278 ok 279 ok 280 ok 281 ok 282 ok 283 ok 284 ok 285 ok 286 ok 287 ok 288 ok 289 ok 290 ok 291 ok 292 ok 293 ok 294 ok 295 ok 296 ok 297 ok 298 ok 299 ok 300 ok 301 ok 302 ok 303 ok 304 ok 305 ok 306 ok 307 ok 308 ok 309 ok 310 ok 311 ok 312 ok 313 ok 314 ok 315 ok 316 ok 317 ok 318 ok 319 ok 320 ok 321 ok 322 ok 323 ok 324 ok 325 ok 326 ok 327 ok 328 ok 329 ok 330 ok 331 ok 332 ok 333 ok 334 ok 335 ok 336 ok 337 ok 338 ok 339 ok 340 ok 341 ok 342 ok 343 ok 344 ok 345 ok 346 ok 347 ok 348 ok 349 ok 350 ok 351 ok 352 ok 353 ok 354 ok 355 ok 356 ok 357 ok 358 ok 359 ok 360 ok 361 ok 362 ok 363 ok 364 ok 365 ok 366 ok 367 ok 368 ok 369 ok 370 ok 371 ok 372 ok 373 ok 374 ok 375 ok 376 ok 377 ok 378 ok 379 ok 380 ok 381 ok 382 ok 383 ok 384 ok 385 ok t/63_scc.......................1..57 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok 56 ok 57 ok t/64_mst.......................1..22 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok t/65_ref.......................1..886 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 # i = s, j = s ok 23 # g1 = s-s ok 24 ok 25 ok 26 ok 27 # g1 = s ok 28 ok 29 ok 30 ok 31 # g1 = ok 32 ok 33 ok 34 ok 35 # g2 = s=s ok 36 ok 37 ok 38 ok 39 # g2 = s ok 40 ok 41 ok 42 ok 43 # g2 = ok 44 ok 45 ok 46 # i = s, j = a ok 47 # g1 = s-a ok 48 ok 49 ok 50 ok 51 # g1 = a ok 52 ok 53 ok 54 ok 55 # g1 = ok 56 ok 57 ok 58 ok 59 # g2 = a=s ok 60 ok 61 ok 62 ok 63 # g2 = a ok 64 ok 65 ok 66 ok 67 # g2 = ok 68 ok 69 ok 70 # i = s, j = h ok 71 # g1 = s-h ok 72 ok 73 ok 74 ok 75 # g1 = h ok 76 ok 77 ok 78 ok 79 # g1 = ok 80 ok 81 ok 82 ok 83 # g2 = h=s ok 84 ok 85 ok 86 ok 87 # g2 = h ok 88 ok 89 ok 90 ok 91 # g2 = ok 92 ok 93 ok 94 # i = s, j = c ok 95 # g1 = s-c ok 96 ok 97 ok 98 ok 99 # g1 = c ok 100 ok 101 ok 102 ok 103 # g1 = ok 104 ok 105 ok 106 ok 107 # g2 = c=s ok 108 ok 109 ok 110 ok 111 # g2 = c ok 112 ok 113 ok 114 ok 115 # g2 = ok 116 ok 117 ok 118 # i = s, j = i ok 119 # g1 = s-i ok 120 ok 121 ok 122 ok 123 # g1 = i ok 124 ok 125 ok 126 ok 127 # g1 = ok 128 ok 129 ok 130 ok 131 # g2 = i=s ok 132 ok 133 ok 134 ok 135 # g2 = i ok 136 ok 137 ok 138 ok 139 # g2 = ok 140 ok 141 ok 142 # i = s, j = g ok 143 # g1 = s-g ok 144 ok 145 ok 146 ok 147 # g1 = g ok 148 ok 149 ok 150 ok 151 # g1 = ok 152 ok 153 ok 154 ok 155 # g2 = g=s ok 156 ok 157 ok 158 ok 159 # g2 = g ok 160 ok 161 ok 162 ok 163 # g2 = ok 164 ok 165 ok 166 # i = a, j = s ok 167 # g1 = a-s ok 168 ok 169 ok 170 ok 171 # g1 = s ok 172 ok 173 ok 174 ok 175 # g1 = ok 176 ok 177 ok 178 ok 179 # g2 = a=s ok 180 ok 181 ok 182 ok 183 # g2 = s ok 184 ok 185 ok 186 ok 187 # g2 = ok 188 ok 189 ok 190 # i = a, j = a ok 191 # g1 = a-a ok 192 ok 193 ok 194 ok 195 # g1 = a ok 196 ok 197 ok 198 ok 199 # g1 = ok 200 ok 201 ok 202 ok 203 # g2 = a=a ok 204 ok 205 ok 206 ok 207 # g2 = a ok 208 ok 209 ok 210 ok 211 # g2 = ok 212 ok 213 ok 214 # i = a, j = h ok 215 # g1 = a-h ok 216 ok 217 ok 218 ok 219 # g1 = h ok 220 ok 221 ok 222 ok 223 # g1 = ok 224 ok 225 ok 226 ok 227 # g2 = a=h ok 228 ok 229 ok 230 ok 231 # g2 = h ok 232 ok 233 ok 234 ok 235 # g2 = ok 236 ok 237 ok 238 # i = a, j = c ok 239 # g1 = a-c ok 240 ok 241 ok 242 ok 243 # g1 = c ok 244 ok 245 ok 246 ok 247 # g1 = ok 248 ok 249 ok 250 ok 251 # g2 = a=c ok 252 ok 253 ok 254 ok 255 # g2 = c ok 256 ok 257 ok 258 ok 259 # g2 = ok 260 ok 261 ok 262 # i = a, j = i ok 263 # g1 = a-i ok 264 ok 265 ok 266 ok 267 # g1 = i ok 268 ok 269 ok 270 ok 271 # g1 = ok 272 ok 273 ok 274 ok 275 # g2 = a=i ok 276 ok 277 ok 278 ok 279 # g2 = i ok 280 ok 281 ok 282 ok 283 # g2 = ok 284 ok 285 ok 286 # i = a, j = g ok 287 # g1 = a-g ok 288 ok 289 ok 290 ok 291 # g1 = g ok 292 ok 293 ok 294 ok 295 # g1 = ok 296 ok 297 ok 298 ok 299 # g2 = a=g ok 300 ok 301 ok 302 ok 303 # g2 = g ok 304 ok 305 ok 306 ok 307 # g2 = ok 308 ok 309 ok 310 # i = h, j = s ok 311 # g1 = h-s ok 312 ok 313 ok 314 ok 315 # g1 = s ok 316 ok 317 ok 318 ok 319 # g1 = ok 320 ok 321 ok 322 ok 323 # g2 = h=s ok 324 ok 325 ok 326 ok 327 # g2 = s ok 328 ok 329 ok 330 ok 331 # g2 = ok 332 ok 333 ok 334 # i = h, j = a ok 335 # g1 = h-a ok 336 ok 337 ok 338 ok 339 # g1 = a ok 340 ok 341 ok 342 ok 343 # g1 = ok 344 ok 345 ok 346 ok 347 # g2 = a=h ok 348 ok 349 ok 350 ok 351 # g2 = a ok 352 ok 353 ok 354 ok 355 # g2 = ok 356 ok 357 ok 358 # i = h, j = h ok 359 # g1 = h-h ok 360 ok 361 ok 362 ok 363 # g1 = h ok 364 ok 365 ok 366 ok 367 # g1 = ok 368 ok 369 ok 370 ok 371 # g2 = h=h ok 372 ok 373 ok 374 ok 375 # g2 = h ok 376 ok 377 ok 378 ok 379 # g2 = ok 380 ok 381 ok 382 # i = h, j = c ok 383 # g1 = h-c ok 384 ok 385 ok 386 ok 387 # g1 = c ok 388 ok 389 ok 390 ok 391 # g1 = ok 392 ok 393 ok 394 ok 395 # g2 = c=h ok 396 ok 397 ok 398 ok 399 # g2 = c ok 400 ok 401 ok 402 ok 403 # g2 = ok 404 ok 405 ok 406 # i = h, j = i ok 407 # g1 = h-i ok 408 ok 409 ok 410 ok 411 # g1 = i ok 412 ok 413 ok 414 ok 415 # g1 = ok 416 ok 417 ok 418 ok 419 # g2 = h=i ok 420 ok 421 ok 422 ok 423 # g2 = i ok 424 ok 425 ok 426 ok 427 # g2 = ok 428 ok 429 ok 430 # i = h, j = g ok 431 # g1 = h-g ok 432 ok 433 ok 434 ok 435 # g1 = g ok 436 ok 437 ok 438 ok 439 # g1 = ok 440 ok 441 ok 442 ok 443 # g2 = g=h ok 444 ok 445 ok 446 ok 447 # g2 = g ok 448 ok 449 ok 450 ok 451 # g2 = ok 452 ok 453 ok 454 # i = c, j = s ok 455 # g1 = c-s ok 456 ok 457 ok 458 ok 459 # g1 = s ok 460 ok 461 ok 462 ok 463 # g1 = ok 464 ok 465 ok 466 ok 467 # g2 = c=s ok 468 ok 469 ok 470 ok 471 # g2 = s ok 472 ok 473 ok 474 ok 475 # g2 = ok 476 ok 477 ok 478 # i = c, j = a ok 479 # g1 = c-a ok 480 ok 481 ok 482 ok 483 # g1 = a ok 484 ok 485 ok 486 ok 487 # g1 = ok 488 ok 489 ok 490 ok 491 # g2 = a=c ok 492 ok 493 ok 494 ok 495 # g2 = a ok 496 ok 497 ok 498 ok 499 # g2 = ok 500 ok 501 ok 502 # i = c, j = h ok 503 # g1 = c-h ok 504 ok 505 ok 506 ok 507 # g1 = h ok 508 ok 509 ok 510 ok 511 # g1 = ok 512 ok 513 ok 514 ok 515 # g2 = c=h ok 516 ok 517 ok 518 ok 519 # g2 = h ok 520 ok 521 ok 522 ok 523 # g2 = ok 524 ok 525 ok 526 # i = c, j = c ok 527 # g1 = c-c ok 528 ok 529 ok 530 ok 531 # g1 = c ok 532 ok 533 ok 534 ok 535 # g1 = ok 536 ok 537 ok 538 ok 539 # g2 = c=c ok 540 ok 541 ok 542 ok 543 # g2 = c ok 544 ok 545 ok 546 ok 547 # g2 = ok 548 ok 549 ok 550 # i = c, j = i ok 551 # g1 = c-i ok 552 ok 553 ok 554 ok 555 # g1 = i ok 556 ok 557 ok 558 ok 559 # g1 = ok 560 ok 561 ok 562 ok 563 # g2 = c=i ok 564 ok 565 ok 566 ok 567 # g2 = i ok 568 ok 569 ok 570 ok 571 # g2 = ok 572 ok 573 ok 574 # i = c, j = g ok 575 # g1 = c-g ok 576 ok 577 ok 578 ok 579 # g1 = g ok 580 ok 581 ok 582 ok 583 # g1 = ok 584 ok 585 ok 586 ok 587 # g2 = c=g ok 588 ok 589 ok 590 ok 591 # g2 = g ok 592 ok 593 ok 594 ok 595 # g2 = ok 596 ok 597 ok 598 # i = i, j = s ok 599 # g1 = i-s ok 600 ok 601 ok 602 ok 603 # g1 = s ok 604 ok 605 ok 606 ok 607 # g1 = ok 608 ok 609 ok 610 ok 611 # g2 = i=s ok 612 ok 613 ok 614 ok 615 # g2 = s ok 616 ok 617 ok 618 ok 619 # g2 = ok 620 ok 621 ok 622 # i = i, j = a ok 623 # g1 = i-a ok 624 ok 625 ok 626 ok 627 # g1 = a ok 628 ok 629 ok 630 ok 631 # g1 = ok 632 ok 633 ok 634 ok 635 # g2 = a=i ok 636 ok 637 ok 638 ok 639 # g2 = a ok 640 ok 641 ok 642 ok 643 # g2 = ok 644 ok 645 ok 646 # i = i, j = h ok 647 # g1 = i-h ok 648 ok 649 ok 650 ok 651 # g1 = h ok 652 ok 653 ok 654 ok 655 # g1 = ok 656 ok 657 ok 658 ok 659 # g2 = h=i ok 660 ok 661 ok 662 ok 663 # g2 = h ok 664 ok 665 ok 666 ok 667 # g2 = ok 668 ok 669 ok 670 # i = i, j = c ok 671 # g1 = i-c ok 672 ok 673 ok 674 ok 675 # g1 = c ok 676 ok 677 ok 678 ok 679 # g1 = ok 680 ok 681 ok 682 ok 683 # g2 = c=i ok 684 ok 685 ok 686 ok 687 # g2 = c ok 688 ok 689 ok 690 ok 691 # g2 = ok 692 ok 693 ok 694 # i = i, j = i ok 695 # g1 = i-i ok 696 ok 697 ok 698 ok 699 # g1 = i ok 700 ok 701 ok 702 ok 703 # g1 = ok 704 ok 705 ok 706 ok 707 # g2 = i=i ok 708 ok 709 ok 710 ok 711 # g2 = i ok 712 ok 713 ok 714 ok 715 # g2 = ok 716 ok 717 ok 718 # i = i, j = g ok 719 # g1 = i-g ok 720 ok 721 ok 722 ok 723 # g1 = g ok 724 ok 725 ok 726 ok 727 # g1 = ok 728 ok 729 ok 730 ok 731 # g2 = g=i ok 732 ok 733 ok 734 ok 735 # g2 = g ok 736 ok 737 ok 738 ok 739 # g2 = ok 740 ok 741 ok 742 # i = g, j = s ok 743 # g1 = g-s ok 744 ok 745 ok 746 ok 747 # g1 = s ok 748 ok 749 ok 750 ok 751 # g1 = ok 752 ok 753 ok 754 ok 755 # g2 = g=s ok 756 ok 757 ok 758 ok 759 # g2 = s ok 760 ok 761 ok 762 ok 763 # g2 = ok 764 ok 765 ok 766 # i = g, j = a ok 767 # g1 = g-a ok 768 ok 769 ok 770 ok 771 # g1 = a ok 772 ok 773 ok 774 ok 775 # g1 = ok 776 ok 777 ok 778 ok 779 # g2 = a=g ok 780 ok 781 ok 782 ok 783 # g2 = a ok 784 ok 785 ok 786 ok 787 # g2 = ok 788 ok 789 ok 790 # i = g, j = h ok 791 # g1 = g-h ok 792 ok 793 ok 794 ok 795 # g1 = h ok 796 ok 797 ok 798 ok 799 # g1 = ok 800 ok 801 ok 802 ok 803 # g2 = g=h ok 804 ok 805 ok 806 ok 807 # g2 = h ok 808 ok 809 ok 810 ok 811 # g2 = ok 812 ok 813 ok 814 # i = g, j = c ok 815 # g1 = g-c ok 816 ok 817 ok 818 ok 819 # g1 = c ok 820 ok 821 ok 822 ok 823 # g1 = ok 824 ok 825 ok 826 ok 827 # g2 = c=g ok 828 ok 829 ok 830 ok 831 # g2 = c ok 832 ok 833 ok 834 ok 835 # g2 = ok 836 ok 837 ok 838 # i = g, j = i ok 839 # g1 = g-i ok 840 ok 841 ok 842 ok 843 # g1 = i ok 844 ok 845 ok 846 ok 847 # g1 = ok 848 ok 849 ok 850 ok 851 # g2 = g=i ok 852 ok 853 ok 854 ok 855 # g2 = i ok 856 ok 857 ok 858 ok 859 # g2 = ok 860 ok 861 ok 862 # i = g, j = g ok 863 # g1 = g-g ok 864 ok 865 ok 866 ok 867 # g1 = g ok 868 ok 869 ok 870 ok 871 # g1 = ok 872 ok 873 ok 874 ok 875 # g2 = g=g ok 876 ok 877 ok 878 ok 879 # g2 = g ok 880 ok 881 ok 882 ok 883 # g2 = ok 884 ok 885 ok 886 ok t/66_simple....................1..96 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok 66 ok 67 ok 68 ok 69 ok 70 ok 71 ok 72 ok 73 ok 74 ok 75 ok 76 ok 77 ok 78 ok 79 ok 80 ok 81 ok 82 ok 83 ok 84 ok 85 ok 86 ok 87 ok 88 ok 89 ok 90 ok 91 ok 92 ok 93 ok 94 ok 95 ok 96 ok t/67_copy......................1..85 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok 66 ok 67 ok 68 ok 69 ok 70 ok 71 ok 72 ok 73 ok 74 ok 75 ok 76 ok 77 ok 78 ok 79 ok 80 ok 81 ok 82 ok 83 ok 84 ok 85 ok t/68_transpose.................1..48 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok t/69_complete..................1..29 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok t/70_complement................1..29 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok t/71_spt.......................1..124 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 # sua = a=b,a=g,b=f,b=h,c=h,d=f,e=g ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 - edge 0-1 ok 20 - edge 0-5 ok 21 - edge 5-4 ok 22 - edge 4-3 ok 23 - edge 4-2 ok 24 - edge 0-3 ok 25 - edge 3-5 ok 26 - edge 5-1 ok 27 - edge 1-2 ok 28 - edge 2-3 ok 29 - edge 1-0 ok 30 - edge 5-0 ok 31 - edge 4-5 ok 32 - edge 3-4 ok 33 - edge 2-4 ok 34 - edge 3-0 ok 35 - edge 5-3 ok 36 - edge 1-5 ok 37 - edge 2-1 ok 38 - edge 3-2 ok 39 - vertex 0 ok 40 - vertex 1 ok 41 - vertex 2 ok 42 - vertex 3 ok 43 - vertex 4 ok 44 - vertex 5 ok 45 - vertex 0 p ok 46 - vertex 1 p ok 47 - vertex 2 p ok 48 - vertex 3 p ok 49 - vertex 4 p ok 50 - vertex 5 p ok 51 - path 0 0 ok 52 - path 0 1 ok 53 - path 0 2 ok 54 - path 0 3 ok 55 - path 0 4 ok 56 - path 0 5 ok 57 - path 1 0 ok 58 - path 1 1 ok 59 - path 1 2 ok 60 - path 1 3 ok 61 - path 1 4 ok 62 - path 1 5 ok 63 - path 0 0 ok 64 - path 0 1 ok 65 - path 0 2 ok 66 - path 0 3 ok 67 - path 0 4 ok 68 - path 0 5 ok 69 - edge 0-1 ok 70 - edge 0-5 ok 71 - edge 5-4 ok 72 - edge 4-3 ok 73 - edge 4-2 ok 74 - edge 0-3 ok 75 - edge 3-5 ok 76 - edge 5-1 ok 77 - edge 1-2 ok 78 - edge 2-3 ok 79 - edge 1-0 ok 80 - edge 5-0 ok 81 - edge 4-5 ok 82 - edge 3-4 ok 83 - edge 2-4 ok 84 - edge 3-0 ok 85 - edge 5-3 ok 86 - edge 1-5 ok 87 - edge 2-1 ok 88 - edge 3-2 ok 89 - vertex 0 ok 90 - vertex 1 ok 91 - vertex 2 ok 92 - vertex 3 ok 93 - vertex 4 ok 94 - vertex 5 ok 95 - vertex 0 p ok 96 - vertex 1 p ok 97 - vertex 2 p ok 98 - vertex 3 p ok 99 - vertex 4 p ok 100 - vertex 5 p ok 101 - path 0 0 ok 102 - path 0 1 ok 103 - path 0 2 ok 104 - path 0 3 ok 105 - path 0 4 ok 106 - path 0 5 ok 107 - path 1 0 ok 108 - path 1 1 ok 109 - path 1 2 ok 110 - path 1 3 ok 111 - path 1 4 ok 112 - path 1 5 ok 113 - path 0 0 ok 114 - path 0 1 ok 115 - path 0 2 ok 116 - path 0 3 ok 117 - path 0 4 ok 118 - path 0 5 ok 119 ok 120 ok 121 ok 122 ok 123 ok 124 ok t/72_transitive................1..227 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok 66 ok 67 ok 68 ok 69 ok 70 ok 71 ok 72 ok 73 ok 74 ok 75 ok 76 ok 77 ok 78 ok 79 ok 80 ok 81 ok 82 ok 83 ok 84 ok 85 ok 86 ok 87 ok 88 ok 89 ok 90 ok 91 ok 92 ok 93 ok 94 ok 95 ok 96 ok 97 ok 98 ok 99 ok 100 ok 101 ok 102 ok 103 ok 104 ok 105 ok 106 ok 107 ok 108 ok 109 ok 110 ok 111 ok 112 ok 113 ok 114 ok 115 ok 116 ok 117 ok 118 ok 119 ok 120 ok 121 ok 122 ok 123 ok 124 ok 125 ok 126 ok 127 ok 128 ok 129 ok 130 ok 131 ok 132 ok 133 ok 134 ok 135 ok 136 ok 137 ok 138 ok 139 ok 140 ok 141 ok 142 ok 143 ok 144 ok 145 ok 146 ok 147 ok 148 ok 149 ok 150 ok 151 ok 152 ok 153 ok 154 ok 155 ok 156 ok 157 ok 158 ok 159 ok 160 ok 161 ok 162 ok 163 ok 164 ok 165 ok 166 ok 167 ok 168 ok 169 ok 170 ok 171 ok 172 ok 173 ok 174 ok 175 ok 176 ok 177 ok 178 ok 179 ok 180 ok 181 ok 182 ok 183 ok 184 ok 185 ok 186 ok 187 ok 188 ok 189 ok 190 ok 191 ok 192 ok 193 ok 194 ok 195 ok 196 ok 197 ok 198 ok 199 ok 200 ok 201 ok 202 ok 203 ok 204 ok 205 ok 206 ok 207 ok 208 ok 209 ok 210 ok 211 ok 212 ok 213 ok 214 ok 215 ok 216 ok 217 ok 218 ok 219 ok 220 ok 221 ok 222 ok 223 ok 224 ok 225 ok 226 ok 227 ok t/73_diameter..................1..59 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 ok 59 ok t/74_random....................1..152 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok 66 ok 67 ok 68 ok 69 ok 70 ok 71 ok 72 ok 73 ok 74 ok 75 ok 76 ok 77 ok 78 ok 79 ok 80 ok 81 ok 82 ok 83 ok 84 ok 85 ok 86 ok 87 ok 88 ok 89 ok 90 ok 91 ok 92 ok 93 ok 94 ok 95 ok 96 ok 97 ok 98 ok 99 ok 100 ok 101 ok 102 ok 103 ok 104 ok 105 ok 106 ok 107 ok 108 ok 109 ok 110 ok 111 ok 112 ok 113 ok 114 ok 115 ok 116 ok 117 ok 118 ok 119 ok 120 ok 121 ok 122 ok 123 ok 124 ok 125 ok 126 ok 127 ok 128 ok 129 ok 130 ok 131 ok 132 ok 133 ok 134 ok 135 ok 136 ok 137 ok 138 ok 139 ok 140 ok 141 - u = 2, v = 1 ok 142 - u = 9, v = 8 ok 143 - u = 4, v = 3 ok 144 - u = 6, v = 5 ok 145 - u = 8, v = 5 ok 146 - u = 2, v = 4 ok 147 - u = 7, v = 8 ok 148 - u = 4, v = 1 ok 149 - u = 0, v = 2 ok 150 - u = 6, v = 8 ok 151 - The object isa Graph ok 152 ok t/75_attribute_array...........1..9 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok t/76_attribute_hash............1..9 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok t/77_adjacency.................1..14 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok t/78_expect....................1..17 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok t/79_unionfind.................1..16 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok t/80_isomorphic................1..31 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok t/81_dump......................1..1 ok 1 ok t/82_cycle.....................1..1 ok 1 # skip no Devel::Cycle ok 1/1 skipped: no Devel::Cycle t/83_bitmatrix.................1..25 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok t/g02_00directed...............1..34 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 # a-b,a-c,c-d,e ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok t/g02_01undirected.............1..34 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok t/g02_02multiple...............1..31 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok t/g02_03degree.................1..30 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok t/g02_04attribute..............1..23 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok t/g02_05copy...................1..10 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok t/g02_06transpose..............1..10 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok t/g02_07complete...............1..8 0 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok t/g02_08complement.............1..8 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok t/g02_09scc....................1..8 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok t/pod-coverage.................1..0 # Skip Test::Pod::Coverage 1.00 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.00 required for testing POD coverage t/pod..........................1..22 ok 1 - blib/lib/Graph.pm ok 2 - blib/lib/Graph.pod ok 3 - blib/lib/Graph/Directed.pm ok 4 - blib/lib/Graph/UnionFind.pm ok 5 - blib/lib/Graph/Undirected.pm ok 6 - blib/lib/Graph/Matrix.pm ok 7 - blib/lib/Graph/Attribute.pm ok 8 - blib/lib/Graph/AdjacencyMatrix.pm ok 9 - blib/lib/Graph/SPTHeapElem.pm ok 10 - blib/lib/Graph/AdjacencyMap.pm ok 11 - blib/lib/Graph/MSTHeapElem.pm ok 12 - blib/lib/Graph/TransitiveClosure.pm ok 13 - blib/lib/Graph/Traversal.pm ok 14 - blib/lib/Graph/BitMatrix.pm ok 15 - blib/lib/Heap071/Fibonacci.pm ok 16 - blib/lib/Heap071/Elem.pm ok 17 - blib/lib/Graph/AdjacencyMap/Vertex.pm ok 18 - blib/lib/Graph/AdjacencyMap/Light.pm ok 19 - blib/lib/Graph/AdjacencyMap/Heavy.pm ok 20 - blib/lib/Graph/TransitiveClosure/Matrix.pm ok 21 - blib/lib/Graph/Traversal/BFS.pm ok 22 - blib/lib/Graph/Traversal/DFS.pm ok t/u_at1........................1..2 ok 1 ok 2 ok t/u_at2........................1..4 # finding SP_Dijkstra path between NRTPZ5WOkg and ObpULOKHH0 ok 1 # NRTPZ5WOkg # vJqD6skXdS # TNgfs0KcUd # qI7Po3TrBA # ZiPHVw509v # bnDd3VuBpJ # ObpULOKHH0 # finding APSP_Floyd_Warshall path between NRTPZ5WOkg and ObpULOKHH0 ok 2 # NRTPZ5WOkg # vJqD6skXdS # TNgfs0KcUd # qI7Po3TrBA # ZiPHVw509v # bnDd3VuBpJ # ObpULOKHH0 # finding SP_Dijkstra path between NRTPZ5WOkg and ObpULOKHH0 ok 3 # NRTPZ5WOkg # vJqD6skXdS # TNgfs0KcUd # qI7Po3TrBA # ZiPHVw509v # bnDd3VuBpJ # ObpULOKHH0 # finding APSP_Floyd_Warshall path between NRTPZ5WOkg and ObpULOKHH0 ok 4 # NRTPZ5WOkg # vJqD6skXdS # TNgfs0KcUd # qI7Po3TrBA # ZiPHVw509v # bnDd3VuBpJ # ObpULOKHH0 ok t/u_at3........................1..44 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok t/u_bb_rv......................1..11 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok t/u_bf.........................1..7 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok t/u_bill.......................1..30 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok t/u_bo.........................1..95 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok 66 ok 67 ok 68 ok 69 ok 70 ok 71 ok 72 ok 73 ok 74 ok 75 ok 76 ok 77 ok 78 ok 79 ok 80 ok 81 ok 82 ok 83 ok 84 ok 85 ok 86 ok 87 ok 88 ok 89 ok 90 ok 91 ok 92 ok 93 ok 94 ok 95 ok t/u_bo1........................1..20 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok t/u_bo_ap1.....................1..228 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok 66 ok 67 ok 68 ok 69 ok 70 ok 71 ok 72 ok 73 ok 74 ok 75 ok 76 ok 77 ok 78 ok 79 ok 80 ok 81 ok 82 ok 83 ok 84 ok 85 ok 86 ok 87 ok 88 ok 89 ok 90 ok 91 ok 92 ok 93 ok 94 ok 95 ok 96 ok 97 ok 98 ok 99 ok 100 ok 101 ok 102 ok 103 ok 104 ok 105 ok 106 ok 107 ok 108 ok 109 ok 110 ok 111 ok 112 ok 113 ok 114 ok 115 ok 116 ok 117 ok 118 ok 119 ok 120 ok 121 ok 122 ok 123 ok 124 ok 125 ok 126 ok 127 ok 128 ok 129 ok 130 ok 131 ok 132 ok 133 ok 134 ok 135 ok 136 ok 137 ok 138 ok 139 ok 140 ok 141 ok 142 ok 143 ok 144 ok 145 ok 146 ok 147 ok 148 ok 149 ok 150 ok 151 ok 152 ok 153 ok 154 ok 155 ok 156 ok 157 ok 158 ok 159 ok 160 ok 161 ok 162 ok 163 ok 164 ok 165 ok 166 ok 167 ok 168 ok 169 ok 170 ok 171 ok 172 ok 173 ok 174 ok 175 ok 176 ok 177 ok 178 ok 179 ok 180 ok 181 ok 182 ok 183 ok 184 ok 185 ok 186 ok 187 ok 188 ok 189 ok 190 ok 191 ok 192 ok 193 ok 194 ok 195 ok 196 ok 197 ok 198 ok 199 ok 200 ok 201 ok 202 ok 203 ok 204 ok 205 ok 206 ok 207 ok 208 ok 209 ok 210 ok 211 ok 212 ok 213 ok 214 ok 215 ok 216 ok 217 ok 218 ok 219 ok 220 ok 221 ok 222 ok 223 ok 224 ok 225 ok 226 ok 227 ok 228 ok t/u_bo_ap2.....................1..20 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok t/u_bo_apx.....................1..5 ok 1 ok 2 ok 3 ok 4 ok 5 ok t/u_jh_va......................1..18 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok t/u_mn_va......................1..3 ok 1 ok 2 ok 3 ok t/u_ng_mst.....................# depth=1, arity=1 # V = 2, E = 2 ok 1 - Kruskal ok 2 - Prim ok 3 - Dijkstra # depth=2, arity=1 # V = 3, E = 4 ok 4 - Kruskal ok 5 - Prim ok 6 - Dijkstra # depth=3, arity=1 # V = 4, E = 6 ok 7 - Kruskal ok 8 - Prim ok 9 - Dijkstra # depth=4, arity=1 # V = 5, E = 11 ok 10 - Kruskal ok 11 - Prim ok 12 - Dijkstra # depth=1, arity=2 # V = 3, E = 4 ok 13 - Kruskal ok 14 - Prim ok 15 - Dijkstra # depth=2, arity=2 # V = 7, E = 14 ok 16 - Kruskal ok 17 - Prim ok 18 - Dijkstra # depth=3, arity=2 # V = 15, E = 42 ok 19 - Kruskal ok 20 - Prim ok 21 - Dijkstra # depth=4, arity=2 # V = 31, E = 113 ok 22 - Kruskal ok 23 - Prim ok 24 - Dijkstra # depth=1, arity=3 # V = 4, E = 6 ok 25 - Kruskal ok 26 - Prim ok 27 - Dijkstra # depth=2, arity=3 # V = 13, E = 40 ok 28 - Kruskal ok 29 - Prim ok 30 - Dijkstra # depth=3, arity=3 # V = 40, E = 144 ok 31 - Kruskal ok 32 - Prim ok 33 - Dijkstra # depth=4, arity=3 # V = 121, E = 474 ok 34 - Kruskal ok 35 - Prim ok 36 - Dijkstra # depth=10, arity=1 # V = 11, E = 31 ok 37 - Kruskal ok 38 - Prim ok 39 - Dijkstra # depth=20, arity=1 # V = 21, E = 67 ok 40 - Kruskal ok 41 - Prim ok 42 - Dijkstra # depth=30, arity=1 # V = 31, E = 107 ok 43 - Kruskal ok 44 - Prim ok 45 - Dijkstra # depth=40, arity=1 # V = 41, E = 155 ok 46 - Kruskal ok 47 - Prim ok 48 - Dijkstra # depth=1, arity=10 # V = 11, E = 31 ok 49 - Kruskal ok 50 - Prim ok 51 - Dijkstra # depth=1, arity=20 # V = 21, E = 67 ok 52 - Kruskal ok 53 - Prim ok 54 - Dijkstra # depth=1, arity=30 # V = 31, E = 105 ok 55 - Kruskal ok 56 - Prim ok 57 - Dijkstra # depth=1, arity=40 # V = 41, E = 147 ok 58 - Kruskal ok 59 - Prim ok 60 - Dijkstra 1..60 ok t/u_ng_path....................1..1196 # size = 0 # test_graph Graph::Directed # test_graph Graph::Undirected # test_tc Graph::Directed # test_tc Graph::Undirected # test_apsp Graph::Directed # test_apsp Graph::Undirected # size = 1 # test_graph Graph::Directed ok 1 - extra edge 0/0-0/0 # test_graph Graph::Undirected ok 2 - extra edge 0/0-0/0 # test_tc Graph::Directed ok 3 - edge 0/0-0/0 # test_tc Graph::Undirected ok 4 - edge 0/0-0/0 # test_apsp Graph::Directed ok 5 - edge 0/0-0/0 ok 6 - edge weight 0/0-0/0 # test_apsp Graph::Undirected ok 7 - edge 0/0-0/0 ok 8 - edge weight 0/0-0/0 # size = 2 # test_graph Graph::Directed ok 9 - extra edge 0/0-0/0 ok 10 - edge 0/0-0/1 ok 11 - edge weight on edge 0/0-0/1 ok 12 - edge 0/0-1/0 ok 13 - edge weight on edge 0/0-1/0 ok 14 - edge 0/0-1/1 ok 15 - edge weight on edge 0/0-1/1 ok 16 - extra edge 0/1-0/0 ok 17 - extra edge 0/1-0/1 ok 18 - extra edge 0/1-1/0 ok 19 - edge 0/1-1/1 ok 20 - edge weight on edge 0/1-1/1 ok 21 - extra edge 1/0-0/0 ok 22 - extra edge 1/0-0/1 ok 23 - extra edge 1/0-1/0 ok 24 - edge 1/0-1/1 ok 25 - edge weight on edge 1/0-1/1 ok 26 - extra edge 1/1-0/0 ok 27 - extra edge 1/1-0/1 ok 28 - extra edge 1/1-1/0 ok 29 - extra edge 1/1-1/1 # test_graph Graph::Undirected ok 30 - extra edge 0/0-0/0 ok 31 - edge 0/0-0/1 ok 32 - edge weight on edge 0/0-0/1 ok 33 - edge 0/0-1/0 ok 34 - edge weight on edge 0/0-1/0 ok 35 - edge 0/0-1/1 ok 36 - edge weight on edge 0/0-1/1 ok 37 - edge 0/1-0/0 ok 38 - edge weight on edge 0/1-0/0 ok 39 - extra edge 0/1-0/1 ok 40 - edge 0/1-1/0 ok 41 - edge weight on edge 0/1-1/0 ok 42 - edge 0/1-1/1 ok 43 - edge weight on edge 0/1-1/1 ok 44 - edge 1/0-0/0 ok 45 - edge weight on edge 1/0-0/0 ok 46 - edge 1/0-0/1 ok 47 - edge weight on edge 1/0-0/1 ok 48 - extra edge 1/0-1/0 ok 49 - edge 1/0-1/1 ok 50 - edge weight on edge 1/0-1/1 ok 51 - edge 1/1-0/0 ok 52 - edge weight on edge 1/1-0/0 ok 53 - edge 1/1-0/1 ok 54 - edge weight on edge 1/1-0/1 ok 55 - edge 1/1-1/0 ok 56 - edge weight on edge 1/1-1/0 ok 57 - extra edge 1/1-1/1 # test_tc Graph::Directed ok 58 - edge 0/0-0/0 ok 59 - edge 0/0-0/1 ok 60 - edge 0/0-1/0 ok 61 - edge 0/0-1/1 ok 62 - extra edge 0/1-0/0 ok 63 - edge 0/1-0/1 ok 64 - extra edge 0/1-1/0 ok 65 - edge 0/1-1/1 ok 66 - extra edge 1/0-0/0 ok 67 - extra edge 1/0-0/1 ok 68 - edge 1/0-1/0 ok 69 - edge 1/0-1/1 ok 70 - extra edge 1/1-0/0 ok 71 - extra edge 1/1-0/1 ok 72 - extra edge 1/1-1/0 ok 73 - edge 1/1-1/1 # test_tc Graph::Undirected ok 74 - edge 0/0-0/0 ok 75 - edge 0/0-0/1 ok 76 - edge 0/0-1/0 ok 77 - edge 0/0-1/1 ok 78 - edge 0/1-0/0 ok 79 - edge 0/1-0/1 ok 80 - edge 0/1-1/0 ok 81 - edge 0/1-1/1 ok 82 - edge 1/0-0/0 ok 83 - edge 1/0-0/1 ok 84 - edge 1/0-1/0 ok 85 - edge 1/0-1/1 ok 86 - edge 1/1-0/0 ok 87 - edge 1/1-0/1 ok 88 - edge 1/1-1/0 ok 89 - edge 1/1-1/1 # test_apsp Graph::Directed ok 90 - edge 0/0-0/0 ok 91 - edge weight 0/0-0/0 ok 92 - edge 0/0-0/1 ok 93 - edge weight 0/0-0/1 ok 94 - path 0/0-0/1 length does not equal weight ok 95 - path 0/0-0/1 should start at 0/0 ok 96 - adjacent nodes in path 0/0-0/1 should be distance 1 apart ok 97 - edge 0/0-1/0 ok 98 - edge weight 0/0-1/0 ok 99 - path 0/0-1/0 length does not equal weight ok 100 - path 0/0-1/0 should start at 0/0 ok 101 - adjacent nodes in path 0/0-1/0 should be distance 1 apart ok 102 - edge 0/0-1/1 ok 103 - edge weight 0/0-1/1 ok 104 - path 0/0-1/1 length does not equal weight ok 105 - path 0/0-1/1 should start at 0/0 ok 106 - adjacent nodes in path 0/0-1/1 should be distance 1 apart ok 107 - extra edge 0/1-0/0 ok 108 - edge 0/1-0/1 ok 109 - edge weight 0/1-0/1 ok 110 - extra edge 0/1-1/0 ok 111 - edge 0/1-1/1 ok 112 - edge weight 0/1-1/1 ok 113 - path 0/1-1/1 length does not equal weight ok 114 - path 0/1-1/1 should start at 0/1 ok 115 - adjacent nodes in path 0/1-1/1 should be distance 1 apart ok 116 - extra edge 1/0-0/0 ok 117 - extra edge 1/0-0/1 ok 118 - edge 1/0-1/0 ok 119 - edge weight 1/0-1/0 ok 120 - edge 1/0-1/1 ok 121 - edge weight 1/0-1/1 ok 122 - path 1/0-1/1 length does not equal weight ok 123 - path 1/0-1/1 should start at 1/0 ok 124 - adjacent nodes in path 1/0-1/1 should be distance 1 apart ok 125 - extra edge 1/1-0/0 ok 126 - extra edge 1/1-0/1 ok 127 - extra edge 1/1-1/0 ok 128 - edge 1/1-1/1 ok 129 - edge weight 1/1-1/1 # test_apsp Graph::Undirected ok 130 - edge 0/0-0/0 ok 131 - edge weight 0/0-0/0 ok 132 - edge 0/0-0/1 ok 133 - edge weight 0/0-0/1 ok 134 - path 0/0-0/1 length does not equal weight ok 135 - path 0/0-0/1 should start at 0/0 ok 136 - adjacent nodes in path 0/0-0/1 should be distance 1 apart ok 137 - edge 0/0-1/0 ok 138 - edge weight 0/0-1/0 ok 139 - path 0/0-1/0 length does not equal weight ok 140 - path 0/0-1/0 should start at 0/0 ok 141 - adjacent nodes in path 0/0-1/0 should be distance 1 apart ok 142 - edge 0/0-1/1 ok 143 - edge weight 0/0-1/1 ok 144 - path 0/0-1/1 length does not equal weight ok 145 - path 0/0-1/1 should start at 0/0 ok 146 - adjacent nodes in path 0/0-1/1 should be distance 1 apart ok 147 - edge 0/1-0/0 ok 148 - edge weight 0/1-0/0 ok 149 - path 0/1-0/0 length does not equal weight ok 150 - path 0/1-0/0 should start at 0/1 ok 151 - adjacent nodes in path 0/1-0/0 should be distance 1 apart ok 152 - edge 0/1-0/1 ok 153 - edge weight 0/1-0/1 ok 154 - edge 0/1-1/0 ok 155 - edge weight 0/1-1/0 ok 156 - path 0/1-1/0 length does not equal weight ok 157 - path 0/1-1/0 should start at 0/1 ok 158 - adjacent nodes in path 0/1-1/0 should be distance 1 apart ok 159 - edge 0/1-1/1 ok 160 - edge weight 0/1-1/1 ok 161 - path 0/1-1/1 length does not equal weight ok 162 - path 0/1-1/1 should start at 0/1 ok 163 - adjacent nodes in path 0/1-1/1 should be distance 1 apart ok 164 - edge 1/0-0/0 ok 165 - edge weight 1/0-0/0 ok 166 - path 1/0-0/0 length does not equal weight ok 167 - path 1/0-0/0 should start at 1/0 ok 168 - adjacent nodes in path 1/0-0/0 should be distance 1 apart ok 169 - edge 1/0-0/1 ok 170 - edge weight 1/0-0/1 ok 171 - path 1/0-0/1 length does not equal weight ok 172 - path 1/0-0/1 should start at 1/0 ok 173 - adjacent nodes in path 1/0-0/1 should be distance 1 apart ok 174 - edge 1/0-1/0 ok 175 - edge weight 1/0-1/0 ok 176 - edge 1/0-1/1 ok 177 - edge weight 1/0-1/1 ok 178 - path 1/0-1/1 length does not equal weight ok 179 - path 1/0-1/1 should start at 1/0 ok 180 - adjacent nodes in path 1/0-1/1 should be distance 1 apart ok 181 - edge 1/1-0/0 ok 182 - edge weight 1/1-0/0 ok 183 - path 1/1-0/0 length does not equal weight ok 184 - path 1/1-0/0 should start at 1/1 ok 185 - adjacent nodes in path 1/1-0/0 should be distance 1 apart ok 186 - edge 1/1-0/1 ok 187 - edge weight 1/1-0/1 ok 188 - path 1/1-0/1 length does not equal weight ok 189 - path 1/1-0/1 should start at 1/1 ok 190 - adjacent nodes in path 1/1-0/1 should be distance 1 apart ok 191 - edge 1/1-1/0 ok 192 - edge weight 1/1-1/0 ok 193 - path 1/1-1/0 length does not equal weight ok 194 - path 1/1-1/0 should start at 1/1 ok 195 - adjacent nodes in path 1/1-1/0 should be distance 1 apart ok 196 - edge 1/1-1/1 ok 197 - edge weight 1/1-1/1 # size = 3 # test_graph Graph::Directed ok 198 - extra edge 0/0-0/0 ok 199 - edge 0/0-0/1 ok 200 - edge weight on edge 0/0-0/1 ok 201 - extra edge 0/0-0/2 ok 202 - edge 0/0-1/0 ok 203 - edge weight on edge 0/0-1/0 ok 204 - edge 0/0-1/1 ok 205 - edge weight on edge 0/0-1/1 ok 206 - extra edge 0/0-1/2 ok 207 - extra edge 0/0-2/0 ok 208 - extra edge 0/0-2/1 ok 209 - extra edge 0/0-2/2 ok 210 - extra edge 0/1-0/0 ok 211 - extra edge 0/1-0/1 ok 212 - edge 0/1-0/2 ok 213 - edge weight on edge 0/1-0/2 ok 214 - extra edge 0/1-1/0 ok 215 - edge 0/1-1/1 ok 216 - edge weight on edge 0/1-1/1 ok 217 - edge 0/1-1/2 ok 218 - edge weight on edge 0/1-1/2 ok 219 - extra edge 0/1-2/0 ok 220 - extra edge 0/1-2/1 ok 221 - extra edge 0/1-2/2 ok 222 - extra edge 0/2-0/0 ok 223 - extra edge 0/2-0/1 ok 224 - extra edge 0/2-0/2 ok 225 - extra edge 0/2-1/0 ok 226 - extra edge 0/2-1/1 ok 227 - edge 0/2-1/2 ok 228 - edge weight on edge 0/2-1/2 ok 229 - extra edge 0/2-2/0 ok 230 - extra edge 0/2-2/1 ok 231 - extra edge 0/2-2/2 ok 232 - extra edge 1/0-0/0 ok 233 - extra edge 1/0-0/1 ok 234 - extra edge 1/0-0/2 ok 235 - extra edge 1/0-1/0 ok 236 - edge 1/0-1/1 ok 237 - edge weight on edge 1/0-1/1 ok 238 - extra edge 1/0-1/2 ok 239 - edge 1/0-2/0 ok 240 - edge weight on edge 1/0-2/0 ok 241 - edge 1/0-2/1 ok 242 - edge weight on edge 1/0-2/1 ok 243 - extra edge 1/0-2/2 ok 244 - extra edge 1/1-0/0 ok 245 - extra edge 1/1-0/1 ok 246 - extra edge 1/1-0/2 ok 247 - extra edge 1/1-1/0 ok 248 - extra edge 1/1-1/1 ok 249 - edge 1/1-1/2 ok 250 - edge weight on edge 1/1-1/2 ok 251 - extra edge 1/1-2/0 ok 252 - edge 1/1-2/1 ok 253 - edge weight on edge 1/1-2/1 ok 254 - edge 1/1-2/2 ok 255 - edge weight on edge 1/1-2/2 ok 256 - extra edge 1/2-0/0 ok 257 - extra edge 1/2-0/1 ok 258 - extra edge 1/2-0/2 ok 259 - extra edge 1/2-1/0 ok 260 - extra edge 1/2-1/1 ok 261 - extra edge 1/2-1/2 ok 262 - extra edge 1/2-2/0 ok 263 - extra edge 1/2-2/1 ok 264 - edge 1/2-2/2 ok 265 - edge weight on edge 1/2-2/2 ok 266 - extra edge 2/0-0/0 ok 267 - extra edge 2/0-0/1 ok 268 - extra edge 2/0-0/2 ok 269 - extra edge 2/0-1/0 ok 270 - extra edge 2/0-1/1 ok 271 - extra edge 2/0-1/2 ok 272 - extra edge 2/0-2/0 ok 273 - edge 2/0-2/1 ok 274 - edge weight on edge 2/0-2/1 ok 275 - extra edge 2/0-2/2 ok 276 - extra edge 2/1-0/0 ok 277 - extra edge 2/1-0/1 ok 278 - extra edge 2/1-0/2 ok 279 - extra edge 2/1-1/0 ok 280 - extra edge 2/1-1/1 ok 281 - extra edge 2/1-1/2 ok 282 - extra edge 2/1-2/0 ok 283 - extra edge 2/1-2/1 ok 284 - edge 2/1-2/2 ok 285 - edge weight on edge 2/1-2/2 ok 286 - extra edge 2/2-0/0 ok 287 - extra edge 2/2-0/1 ok 288 - extra edge 2/2-0/2 ok 289 - extra edge 2/2-1/0 ok 290 - extra edge 2/2-1/1 ok 291 - extra edge 2/2-1/2 ok 292 - extra edge 2/2-2/0 ok 293 - extra edge 2/2-2/1 ok 294 - extra edge 2/2-2/2 # test_graph Graph::Undirected ok 295 - extra edge 0/0-0/0 ok 296 - edge 0/0-0/1 ok 297 - edge weight on edge 0/0-0/1 ok 298 - extra edge 0/0-0/2 ok 299 - edge 0/0-1/0 ok 300 - edge weight on edge 0/0-1/0 ok 301 - edge 0/0-1/1 ok 302 - edge weight on edge 0/0-1/1 ok 303 - extra edge 0/0-1/2 ok 304 - extra edge 0/0-2/0 ok 305 - extra edge 0/0-2/1 ok 306 - extra edge 0/0-2/2 ok 307 - edge 0/1-0/0 ok 308 - edge weight on edge 0/1-0/0 ok 309 - extra edge 0/1-0/1 ok 310 - edge 0/1-0/2 ok 311 - edge weight on edge 0/1-0/2 ok 312 - edge 0/1-1/0 ok 313 - edge weight on edge 0/1-1/0 ok 314 - edge 0/1-1/1 ok 315 - edge weight on edge 0/1-1/1 ok 316 - edge 0/1-1/2 ok 317 - edge weight on edge 0/1-1/2 ok 318 - extra edge 0/1-2/0 ok 319 - extra edge 0/1-2/1 ok 320 - extra edge 0/1-2/2 ok 321 - extra edge 0/2-0/0 ok 322 - edge 0/2-0/1 ok 323 - edge weight on edge 0/2-0/1 ok 324 - extra edge 0/2-0/2 ok 325 - extra edge 0/2-1/0 ok 326 - edge 0/2-1/1 ok 327 - edge weight on edge 0/2-1/1 ok 328 - edge 0/2-1/2 ok 329 - edge weight on edge 0/2-1/2 ok 330 - extra edge 0/2-2/0 ok 331 - extra edge 0/2-2/1 ok 332 - extra edge 0/2-2/2 ok 333 - edge 1/0-0/0 ok 334 - edge weight on edge 1/0-0/0 ok 335 - edge 1/0-0/1 ok 336 - edge weight on edge 1/0-0/1 ok 337 - extra edge 1/0-0/2 ok 338 - extra edge 1/0-1/0 ok 339 - edge 1/0-1/1 ok 340 - edge weight on edge 1/0-1/1 ok 341 - extra edge 1/0-1/2 ok 342 - edge 1/0-2/0 ok 343 - edge weight on edge 1/0-2/0 ok 344 - edge 1/0-2/1 ok 345 - edge weight on edge 1/0-2/1 ok 346 - extra edge 1/0-2/2 ok 347 - edge 1/1-0/0 ok 348 - edge weight on edge 1/1-0/0 ok 349 - edge 1/1-0/1 ok 350 - edge weight on edge 1/1-0/1 ok 351 - edge 1/1-0/2 ok 352 - edge weight on edge 1/1-0/2 ok 353 - edge 1/1-1/0 ok 354 - edge weight on edge 1/1-1/0 ok 355 - extra edge 1/1-1/1 ok 356 - edge 1/1-1/2 ok 357 - edge weight on edge 1/1-1/2 ok 358 - edge 1/1-2/0 ok 359 - edge weight on edge 1/1-2/0 ok 360 - edge 1/1-2/1 ok 361 - edge weight on edge 1/1-2/1 ok 362 - edge 1/1-2/2 ok 363 - edge weight on edge 1/1-2/2 ok 364 - extra edge 1/2-0/0 ok 365 - edge 1/2-0/1 ok 366 - edge weight on edge 1/2-0/1 ok 367 - edge 1/2-0/2 ok 368 - edge weight on edge 1/2-0/2 ok 369 - extra edge 1/2-1/0 ok 370 - edge 1/2-1/1 ok 371 - edge weight on edge 1/2-1/1 ok 372 - extra edge 1/2-1/2 ok 373 - extra edge 1/2-2/0 ok 374 - edge 1/2-2/1 ok 375 - edge weight on edge 1/2-2/1 ok 376 - edge 1/2-2/2 ok 377 - edge weight on edge 1/2-2/2 ok 378 - extra edge 2/0-0/0 ok 379 - extra edge 2/0-0/1 ok 380 - extra edge 2/0-0/2 ok 381 - edge 2/0-1/0 ok 382 - edge weight on edge 2/0-1/0 ok 383 - edge 2/0-1/1 ok 384 - edge weight on edge 2/0-1/1 ok 385 - extra edge 2/0-1/2 ok 386 - extra edge 2/0-2/0 ok 387 - edge 2/0-2/1 ok 388 - edge weight on edge 2/0-2/1 ok 389 - extra edge 2/0-2/2 ok 390 - extra edge 2/1-0/0 ok 391 - extra edge 2/1-0/1 ok 392 - extra edge 2/1-0/2 ok 393 - edge 2/1-1/0 ok 394 - edge weight on edge 2/1-1/0 ok 395 - edge 2/1-1/1 ok 396 - edge weight on edge 2/1-1/1 ok 397 - edge 2/1-1/2 ok 398 - edge weight on edge 2/1-1/2 ok 399 - edge 2/1-2/0 ok 400 - edge weight on edge 2/1-2/0 ok 401 - extra edge 2/1-2/1 ok 402 - edge 2/1-2/2 ok 403 - edge weight on edge 2/1-2/2 ok 404 - extra edge 2/2-0/0 ok 405 - extra edge 2/2-0/1 ok 406 - extra edge 2/2-0/2 ok 407 - extra edge 2/2-1/0 ok 408 - edge 2/2-1/1 ok 409 - edge weight on edge 2/2-1/1 ok 410 - edge 2/2-1/2 ok 411 - edge weight on edge 2/2-1/2 ok 412 - extra edge 2/2-2/0 ok 413 - edge 2/2-2/1 ok 414 - edge weight on edge 2/2-2/1 ok 415 - extra edge 2/2-2/2 # test_tc Graph::Directed ok 416 - edge 0/0-0/0 ok 417 - edge 0/0-0/1 ok 418 - edge 0/0-0/2 ok 419 - edge 0/0-1/0 ok 420 - edge 0/0-1/1 ok 421 - edge 0/0-1/2 ok 422 - edge 0/0-2/0 ok 423 - edge 0/0-2/1 ok 424 - edge 0/0-2/2 ok 425 - extra edge 0/1-0/0 ok 426 - edge 0/1-0/1 ok 427 - edge 0/1-0/2 ok 428 - extra edge 0/1-1/0 ok 429 - edge 0/1-1/1 ok 430 - edge 0/1-1/2 ok 431 - extra edge 0/1-2/0 ok 432 - edge 0/1-2/1 ok 433 - edge 0/1-2/2 ok 434 - extra edge 0/2-0/0 ok 435 - extra edge 0/2-0/1 ok 436 - edge 0/2-0/2 ok 437 - extra edge 0/2-1/0 ok 438 - extra edge 0/2-1/1 ok 439 - edge 0/2-1/2 ok 440 - extra edge 0/2-2/0 ok 441 - extra edge 0/2-2/1 ok 442 - edge 0/2-2/2 ok 443 - extra edge 1/0-0/0 ok 444 - extra edge 1/0-0/1 ok 445 - extra edge 1/0-0/2 ok 446 - edge 1/0-1/0 ok 447 - edge 1/0-1/1 ok 448 - edge 1/0-1/2 ok 449 - edge 1/0-2/0 ok 450 - edge 1/0-2/1 ok 451 - edge 1/0-2/2 ok 452 - extra edge 1/1-0/0 ok 453 - extra edge 1/1-0/1 ok 454 - extra edge 1/1-0/2 ok 455 - extra edge 1/1-1/0 ok 456 - edge 1/1-1/1 ok 457 - edge 1/1-1/2 ok 458 - extra edge 1/1-2/0 ok 459 - edge 1/1-2/1 ok 460 - edge 1/1-2/2 ok 461 - extra edge 1/2-0/0 ok 462 - extra edge 1/2-0/1 ok 463 - extra edge 1/2-0/2 ok 464 - extra edge 1/2-1/0 ok 465 - extra edge 1/2-1/1 ok 466 - edge 1/2-1/2 ok 467 - extra edge 1/2-2/0 ok 468 - extra edge 1/2-2/1 ok 469 - edge 1/2-2/2 ok 470 - extra edge 2/0-0/0 ok 471 - extra edge 2/0-0/1 ok 472 - extra edge 2/0-0/2 ok 473 - extra edge 2/0-1/0 ok 474 - extra edge 2/0-1/1 ok 475 - extra edge 2/0-1/2 ok 476 - edge 2/0-2/0 ok 477 - edge 2/0-2/1 ok 478 - edge 2/0-2/2 ok 479 - extra edge 2/1-0/0 ok 480 - extra edge 2/1-0/1 ok 481 - extra edge 2/1-0/2 ok 482 - extra edge 2/1-1/0 ok 483 - extra edge 2/1-1/1 ok 484 - extra edge 2/1-1/2 ok 485 - extra edge 2/1-2/0 ok 486 - edge 2/1-2/1 ok 487 - edge 2/1-2/2 ok 488 - extra edge 2/2-0/0 ok 489 - extra edge 2/2-0/1 ok 490 - extra edge 2/2-0/2 ok 491 - extra edge 2/2-1/0 ok 492 - extra edge 2/2-1/1 ok 493 - extra edge 2/2-1/2 ok 494 - extra edge 2/2-2/0 ok 495 - extra edge 2/2-2/1 ok 496 - edge 2/2-2/2 # test_tc Graph::Undirected ok 497 - edge 0/0-0/0 ok 498 - edge 0/0-0/1 ok 499 - edge 0/0-0/2 ok 500 - edge 0/0-1/0 ok 501 - edge 0/0-1/1 ok 502 - edge 0/0-1/2 ok 503 - edge 0/0-2/0 ok 504 - edge 0/0-2/1 ok 505 - edge 0/0-2/2 ok 506 - edge 0/1-0/0 ok 507 - edge 0/1-0/1 ok 508 - edge 0/1-0/2 ok 509 - edge 0/1-1/0 ok 510 - edge 0/1-1/1 ok 511 - edge 0/1-1/2 ok 512 - edge 0/1-2/0 ok 513 - edge 0/1-2/1 ok 514 - edge 0/1-2/2 ok 515 - edge 0/2-0/0 ok 516 - edge 0/2-0/1 ok 517 - edge 0/2-0/2 ok 518 - edge 0/2-1/0 ok 519 - edge 0/2-1/1 ok 520 - edge 0/2-1/2 ok 521 - edge 0/2-2/0 ok 522 - edge 0/2-2/1 ok 523 - edge 0/2-2/2 ok 524 - edge 1/0-0/0 ok 525 - edge 1/0-0/1 ok 526 - edge 1/0-0/2 ok 527 - edge 1/0-1/0 ok 528 - edge 1/0-1/1 ok 529 - edge 1/0-1/2 ok 530 - edge 1/0-2/0 ok 531 - edge 1/0-2/1 ok 532 - edge 1/0-2/2 ok 533 - edge 1/1-0/0 ok 534 - edge 1/1-0/1 ok 535 - edge 1/1-0/2 ok 536 - edge 1/1-1/0 ok 537 - edge 1/1-1/1 ok 538 - edge 1/1-1/2 ok 539 - edge 1/1-2/0 ok 540 - edge 1/1-2/1 ok 541 - edge 1/1-2/2 ok 542 - edge 1/2-0/0 ok 543 - edge 1/2-0/1 ok 544 - edge 1/2-0/2 ok 545 - edge 1/2-1/0 ok 546 - edge 1/2-1/1 ok 547 - edge 1/2-1/2 ok 548 - edge 1/2-2/0 ok 549 - edge 1/2-2/1 ok 550 - edge 1/2-2/2 ok 551 - edge 2/0-0/0 ok 552 - edge 2/0-0/1 ok 553 - edge 2/0-0/2 ok 554 - edge 2/0-1/0 ok 555 - edge 2/0-1/1 ok 556 - edge 2/0-1/2 ok 557 - edge 2/0-2/0 ok 558 - edge 2/0-2/1 ok 559 - edge 2/0-2/2 ok 560 - edge 2/1-0/0 ok 561 - edge 2/1-0/1 ok 562 - edge 2/1-0/2 ok 563 - edge 2/1-1/0 ok 564 - edge 2/1-1/1 ok 565 - edge 2/1-1/2 ok 566 - edge 2/1-2/0 ok 567 - edge 2/1-2/1 ok 568 - edge 2/1-2/2 ok 569 - edge 2/2-0/0 ok 570 - edge 2/2-0/1 ok 571 - edge 2/2-0/2 ok 572 - edge 2/2-1/0 ok 573 - edge 2/2-1/1 ok 574 - edge 2/2-1/2 ok 575 - edge 2/2-2/0 ok 576 - edge 2/2-2/1 ok 577 - edge 2/2-2/2 # test_apsp Graph::Directed ok 578 - edge 0/0-0/0 ok 579 - edge weight 0/0-0/0 ok 580 - edge 0/0-0/1 ok 581 - edge weight 0/0-0/1 ok 582 - path 0/0-0/1 length does not equal weight ok 583 - path 0/0-0/1 should start at 0/0 ok 584 - adjacent nodes in path 0/0-0/1 should be distance 1 apart ok 585 - edge 0/0-0/2 ok 586 - edge weight 0/0-0/2 ok 587 - path 0/0-0/2 length does not equal weight ok 588 - path 0/0-0/2 should start at 0/0 ok 589 - adjacent nodes in path 0/0-0/2 should be distance 1 apart ok 590 - adjacent nodes in path 0/0-0/2 should be distance 1 apart ok 591 - edge 0/0-1/0 ok 592 - edge weight 0/0-1/0 ok 593 - path 0/0-1/0 length does not equal weight ok 594 - path 0/0-1/0 should start at 0/0 ok 595 - adjacent nodes in path 0/0-1/0 should be distance 1 apart ok 596 - edge 0/0-1/1 ok 597 - edge weight 0/0-1/1 ok 598 - path 0/0-1/1 length does not equal weight ok 599 - path 0/0-1/1 should start at 0/0 ok 600 - adjacent nodes in path 0/0-1/1 should be distance 1 apart ok 601 - edge 0/0-1/2 ok 602 - edge weight 0/0-1/2 ok 603 - path 0/0-1/2 length does not equal weight ok 604 - path 0/0-1/2 should start at 0/0 ok 605 - adjacent nodes in path 0/0-1/2 should be distance 1 apart ok 606 - adjacent nodes in path 0/0-1/2 should be distance 1 apart ok 607 - edge 0/0-2/0 ok 608 - edge weight 0/0-2/0 ok 609 - path 0/0-2/0 length does not equal weight ok 610 - path 0/0-2/0 should start at 0/0 ok 611 - adjacent nodes in path 0/0-2/0 should be distance 1 apart ok 612 - adjacent nodes in path 0/0-2/0 should be distance 1 apart ok 613 - edge 0/0-2/1 ok 614 - edge weight 0/0-2/1 ok 615 - path 0/0-2/1 length does not equal weight ok 616 - path 0/0-2/1 should start at 0/0 ok 617 - adjacent nodes in path 0/0-2/1 should be distance 1 apart ok 618 - adjacent nodes in path 0/0-2/1 should be distance 1 apart ok 619 - edge 0/0-2/2 ok 620 - edge weight 0/0-2/2 ok 621 - path 0/0-2/2 length does not equal weight ok 622 - path 0/0-2/2 should start at 0/0 ok 623 - adjacent nodes in path 0/0-2/2 should be distance 1 apart ok 624 - adjacent nodes in path 0/0-2/2 should be distance 1 apart ok 625 - extra edge 0/1-0/0 ok 626 - edge 0/1-0/1 ok 627 - edge weight 0/1-0/1 ok 628 - edge 0/1-0/2 ok 629 - edge weight 0/1-0/2 ok 630 - path 0/1-0/2 length does not equal weight ok 631 - path 0/1-0/2 should start at 0/1 ok 632 - adjacent nodes in path 0/1-0/2 should be distance 1 apart ok 633 - extra edge 0/1-1/0 ok 634 - edge 0/1-1/1 ok 635 - edge weight 0/1-1/1 ok 636 - path 0/1-1/1 length does not equal weight ok 637 - path 0/1-1/1 should start at 0/1 ok 638 - adjacent nodes in path 0/1-1/1 should be distance 1 apart ok 639 - edge 0/1-1/2 ok 640 - edge weight 0/1-1/2 ok 641 - path 0/1-1/2 length does not equal weight ok 642 - path 0/1-1/2 should start at 0/1 ok 643 - adjacent nodes in path 0/1-1/2 should be distance 1 apart ok 644 - extra edge 0/1-2/0 ok 645 - edge 0/1-2/1 ok 646 - edge weight 0/1-2/1 ok 647 - path 0/1-2/1 length does not equal weight ok 648 - path 0/1-2/1 should start at 0/1 ok 649 - adjacent nodes in path 0/1-2/1 should be distance 1 apart ok 650 - adjacent nodes in path 0/1-2/1 should be distance 1 apart ok 651 - edge 0/1-2/2 ok 652 - edge weight 0/1-2/2 ok 653 - path 0/1-2/2 length does not equal weight ok 654 - path 0/1-2/2 should start at 0/1 ok 655 - adjacent nodes in path 0/1-2/2 should be distance 1 apart ok 656 - adjacent nodes in path 0/1-2/2 should be distance 1 apart ok 657 - extra edge 0/2-0/0 ok 658 - extra edge 0/2-0/1 ok 659 - edge 0/2-0/2 ok 660 - edge weight 0/2-0/2 ok 661 - extra edge 0/2-1/0 ok 662 - extra edge 0/2-1/1 ok 663 - edge 0/2-1/2 ok 664 - edge weight 0/2-1/2 ok 665 - path 0/2-1/2 length does not equal weight ok 666 - path 0/2-1/2 should start at 0/2 ok 667 - adjacent nodes in path 0/2-1/2 should be distance 1 apart ok 668 - extra edge 0/2-2/0 ok 669 - extra edge 0/2-2/1 ok 670 - edge 0/2-2/2 ok 671 - edge weight 0/2-2/2 ok 672 - path 0/2-2/2 length does not equal weight ok 673 - path 0/2-2/2 should start at 0/2 ok 674 - adjacent nodes in path 0/2-2/2 should be distance 1 apart ok 675 - adjacent nodes in path 0/2-2/2 should be distance 1 apart ok 676 - extra edge 1/0-0/0 ok 677 - extra edge 1/0-0/1 ok 678 - extra edge 1/0-0/2 ok 679 - edge 1/0-1/0 ok 680 - edge weight 1/0-1/0 ok 681 - edge 1/0-1/1 ok 682 - edge weight 1/0-1/1 ok 683 - path 1/0-1/1 length does not equal weight ok 684 - path 1/0-1/1 should start at 1/0 ok 685 - adjacent nodes in path 1/0-1/1 should be distance 1 apart ok 686 - edge 1/0-1/2 ok 687 - edge weight 1/0-1/2 ok 688 - path 1/0-1/2 length does not equal weight ok 689 - path 1/0-1/2 should start at 1/0 ok 690 - adjacent nodes in path 1/0-1/2 should be distance 1 apart ok 691 - adjacent nodes in path 1/0-1/2 should be distance 1 apart ok 692 - edge 1/0-2/0 ok 693 - edge weight 1/0-2/0 ok 694 - path 1/0-2/0 length does not equal weight ok 695 - path 1/0-2/0 should start at 1/0 ok 696 - adjacent nodes in path 1/0-2/0 should be distance 1 apart ok 697 - edge 1/0-2/1 ok 698 - edge weight 1/0-2/1 ok 699 - path 1/0-2/1 length does not equal weight ok 700 - path 1/0-2/1 should start at 1/0 ok 701 - adjacent nodes in path 1/0-2/1 should be distance 1 apart ok 702 - edge 1/0-2/2 ok 703 - edge weight 1/0-2/2 ok 704 - path 1/0-2/2 length does not equal weight ok 705 - path 1/0-2/2 should start at 1/0 ok 706 - adjacent nodes in path 1/0-2/2 should be distance 1 apart ok 707 - adjacent nodes in path 1/0-2/2 should be distance 1 apart ok 708 - extra edge 1/1-0/0 ok 709 - extra edge 1/1-0/1 ok 710 - extra edge 1/1-0/2 ok 711 - extra edge 1/1-1/0 ok 712 - edge 1/1-1/1 ok 713 - edge weight 1/1-1/1 ok 714 - edge 1/1-1/2 ok 715 - edge weight 1/1-1/2 ok 716 - path 1/1-1/2 length does not equal weight ok 717 - path 1/1-1/2 should start at 1/1 ok 718 - adjacent nodes in path 1/1-1/2 should be distance 1 apart ok 719 - extra edge 1/1-2/0 ok 720 - edge 1/1-2/1 ok 721 - edge weight 1/1-2/1 ok 722 - path 1/1-2/1 length does not equal weight ok 723 - path 1/1-2/1 should start at 1/1 ok 724 - adjacent nodes in path 1/1-2/1 should be distance 1 apart ok 725 - edge 1/1-2/2 ok 726 - edge weight 1/1-2/2 ok 727 - path 1/1-2/2 length does not equal weight ok 728 - path 1/1-2/2 should start at 1/1 ok 729 - adjacent nodes in path 1/1-2/2 should be distance 1 apart ok 730 - extra edge 1/2-0/0 ok 731 - extra edge 1/2-0/1 ok 732 - extra edge 1/2-0/2 ok 733 - extra edge 1/2-1/0 ok 734 - extra edge 1/2-1/1 ok 735 - edge 1/2-1/2 ok 736 - edge weight 1/2-1/2 ok 737 - extra edge 1/2-2/0 ok 738 - extra edge 1/2-2/1 ok 739 - edge 1/2-2/2 ok 740 - edge weight 1/2-2/2 ok 741 - path 1/2-2/2 length does not equal weight ok 742 - path 1/2-2/2 should start at 1/2 ok 743 - adjacent nodes in path 1/2-2/2 should be distance 1 apart ok 744 - extra edge 2/0-0/0 ok 745 - extra edge 2/0-0/1 ok 746 - extra edge 2/0-0/2 ok 747 - extra edge 2/0-1/0 ok 748 - extra edge 2/0-1/1 ok 749 - extra edge 2/0-1/2 ok 750 - edge 2/0-2/0 ok 751 - edge weight 2/0-2/0 ok 752 - edge 2/0-2/1 ok 753 - edge weight 2/0-2/1 ok 754 - path 2/0-2/1 length does not equal weight ok 755 - path 2/0-2/1 should start at 2/0 ok 756 - adjacent nodes in path 2/0-2/1 should be distance 1 apart ok 757 - edge 2/0-2/2 ok 758 - edge weight 2/0-2/2 ok 759 - path 2/0-2/2 length does not equal weight ok 760 - path 2/0-2/2 should start at 2/0 ok 761 - adjacent nodes in path 2/0-2/2 should be distance 1 apart ok 762 - adjacent nodes in path 2/0-2/2 should be distance 1 apart ok 763 - extra edge 2/1-0/0 ok 764 - extra edge 2/1-0/1 ok 765 - extra edge 2/1-0/2 ok 766 - extra edge 2/1-1/0 ok 767 - extra edge 2/1-1/1 ok 768 - extra edge 2/1-1/2 ok 769 - extra edge 2/1-2/0 ok 770 - edge 2/1-2/1 ok 771 - edge weight 2/1-2/1 ok 772 - edge 2/1-2/2 ok 773 - edge weight 2/1-2/2 ok 774 - path 2/1-2/2 length does not equal weight ok 775 - path 2/1-2/2 should start at 2/1 ok 776 - adjacent nodes in path 2/1-2/2 should be distance 1 apart ok 777 - extra edge 2/2-0/0 ok 778 - extra edge 2/2-0/1 ok 779 - extra edge 2/2-0/2 ok 780 - extra edge 2/2-1/0 ok 781 - extra edge 2/2-1/1 ok 782 - extra edge 2/2-1/2 ok 783 - extra edge 2/2-2/0 ok 784 - extra edge 2/2-2/1 ok 785 - edge 2/2-2/2 ok 786 - edge weight 2/2-2/2 # test_apsp Graph::Undirected ok 787 - edge 0/0-0/0 ok 788 - edge weight 0/0-0/0 ok 789 - edge 0/0-0/1 ok 790 - edge weight 0/0-0/1 ok 791 - path 0/0-0/1 length does not equal weight ok 792 - path 0/0-0/1 should start at 0/0 ok 793 - adjacent nodes in path 0/0-0/1 should be distance 1 apart ok 794 - edge 0/0-0/2 ok 795 - edge weight 0/0-0/2 ok 796 - path 0/0-0/2 length does not equal weight ok 797 - path 0/0-0/2 should start at 0/0 ok 798 - adjacent nodes in path 0/0-0/2 should be distance 1 apart ok 799 - adjacent nodes in path 0/0-0/2 should be distance 1 apart ok 800 - edge 0/0-1/0 ok 801 - edge weight 0/0-1/0 ok 802 - path 0/0-1/0 length does not equal weight ok 803 - path 0/0-1/0 should start at 0/0 ok 804 - adjacent nodes in path 0/0-1/0 should be distance 1 apart ok 805 - edge 0/0-1/1 ok 806 - edge weight 0/0-1/1 ok 807 - path 0/0-1/1 length does not equal weight ok 808 - path 0/0-1/1 should start at 0/0 ok 809 - adjacent nodes in path 0/0-1/1 should be distance 1 apart ok 810 - edge 0/0-1/2 ok 811 - edge weight 0/0-1/2 ok 812 - path 0/0-1/2 length does not equal weight ok 813 - path 0/0-1/2 should start at 0/0 ok 814 - adjacent nodes in path 0/0-1/2 should be distance 1 apart ok 815 - adjacent nodes in path 0/0-1/2 should be distance 1 apart ok 816 - edge 0/0-2/0 ok 817 - edge weight 0/0-2/0 ok 818 - path 0/0-2/0 length does not equal weight ok 819 - path 0/0-2/0 should start at 0/0 ok 820 - adjacent nodes in path 0/0-2/0 should be distance 1 apart ok 821 - adjacent nodes in path 0/0-2/0 should be distance 1 apart ok 822 - edge 0/0-2/1 ok 823 - edge weight 0/0-2/1 ok 824 - path 0/0-2/1 length does not equal weight ok 825 - path 0/0-2/1 should start at 0/0 ok 826 - adjacent nodes in path 0/0-2/1 should be distance 1 apart ok 827 - adjacent nodes in path 0/0-2/1 should be distance 1 apart ok 828 - edge 0/0-2/2 ok 829 - edge weight 0/0-2/2 ok 830 - path 0/0-2/2 length does not equal weight ok 831 - path 0/0-2/2 should start at 0/0 ok 832 - adjacent nodes in path 0/0-2/2 should be distance 1 apart ok 833 - adjacent nodes in path 0/0-2/2 should be distance 1 apart ok 834 - edge 0/1-0/0 ok 835 - edge weight 0/1-0/0 ok 836 - path 0/1-0/0 length does not equal weight ok 837 - path 0/1-0/0 should start at 0/1 ok 838 - adjacent nodes in path 0/1-0/0 should be distance 1 apart ok 839 - edge 0/1-0/1 ok 840 - edge weight 0/1-0/1 ok 841 - edge 0/1-0/2 ok 842 - edge weight 0/1-0/2 ok 843 - path 0/1-0/2 length does not equal weight ok 844 - path 0/1-0/2 should start at 0/1 ok 845 - adjacent nodes in path 0/1-0/2 should be distance 1 apart ok 846 - edge 0/1-1/0 ok 847 - edge weight 0/1-1/0 ok 848 - path 0/1-1/0 length does not equal weight ok 849 - path 0/1-1/0 should start at 0/1 ok 850 - adjacent nodes in path 0/1-1/0 should be distance 1 apart ok 851 - edge 0/1-1/1 ok 852 - edge weight 0/1-1/1 ok 853 - path 0/1-1/1 length does not equal weight ok 854 - path 0/1-1/1 should start at 0/1 ok 855 - adjacent nodes in path 0/1-1/1 should be distance 1 apart ok 856 - edge 0/1-1/2 ok 857 - edge weight 0/1-1/2 ok 858 - path 0/1-1/2 length does not equal weight ok 859 - path 0/1-1/2 should start at 0/1 ok 860 - adjacent nodes in path 0/1-1/2 should be distance 1 apart ok 861 - edge 0/1-2/0 ok 862 - edge weight 0/1-2/0 ok 863 - path 0/1-2/0 length does not equal weight ok 864 - path 0/1-2/0 should start at 0/1 ok 865 - adjacent nodes in path 0/1-2/0 should be distance 1 apart ok 866 - adjacent nodes in path 0/1-2/0 should be distance 1 apart ok 867 - edge 0/1-2/1 ok 868 - edge weight 0/1-2/1 ok 869 - path 0/1-2/1 length does not equal weight ok 870 - path 0/1-2/1 should start at 0/1 ok 871 - adjacent nodes in path 0/1-2/1 should be distance 1 apart ok 872 - adjacent nodes in path 0/1-2/1 should be distance 1 apart ok 873 - edge 0/1-2/2 ok 874 - edge weight 0/1-2/2 ok 875 - path 0/1-2/2 length does not equal weight ok 876 - path 0/1-2/2 should start at 0/1 ok 877 - adjacent nodes in path 0/1-2/2 should be distance 1 apart ok 878 - adjacent nodes in path 0/1-2/2 should be distance 1 apart ok 879 - edge 0/2-0/0 ok 880 - edge weight 0/2-0/0 ok 881 - path 0/2-0/0 length does not equal weight ok 882 - path 0/2-0/0 should start at 0/2 ok 883 - adjacent nodes in path 0/2-0/0 should be distance 1 apart ok 884 - adjacent nodes in path 0/2-0/0 should be distance 1 apart ok 885 - edge 0/2-0/1 ok 886 - edge weight 0/2-0/1 ok 887 - path 0/2-0/1 length does not equal weight ok 888 - path 0/2-0/1 should start at 0/2 ok 889 - adjacent nodes in path 0/2-0/1 should be distance 1 apart ok 890 - edge 0/2-0/2 ok 891 - edge weight 0/2-0/2 ok 892 - edge 0/2-1/0 ok 893 - edge weight 0/2-1/0 ok 894 - path 0/2-1/0 length does not equal weight ok 895 - path 0/2-1/0 should start at 0/2 ok 896 - adjacent nodes in path 0/2-1/0 should be distance 1 apart ok 897 - adjacent nodes in path 0/2-1/0 should be distance 1 apart ok 898 - edge 0/2-1/1 ok 899 - edge weight 0/2-1/1 ok 900 - path 0/2-1/1 length does not equal weight ok 901 - path 0/2-1/1 should start at 0/2 ok 902 - adjacent nodes in path 0/2-1/1 should be distance 1 apart ok 903 - edge 0/2-1/2 ok 904 - edge weight 0/2-1/2 ok 905 - path 0/2-1/2 length does not equal weight ok 906 - path 0/2-1/2 should start at 0/2 ok 907 - adjacent nodes in path 0/2-1/2 should be distance 1 apart ok 908 - edge 0/2-2/0 ok 909 - edge weight 0/2-2/0 ok 910 - path 0/2-2/0 length does not equal weight ok 911 - path 0/2-2/0 should start at 0/2 ok 912 - adjacent nodes in path 0/2-2/0 should be distance 1 apart ok 913 - adjacent nodes in path 0/2-2/0 should be distance 1 apart ok 914 - edge 0/2-2/1 ok 915 - edge weight 0/2-2/1 ok 916 - path 0/2-2/1 length does not equal weight ok 917 - path 0/2-2/1 should start at 0/2 ok 918 - adjacent nodes in path 0/2-2/1 should be distance 1 apart ok 919 - adjacent nodes in path 0/2-2/1 should be distance 1 apart ok 920 - edge 0/2-2/2 ok 921 - edge weight 0/2-2/2 ok 922 - path 0/2-2/2 length does not equal weight ok 923 - path 0/2-2/2 should start at 0/2 ok 924 - adjacent nodes in path 0/2-2/2 should be distance 1 apart ok 925 - adjacent nodes in path 0/2-2/2 should be distance 1 apart ok 926 - edge 1/0-0/0 ok 927 - edge weight 1/0-0/0 ok 928 - path 1/0-0/0 length does not equal weight ok 929 - path 1/0-0/0 should start at 1/0 ok 930 - adjacent nodes in path 1/0-0/0 should be distance 1 apart ok 931 - edge 1/0-0/1 ok 932 - edge weight 1/0-0/1 ok 933 - path 1/0-0/1 length does not equal weight ok 934 - path 1/0-0/1 should start at 1/0 ok 935 - adjacent nodes in path 1/0-0/1 should be distance 1 apart ok 936 - edge 1/0-0/2 ok 937 - edge weight 1/0-0/2 ok 938 - path 1/0-0/2 length does not equal weight ok 939 - path 1/0-0/2 should start at 1/0 ok 940 - adjacent nodes in path 1/0-0/2 should be distance 1 apart ok 941 - adjacent nodes in path 1/0-0/2 should be distance 1 apart ok 942 - edge 1/0-1/0 ok 943 - edge weight 1/0-1/0 ok 944 - edge 1/0-1/1 ok 945 - edge weight 1/0-1/1 ok 946 - path 1/0-1/1 length does not equal weight ok 947 - path 1/0-1/1 should start at 1/0 ok 948 - adjacent nodes in path 1/0-1/1 should be distance 1 apart ok 949 - edge 1/0-1/2 ok 950 - edge weight 1/0-1/2 ok 951 - path 1/0-1/2 length does not equal weight ok 952 - path 1/0-1/2 should start at 1/0 ok 953 - adjacent nodes in path 1/0-1/2 should be distance 1 apart ok 954 - adjacent nodes in path 1/0-1/2 should be distance 1 apart ok 955 - edge 1/0-2/0 ok 956 - edge weight 1/0-2/0 ok 957 - path 1/0-2/0 length does not equal weight ok 958 - path 1/0-2/0 should start at 1/0 ok 959 - adjacent nodes in path 1/0-2/0 should be distance 1 apart ok 960 - edge 1/0-2/1 ok 961 - edge weight 1/0-2/1 ok 962 - path 1/0-2/1 length does not equal weight ok 963 - path 1/0-2/1 should start at 1/0 ok 964 - adjacent nodes in path 1/0-2/1 should be distance 1 apart ok 965 - edge 1/0-2/2 ok 966 - edge weight 1/0-2/2 ok 967 - path 1/0-2/2 length does not equal weight ok 968 - path 1/0-2/2 should start at 1/0 ok 969 - adjacent nodes in path 1/0-2/2 should be distance 1 apart ok 970 - adjacent nodes in path 1/0-2/2 should be distance 1 apart ok 971 - edge 1/1-0/0 ok 972 - edge weight 1/1-0/0 ok 973 - path 1/1-0/0 length does not equal weight ok 974 - path 1/1-0/0 should start at 1/1 ok 975 - adjacent nodes in path 1/1-0/0 should be distance 1 apart ok 976 - edge 1/1-0/1 ok 977 - edge weight 1/1-0/1 ok 978 - path 1/1-0/1 length does not equal weight ok 979 - path 1/1-0/1 should start at 1/1 ok 980 - adjacent nodes in path 1/1-0/1 should be distance 1 apart ok 981 - edge 1/1-0/2 ok 982 - edge weight 1/1-0/2 ok 983 - path 1/1-0/2 length does not equal weight ok 984 - path 1/1-0/2 should start at 1/1 ok 985 - adjacent nodes in path 1/1-0/2 should be distance 1 apart ok 986 - edge 1/1-1/0 ok 987 - edge weight 1/1-1/0 ok 988 - path 1/1-1/0 length does not equal weight ok 989 - path 1/1-1/0 should start at 1/1 ok 990 - adjacent nodes in path 1/1-1/0 should be distance 1 apart ok 991 - edge 1/1-1/1 ok 992 - edge weight 1/1-1/1 ok 993 - edge 1/1-1/2 ok 994 - edge weight 1/1-1/2 ok 995 - path 1/1-1/2 length does not equal weight ok 996 - path 1/1-1/2 should start at 1/1 ok 997 - adjacent nodes in path 1/1-1/2 should be distance 1 apart ok 998 - edge 1/1-2/0 ok 999 - edge weight 1/1-2/0 ok 1000 - path 1/1-2/0 length does not equal weight ok 1001 - path 1/1-2/0 should start at 1/1 ok 1002 - adjacent nodes in path 1/1-2/0 should be distance 1 apart ok 1003 - edge 1/1-2/1 ok 1004 - edge weight 1/1-2/1 ok 1005 - path 1/1-2/1 length does not equal weight ok 1006 - path 1/1-2/1 should start at 1/1 ok 1007 - adjacent nodes in path 1/1-2/1 should be distance 1 apart ok 1008 - edge 1/1-2/2 ok 1009 - edge weight 1/1-2/2 ok 1010 - path 1/1-2/2 length does not equal weight ok 1011 - path 1/1-2/2 should start at 1/1 ok 1012 - adjacent nodes in path 1/1-2/2 should be distance 1 apart ok 1013 - edge 1/2-0/0 ok 1014 - edge weight 1/2-0/0 ok 1015 - path 1/2-0/0 length does not equal weight ok 1016 - path 1/2-0/0 should start at 1/2 ok 1017 - adjacent nodes in path 1/2-0/0 should be distance 1 apart ok 1018 - adjacent nodes in path 1/2-0/0 should be distance 1 apart ok 1019 - edge 1/2-0/1 ok 1020 - edge weight 1/2-0/1 ok 1021 - path 1/2-0/1 length does not equal weight ok 1022 - path 1/2-0/1 should start at 1/2 ok 1023 - adjacent nodes in path 1/2-0/1 should be distance 1 apart ok 1024 - edge 1/2-0/2 ok 1025 - edge weight 1/2-0/2 ok 1026 - path 1/2-0/2 length does not equal weight ok 1027 - path 1/2-0/2 should start at 1/2 ok 1028 - adjacent nodes in path 1/2-0/2 should be distance 1 apart ok 1029 - edge 1/2-1/0 ok 1030 - edge weight 1/2-1/0 ok 1031 - path 1/2-1/0 length does not equal weight ok 1032 - path 1/2-1/0 should start at 1/2 ok 1033 - adjacent nodes in path 1/2-1/0 should be distance 1 apart ok 1034 - adjacent nodes in path 1/2-1/0 should be distance 1 apart ok 1035 - edge 1/2-1/1 ok 1036 - edge weight 1/2-1/1 ok 1037 - path 1/2-1/1 length does not equal weight ok 1038 - path 1/2-1/1 should start at 1/2 ok 1039 - adjacent nodes in path 1/2-1/1 should be distance 1 apart ok 1040 - edge 1/2-1/2 ok 1041 - edge weight 1/2-1/2 ok 1042 - edge 1/2-2/0 ok 1043 - edge weight 1/2-2/0 ok 1044 - path 1/2-2/0 length does not equal weight ok 1045 - path 1/2-2/0 should start at 1/2 ok 1046 - adjacent nodes in path 1/2-2/0 should be distance 1 apart ok 1047 - adjacent nodes in path 1/2-2/0 should be distance 1 apart ok 1048 - edge 1/2-2/1 ok 1049 - edge weight 1/2-2/1 ok 1050 - path 1/2-2/1 length does not equal weight ok 1051 - path 1/2-2/1 should start at 1/2 ok 1052 - adjacent nodes in path 1/2-2/1 should be distance 1 apart ok 1053 - edge 1/2-2/2 ok 1054 - edge weight 1/2-2/2 ok 1055 - path 1/2-2/2 length does not equal weight ok 1056 - path 1/2-2/2 should start at 1/2 ok 1057 - adjacent nodes in path 1/2-2/2 should be distance 1 apart ok 1058 - edge 2/0-0/0 ok 1059 - edge weight 2/0-0/0 ok 1060 - path 2/0-0/0 length does not equal weight ok 1061 - path 2/0-0/0 should start at 2/0 ok 1062 - adjacent nodes in path 2/0-0/0 should be distance 1 apart ok 1063 - adjacent nodes in path 2/0-0/0 should be distance 1 apart ok 1064 - edge 2/0-0/1 ok 1065 - edge weight 2/0-0/1 ok 1066 - path 2/0-0/1 length does not equal weight ok 1067 - path 2/0-0/1 should start at 2/0 ok 1068 - adjacent nodes in path 2/0-0/1 should be distance 1 apart ok 1069 - adjacent nodes in path 2/0-0/1 should be distance 1 apart ok 1070 - edge 2/0-0/2 ok 1071 - edge weight 2/0-0/2 ok 1072 - path 2/0-0/2 length does not equal weight ok 1073 - path 2/0-0/2 should start at 2/0 ok 1074 - adjacent nodes in path 2/0-0/2 should be distance 1 apart ok 1075 - adjacent nodes in path 2/0-0/2 should be distance 1 apart ok 1076 - edge 2/0-1/0 ok 1077 - edge weight 2/0-1/0 ok 1078 - path 2/0-1/0 length does not equal weight ok 1079 - path 2/0-1/0 should start at 2/0 ok 1080 - adjacent nodes in path 2/0-1/0 should be distance 1 apart ok 1081 - edge 2/0-1/1 ok 1082 - edge weight 2/0-1/1 ok 1083 - path 2/0-1/1 length does not equal weight ok 1084 - path 2/0-1/1 should start at 2/0 ok 1085 - adjacent nodes in path 2/0-1/1 should be distance 1 apart ok 1086 - edge 2/0-1/2 ok 1087 - edge weight 2/0-1/2 ok 1088 - path 2/0-1/2 length does not equal weight ok 1089 - path 2/0-1/2 should start at 2/0 ok 1090 - adjacent nodes in path 2/0-1/2 should be distance 1 apart ok 1091 - adjacent nodes in path 2/0-1/2 should be distance 1 apart ok 1092 - edge 2/0-2/0 ok 1093 - edge weight 2/0-2/0 ok 1094 - edge 2/0-2/1 ok 1095 - edge weight 2/0-2/1 ok 1096 - path 2/0-2/1 length does not equal weight ok 1097 - path 2/0-2/1 should start at 2/0 ok 1098 - adjacent nodes in path 2/0-2/1 should be distance 1 apart ok 1099 - edge 2/0-2/2 ok 1100 - edge weight 2/0-2/2 ok 1101 - path 2/0-2/2 length does not equal weight ok 1102 - path 2/0-2/2 should start at 2/0 ok 1103 - adjacent nodes in path 2/0-2/2 should be distance 1 apart ok 1104 - adjacent nodes in path 2/0-2/2 should be distance 1 apart ok 1105 - edge 2/1-0/0 ok 1106 - edge weight 2/1-0/0 ok 1107 - path 2/1-0/0 length does not equal weight ok 1108 - path 2/1-0/0 should start at 2/1 ok 1109 - adjacent nodes in path 2/1-0/0 should be distance 1 apart ok 1110 - adjacent nodes in path 2/1-0/0 should be distance 1 apart ok 1111 - edge 2/1-0/1 ok 1112 - edge weight 2/1-0/1 ok 1113 - path 2/1-0/1 length does not equal weight ok 1114 - path 2/1-0/1 should start at 2/1 ok 1115 - adjacent nodes in path 2/1-0/1 should be distance 1 apart ok 1116 - adjacent nodes in path 2/1-0/1 should be distance 1 apart ok 1117 - edge 2/1-0/2 ok 1118 - edge weight 2/1-0/2 ok 1119 - path 2/1-0/2 length does not equal weight ok 1120 - path 2/1-0/2 should start at 2/1 ok 1121 - adjacent nodes in path 2/1-0/2 should be distance 1 apart ok 1122 - adjacent nodes in path 2/1-0/2 should be distance 1 apart ok 1123 - edge 2/1-1/0 ok 1124 - edge weight 2/1-1/0 ok 1125 - path 2/1-1/0 length does not equal weight ok 1126 - path 2/1-1/0 should start at 2/1 ok 1127 - adjacent nodes in path 2/1-1/0 should be distance 1 apart ok 1128 - edge 2/1-1/1 ok 1129 - edge weight 2/1-1/1 ok 1130 - path 2/1-1/1 length does not equal weight ok 1131 - path 2/1-1/1 should start at 2/1 ok 1132 - adjacent nodes in path 2/1-1/1 should be distance 1 apart ok 1133 - edge 2/1-1/2 ok 1134 - edge weight 2/1-1/2 ok 1135 - path 2/1-1/2 length does not equal weight ok 1136 - path 2/1-1/2 should start at 2/1 ok 1137 - adjacent nodes in path 2/1-1/2 should be distance 1 apart ok 1138 - edge 2/1-2/0 ok 1139 - edge weight 2/1-2/0 ok 1140 - path 2/1-2/0 length does not equal weight ok 1141 - path 2/1-2/0 should start at 2/1 ok 1142 - adjacent nodes in path 2/1-2/0 should be distance 1 apart ok 1143 - edge 2/1-2/1 ok 1144 - edge weight 2/1-2/1 ok 1145 - edge 2/1-2/2 ok 1146 - edge weight 2/1-2/2 ok 1147 - path 2/1-2/2 length does not equal weight ok 1148 - path 2/1-2/2 should start at 2/1 ok 1149 - adjacent nodes in path 2/1-2/2 should be distance 1 apart ok 1150 - edge 2/2-0/0 ok 1151 - edge weight 2/2-0/0 ok 1152 - path 2/2-0/0 length does not equal weight ok 1153 - path 2/2-0/0 should start at 2/2 ok 1154 - adjacent nodes in path 2/2-0/0 should be distance 1 apart ok 1155 - adjacent nodes in path 2/2-0/0 should be distance 1 apart ok 1156 - edge 2/2-0/1 ok 1157 - edge weight 2/2-0/1 ok 1158 - path 2/2-0/1 length does not equal weight ok 1159 - path 2/2-0/1 should start at 2/2 ok 1160 - adjacent nodes in path 2/2-0/1 should be distance 1 apart ok 1161 - adjacent nodes in path 2/2-0/1 should be distance 1 apart ok 1162 - edge 2/2-0/2 ok 1163 - edge weight 2/2-0/2 ok 1164 - path 2/2-0/2 length does not equal weight ok 1165 - path 2/2-0/2 should start at 2/2 ok 1166 - adjacent nodes in path 2/2-0/2 should be distance 1 apart ok 1167 - adjacent nodes in path 2/2-0/2 should be distance 1 apart ok 1168 - edge 2/2-1/0 ok 1169 - edge weight 2/2-1/0 ok 1170 - path 2/2-1/0 length does not equal weight ok 1171 - path 2/2-1/0 should start at 2/2 ok 1172 - adjacent nodes in path 2/2-1/0 should be distance 1 apart ok 1173 - adjacent nodes in path 2/2-1/0 should be distance 1 apart ok 1174 - edge 2/2-1/1 ok 1175 - edge weight 2/2-1/1 ok 1176 - path 2/2-1/1 length does not equal weight ok 1177 - path 2/2-1/1 should start at 2/2 ok 1178 - adjacent nodes in path 2/2-1/1 should be distance 1 apart ok 1179 - edge 2/2-1/2 ok 1180 - edge weight 2/2-1/2 ok 1181 - path 2/2-1/2 length does not equal weight ok 1182 - path 2/2-1/2 should start at 2/2 ok 1183 - adjacent nodes in path 2/2-1/2 should be distance 1 apart ok 1184 - edge 2/2-2/0 ok 1185 - edge weight 2/2-2/0 ok 1186 - path 2/2-2/0 length does not equal weight ok 1187 - path 2/2-2/0 should start at 2/2 ok 1188 - adjacent nodes in path 2/2-2/0 should be distance 1 apart ok 1189 - adjacent nodes in path 2/2-2/0 should be distance 1 apart ok 1190 - edge 2/2-2/1 ok 1191 - edge weight 2/2-2/1 ok 1192 - path 2/2-2/1 length does not equal weight ok 1193 - path 2/2-2/1 should start at 2/2 ok 1194 - adjacent nodes in path 2/2-2/1 should be distance 1 apart ok 1195 - edge 2/2-2/2 ok 1196 - edge weight 2/2-2/2 ok t/u_ng_scc.....................# Test cycle graph ok 1 - node 6 ok 2 - node 3 ok 3 - node 7 ok 4 - node 9 ok 5 - node 2 ok 6 - node 8 ok 7 - node 1 ok 8 - node 4 ok 9 - node 0 ok 10 - node 5 ok 11 - nodes 2, 2 in same component and reachable ok 12 - nodes 2, 1 in same component and reachable ok 13 - nodes 2, 0 in same component and reachable ok 14 - nodes 2, 8 in same component and reachable ok 15 - nodes 2, 6 in same component and reachable ok 16 - nodes 2, 5 in same component and reachable ok 17 - nodes 2, 4 in same component and reachable ok 18 - nodes 2, 3 in same component and reachable ok 19 - nodes 2, 7 in same component and reachable ok 20 - nodes 2, 9 in same component and reachable ok 21 - nodes 1, 2 in same component and reachable ok 22 - nodes 1, 1 in same component and reachable ok 23 - nodes 1, 0 in same component and reachable ok 24 - nodes 1, 8 in same component and reachable ok 25 - nodes 1, 6 in same component and reachable ok 26 - nodes 1, 5 in same component and reachable ok 27 - nodes 1, 4 in same component and reachable ok 28 - nodes 1, 3 in same component and reachable ok 29 - nodes 1, 7 in same component and reachable ok 30 - nodes 1, 9 in same component and reachable ok 31 - nodes 0, 2 in same component and reachable ok 32 - nodes 0, 1 in same component and reachable ok 33 - nodes 0, 0 in same component and reachable ok 34 - nodes 0, 8 in same component and reachable ok 35 - nodes 0, 6 in same component and reachable ok 36 - nodes 0, 5 in same component and reachable ok 37 - nodes 0, 4 in same component and reachable ok 38 - nodes 0, 3 in same component and reachable ok 39 - nodes 0, 7 in same component and reachable ok 40 - nodes 0, 9 in same component and reachable ok 41 - nodes 8, 2 in same component and reachable ok 42 - nodes 8, 1 in same component and reachable ok 43 - nodes 8, 0 in same component and reachable ok 44 - nodes 8, 8 in same component and reachable ok 45 - nodes 8, 6 in same component and reachable ok 46 - nodes 8, 5 in same component and reachable ok 47 - nodes 8, 4 in same component and reachable ok 48 - nodes 8, 3 in same component and reachable ok 49 - nodes 8, 7 in same component and reachable ok 50 - nodes 8, 9 in same component and reachable ok 51 - nodes 6, 2 in same component and reachable ok 52 - nodes 6, 1 in same component and reachable ok 53 - nodes 6, 0 in same component and reachable ok 54 - nodes 6, 8 in same component and reachable ok 55 - nodes 6, 6 in same component and reachable ok 56 - nodes 6, 5 in same component and reachable ok 57 - nodes 6, 4 in same component and reachable ok 58 - nodes 6, 3 in same component and reachable ok 59 - nodes 6, 7 in same component and reachable ok 60 - nodes 6, 9 in same component and reachable ok 61 - nodes 5, 2 in same component and reachable ok 62 - nodes 5, 1 in same component and reachable ok 63 - nodes 5, 0 in same component and reachable ok 64 - nodes 5, 8 in same component and reachable ok 65 - nodes 5, 6 in same component and reachable ok 66 - nodes 5, 5 in same component and reachable ok 67 - nodes 5, 4 in same component and reachable ok 68 - nodes 5, 3 in same component and reachable ok 69 - nodes 5, 7 in same component and reachable ok 70 - nodes 5, 9 in same component and reachable ok 71 - nodes 4, 2 in same component and reachable ok 72 - nodes 4, 1 in same component and reachable ok 73 - nodes 4, 0 in same component and reachable ok 74 - nodes 4, 8 in same component and reachable ok 75 - nodes 4, 6 in same component and reachable ok 76 - nodes 4, 5 in same component and reachable ok 77 - nodes 4, 4 in same component and reachable ok 78 - nodes 4, 3 in same component and reachable ok 79 - nodes 4, 7 in same component and reachable ok 80 - nodes 4, 9 in same component and reachable ok 81 - nodes 3, 2 in same component and reachable ok 82 - nodes 3, 1 in same component and reachable ok 83 - nodes 3, 0 in same component and reachable ok 84 - nodes 3, 8 in same component and reachable ok 85 - nodes 3, 6 in same component and reachable ok 86 - nodes 3, 5 in same component and reachable ok 87 - nodes 3, 4 in same component and reachable ok 88 - nodes 3, 3 in same component and reachable ok 89 - nodes 3, 7 in same component and reachable ok 90 - nodes 3, 9 in same component and reachable ok 91 - nodes 7, 2 in same component and reachable ok 92 - nodes 7, 1 in same component and reachable ok 93 - nodes 7, 0 in same component and reachable ok 94 - nodes 7, 8 in same component and reachable ok 95 - nodes 7, 6 in same component and reachable ok 96 - nodes 7, 5 in same component and reachable ok 97 - nodes 7, 4 in same component and reachable ok 98 - nodes 7, 3 in same component and reachable ok 99 - nodes 7, 7 in same component and reachable ok 100 - nodes 7, 9 in same component and reachable ok 101 - nodes 9, 2 in same component and reachable ok 102 - nodes 9, 1 in same component and reachable ok 103 - nodes 9, 0 in same component and reachable ok 104 - nodes 9, 8 in same component and reachable ok 105 - nodes 9, 6 in same component and reachable ok 106 - nodes 9, 5 in same component and reachable ok 107 - nodes 9, 4 in same component and reachable ok 108 - nodes 9, 3 in same component and reachable ok 109 - nodes 9, 7 in same component and reachable ok 110 - nodes 9, 9 in same component and reachable ok 111 - nodes 6, 6 reachable and in same component ok 112 - nodes 6, 3 reachable and in same component ok 113 - nodes 6, 7 reachable and in same component ok 114 - nodes 6, 9 reachable and in same component ok 115 - nodes 6, 2 reachable and in same component ok 116 - nodes 6, 8 reachable and in same component ok 117 - nodes 6, 1 reachable and in same component ok 118 - nodes 6, 4 reachable and in same component ok 119 - nodes 6, 0 reachable and in same component ok 120 - nodes 6, 5 reachable and in same component ok 121 - nodes 3, 3 reachable and in same component ok 122 - nodes 3, 7 reachable and in same component ok 123 - nodes 3, 9 reachable and in same component ok 124 - nodes 3, 2 reachable and in same component ok 125 - nodes 3, 8 reachable and in same component ok 126 - nodes 3, 1 reachable and in same component ok 127 - nodes 3, 4 reachable and in same component ok 128 - nodes 3, 0 reachable and in same component ok 129 - nodes 3, 5 reachable and in same component ok 130 - nodes 7, 7 reachable and in same component ok 131 - nodes 7, 9 reachable and in same component ok 132 - nodes 7, 2 reachable and in same component ok 133 - nodes 7, 8 reachable and in same component ok 134 - nodes 7, 1 reachable and in same component ok 135 - nodes 7, 4 reachable and in same component ok 136 - nodes 7, 0 reachable and in same component ok 137 - nodes 7, 5 reachable and in same component ok 138 - nodes 9, 9 reachable and in same component ok 139 - nodes 9, 2 reachable and in same component ok 140 - nodes 9, 8 reachable and in same component ok 141 - nodes 9, 1 reachable and in same component ok 142 - nodes 9, 4 reachable and in same component ok 143 - nodes 9, 0 reachable and in same component ok 144 - nodes 9, 5 reachable and in same component ok 145 - nodes 2, 2 reachable and in same component ok 146 - nodes 2, 8 reachable and in same component ok 147 - nodes 2, 1 reachable and in same component ok 148 - nodes 2, 4 reachable and in same component ok 149 - nodes 2, 0 reachable and in same component ok 150 - nodes 2, 5 reachable and in same component ok 151 - nodes 8, 8 reachable and in same component ok 152 - nodes 8, 1 reachable and in same component ok 153 - nodes 8, 4 reachable and in same component ok 154 - nodes 8, 0 reachable and in same component ok 155 - nodes 8, 5 reachable and in same component ok 156 - nodes 1, 1 reachable and in same component ok 157 - nodes 1, 4 reachable and in same component ok 158 - nodes 1, 0 reachable and in same component ok 159 - nodes 1, 5 reachable and in same component ok 160 - nodes 4, 4 reachable and in same component ok 161 - nodes 4, 0 reachable and in same component ok 162 - nodes 4, 5 reachable and in same component ok 163 - nodes 0, 0 reachable and in same component ok 164 - nodes 0, 5 reachable and in same component ok 165 - nodes 5, 5 reachable and in same component ok 166 - number of components # Test cone graph # Constructing cone graph... ok 167 - node 7/5 ok 168 - node 7/4 ok 169 - node 6/0 ok 170 - node 3/1 ok 171 - node 6/5 ok 172 - node 5/2 ok 173 - node 1/1 ok 174 - node 1/0 ok 175 - node 5/3 ok 176 - node 7/2 ok 177 - node 5/1 ok 178 - node 8/8 ok 179 - node 6/6 ok 180 - node 6/4 ok 181 - node 7/0 ok 182 - node 8/4 ok 183 - node 5/5 ok 184 - node 4/4 ok 185 - node 9/4 ok 186 - node 6/3 ok 187 - node 4/0 ok 188 - node 7/3 ok 189 - node 7/7 ok 190 - node 4/1 ok 191 - node 9/8 ok 192 - node 9/3 ok 193 - node 8/6 ok 194 - node 6/1 ok 195 - node 9/1 ok 196 - node 0/0 ok 197 - node 4/3 ok 198 - node 6/2 ok 199 - node 7/1 ok 200 - node 3/0 ok 201 - node 9/5 ok 202 - node 8/3 ok 203 - node 8/0 ok 204 - node 2/0 ok 205 - node 9/6 ok 206 - node 3/3 ok 207 - node 8/5 ok 208 - node 4/2 ok 209 - node 9/2 ok 210 - node 5/0 ok 211 - node 9/7 ok 212 - node 8/2 ok 213 - node 3/2 ok 214 - node 2/1 ok 215 - node 7/6 ok 216 - node 9/0 ok 217 - node 8/1 ok 218 - node 8/7 ok 219 - node 5/4 ok 220 - node 9/9 ok 221 - node 2/2 ok 222 - nodes 0/0, 0/0 in same component and reachable ok 223 - nodes 1/1, 1/1 in same component and reachable ok 224 - nodes 1/1, 1/0 in same component and reachable ok 225 - nodes 1/0, 1/1 in same component and reachable ok 226 - nodes 1/0, 1/0 in same component and reachable ok 227 - nodes 3/2, 3/2 in same component and reachable ok 228 - nodes 3/2, 3/3 in same component and reachable ok 229 - nodes 3/2, 3/1 in same component and reachable ok 230 - nodes 3/2, 3/0 in same component and reachable ok 231 - nodes 3/3, 3/2 in same component and reachable ok 232 - nodes 3/3, 3/3 in same component and reachable ok 233 - nodes 3/3, 3/1 in same component and reachable ok 234 - nodes 3/3, 3/0 in same component and reachable ok 235 - nodes 3/1, 3/2 in same component and reachable ok 236 - nodes 3/1, 3/3 in same component and reachable ok 237 - nodes 3/1, 3/1 in same component and reachable ok 238 - nodes 3/1, 3/0 in same component and reachable ok 239 - nodes 3/0, 3/2 in same component and reachable ok 240 - nodes 3/0, 3/3 in same component and reachable ok 241 - nodes 3/0, 3/1 in same component and reachable ok 242 - nodes 3/0, 3/0 in same component and reachable ok 243 - nodes 2/2, 2/2 in same component and reachable ok 244 - nodes 2/2, 2/1 in same component and reachable ok 245 - nodes 2/2, 2/0 in same component and reachable ok 246 - nodes 2/1, 2/2 in same component and reachable ok 247 - nodes 2/1, 2/1 in same component and reachable ok 248 - nodes 2/1, 2/0 in same component and reachable ok 249 - nodes 2/0, 2/2 in same component and reachable ok 250 - nodes 2/0, 2/1 in same component and reachable ok 251 - nodes 2/0, 2/0 in same component and reachable ok 252 - nodes 4/4, 4/4 in same component and reachable ok 253 - nodes 4/4, 4/3 in same component and reachable ok 254 - nodes 4/4, 4/0 in same component and reachable ok 255 - nodes 4/4, 4/2 in same component and reachable ok 256 - nodes 4/4, 4/1 in same component and reachable ok 257 - nodes 4/3, 4/4 in same component and reachable ok 258 - nodes 4/3, 4/3 in same component and reachable ok 259 - nodes 4/3, 4/0 in same component and reachable ok 260 - nodes 4/3, 4/2 in same component and reachable ok 261 - nodes 4/3, 4/1 in same component and reachable ok 262 - nodes 4/0, 4/4 in same component and reachable ok 263 - nodes 4/0, 4/3 in same component and reachable ok 264 - nodes 4/0, 4/0 in same component and reachable ok 265 - nodes 4/0, 4/2 in same component and reachable ok 266 - nodes 4/0, 4/1 in same component and reachable ok 267 - nodes 4/2, 4/4 in same component and reachable ok 268 - nodes 4/2, 4/3 in same component and reachable ok 269 - nodes 4/2, 4/0 in same component and reachable ok 270 - nodes 4/2, 4/2 in same component and reachable ok 271 - nodes 4/2, 4/1 in same component and reachable ok 272 - nodes 4/1, 4/4 in same component and reachable ok 273 - nodes 4/1, 4/3 in same component and reachable ok 274 - nodes 4/1, 4/0 in same component and reachable ok 275 - nodes 4/1, 4/2 in same component and reachable ok 276 - nodes 4/1, 4/1 in same component and reachable ok 277 - nodes 5/3, 5/3 in same component and reachable ok 278 - nodes 5/3, 5/2 in same component and reachable ok 279 - nodes 5/3, 5/1 in same component and reachable ok 280 - nodes 5/3, 5/4 in same component and reachable ok 281 - nodes 5/3, 5/5 in same component and reachable ok 282 - nodes 5/3, 5/0 in same component and reachable ok 283 - nodes 5/2, 5/3 in same component and reachable ok 284 - nodes 5/2, 5/2 in same component and reachable ok 285 - nodes 5/2, 5/1 in same component and reachable ok 286 - nodes 5/2, 5/4 in same component and reachable ok 287 - nodes 5/2, 5/5 in same component and reachable ok 288 - nodes 5/2, 5/0 in same component and reachable ok 289 - nodes 5/1, 5/3 in same component and reachable ok 290 - nodes 5/1, 5/2 in same component and reachable ok 291 - nodes 5/1, 5/1 in same component and reachable ok 292 - nodes 5/1, 5/4 in same component and reachable ok 293 - nodes 5/1, 5/5 in same component and reachable ok 294 - nodes 5/1, 5/0 in same component and reachable ok 295 - nodes 5/4, 5/3 in same component and reachable ok 296 - nodes 5/4, 5/2 in same component and reachable ok 297 - nodes 5/4, 5/1 in same component and reachable ok 298 - nodes 5/4, 5/4 in same component and reachable ok 299 - nodes 5/4, 5/5 in same component and reachable ok 300 - nodes 5/4, 5/0 in same component and reachable ok 301 - nodes 5/5, 5/3 in same component and reachable ok 302 - nodes 5/5, 5/2 in same component and reachable ok 303 - nodes 5/5, 5/1 in same component and reachable ok 304 - nodes 5/5, 5/4 in same component and reachable ok 305 - nodes 5/5, 5/5 in same component and reachable ok 306 - nodes 5/5, 5/0 in same component and reachable ok 307 - nodes 5/0, 5/3 in same component and reachable ok 308 - nodes 5/0, 5/2 in same component and reachable ok 309 - nodes 5/0, 5/1 in same component and reachable ok 310 - nodes 5/0, 5/4 in same component and reachable ok 311 - nodes 5/0, 5/5 in same component and reachable ok 312 - nodes 5/0, 5/0 in same component and reachable ok 313 - nodes 6/1, 6/1 in same component and reachable ok 314 - nodes 6/1, 6/0 in same component and reachable ok 315 - nodes 6/1, 6/6 in same component and reachable ok 316 - nodes 6/1, 6/5 in same component and reachable ok 317 - nodes 6/1, 6/4 in same component and reachable ok 318 - nodes 6/1, 6/3 in same component and reachable ok 319 - nodes 6/1, 6/2 in same component and reachable ok 320 - nodes 6/0, 6/1 in same component and reachable ok 321 - nodes 6/0, 6/0 in same component and reachable ok 322 - nodes 6/0, 6/6 in same component and reachable ok 323 - nodes 6/0, 6/5 in same component and reachable ok 324 - nodes 6/0, 6/4 in same component and reachable ok 325 - nodes 6/0, 6/3 in same component and reachable ok 326 - nodes 6/0, 6/2 in same component and reachable ok 327 - nodes 6/6, 6/1 in same component and reachable ok 328 - nodes 6/6, 6/0 in same component and reachable ok 329 - nodes 6/6, 6/6 in same component and reachable ok 330 - nodes 6/6, 6/5 in same component and reachable ok 331 - nodes 6/6, 6/4 in same component and reachable ok 332 - nodes 6/6, 6/3 in same component and reachable ok 333 - nodes 6/6, 6/2 in same component and reachable ok 334 - nodes 6/5, 6/1 in same component and reachable ok 335 - nodes 6/5, 6/0 in same component and reachable ok 336 - nodes 6/5, 6/6 in same component and reachable ok 337 - nodes 6/5, 6/5 in same component and reachable ok 338 - nodes 6/5, 6/4 in same component and reachable ok 339 - nodes 6/5, 6/3 in same component and reachable ok 340 - nodes 6/5, 6/2 in same component and reachable ok 341 - nodes 6/4, 6/1 in same component and reachable ok 342 - nodes 6/4, 6/0 in same component and reachable ok 343 - nodes 6/4, 6/6 in same component and reachable ok 344 - nodes 6/4, 6/5 in same component and reachable ok 345 - nodes 6/4, 6/4 in same component and reachable ok 346 - nodes 6/4, 6/3 in same component and reachable ok 347 - nodes 6/4, 6/2 in same component and reachable ok 348 - nodes 6/3, 6/1 in same component and reachable ok 349 - nodes 6/3, 6/0 in same component and reachable ok 350 - nodes 6/3, 6/6 in same component and reachable ok 351 - nodes 6/3, 6/5 in same component and reachable ok 352 - nodes 6/3, 6/4 in same component and reachable ok 353 - nodes 6/3, 6/3 in same component and reachable ok 354 - nodes 6/3, 6/2 in same component and reachable ok 355 - nodes 6/2, 6/1 in same component and reachable ok 356 - nodes 6/2, 6/0 in same component and reachable ok 357 - nodes 6/2, 6/6 in same component and reachable ok 358 - nodes 6/2, 6/5 in same component and reachable ok 359 - nodes 6/2, 6/4 in same component and reachable ok 360 - nodes 6/2, 6/3 in same component and reachable ok 361 - nodes 6/2, 6/2 in same component and reachable ok 362 - nodes 7/5, 7/5 in same component and reachable ok 363 - nodes 7/5, 7/4 in same component and reachable ok 364 - nodes 7/5, 7/0 in same component and reachable ok 365 - nodes 7/5, 7/7 in same component and reachable ok 366 - nodes 7/5, 7/6 in same component and reachable ok 367 - nodes 7/5, 7/3 in same component and reachable ok 368 - nodes 7/5, 7/2 in same component and reachable ok 369 - nodes 7/5, 7/1 in same component and reachable ok 370 - nodes 7/4, 7/5 in same component and reachable ok 371 - nodes 7/4, 7/4 in same component and reachable ok 372 - nodes 7/4, 7/0 in same component and reachable ok 373 - nodes 7/4, 7/7 in same component and reachable ok 374 - nodes 7/4, 7/6 in same component and reachable ok 375 - nodes 7/4, 7/3 in same component and reachable ok 376 - nodes 7/4, 7/2 in same component and reachable ok 377 - nodes 7/4, 7/1 in same component and reachable ok 378 - nodes 7/0, 7/5 in same component and reachable ok 379 - nodes 7/0, 7/4 in same component and reachable ok 380 - nodes 7/0, 7/0 in same component and reachable ok 381 - nodes 7/0, 7/7 in same component and reachable ok 382 - nodes 7/0, 7/6 in same component and reachable ok 383 - nodes 7/0, 7/3 in same component and reachable ok 384 - nodes 7/0, 7/2 in same component and reachable ok 385 - nodes 7/0, 7/1 in same component and reachable ok 386 - nodes 7/7, 7/5 in same component and reachable ok 387 - nodes 7/7, 7/4 in same component and reachable ok 388 - nodes 7/7, 7/0 in same component and reachable ok 389 - nodes 7/7, 7/7 in same component and reachable ok 390 - nodes 7/7, 7/6 in same component and reachable ok 391 - nodes 7/7, 7/3 in same component and reachable ok 392 - nodes 7/7, 7/2 in same component and reachable ok 393 - nodes 7/7, 7/1 in same component and reachable ok 394 - nodes 7/6, 7/5 in same component and reachable ok 395 - nodes 7/6, 7/4 in same component and reachable ok 396 - nodes 7/6, 7/0 in same component and reachable ok 397 - nodes 7/6, 7/7 in same component and reachable ok 398 - nodes 7/6, 7/6 in same component and reachable ok 399 - nodes 7/6, 7/3 in same component and reachable ok 400 - nodes 7/6, 7/2 in same component and reachable ok 401 - nodes 7/6, 7/1 in same component and reachable ok 402 - nodes 7/3, 7/5 in same component and reachable ok 403 - nodes 7/3, 7/4 in same component and reachable ok 404 - nodes 7/3, 7/0 in same component and reachable ok 405 - nodes 7/3, 7/7 in same component and reachable ok 406 - nodes 7/3, 7/6 in same component and reachable ok 407 - nodes 7/3, 7/3 in same component and reachable ok 408 - nodes 7/3, 7/2 in same component and reachable ok 409 - nodes 7/3, 7/1 in same component and reachable ok 410 - nodes 7/2, 7/5 in same component and reachable ok 411 - nodes 7/2, 7/4 in same component and reachable ok 412 - nodes 7/2, 7/0 in same component and reachable ok 413 - nodes 7/2, 7/7 in same component and reachable ok 414 - nodes 7/2, 7/6 in same component and reachable ok 415 - nodes 7/2, 7/3 in same component and reachable ok 416 - nodes 7/2, 7/2 in same component and reachable ok 417 - nodes 7/2, 7/1 in same component and reachable ok 418 - nodes 7/1, 7/5 in same component and reachable ok 419 - nodes 7/1, 7/4 in same component and reachable ok 420 - nodes 7/1, 7/0 in same component and reachable ok 421 - nodes 7/1, 7/7 in same component and reachable ok 422 - nodes 7/1, 7/6 in same component and reachable ok 423 - nodes 7/1, 7/3 in same component and reachable ok 424 - nodes 7/1, 7/2 in same component and reachable ok 425 - nodes 7/1, 7/1 in same component and reachable ok 426 - nodes 8/7, 8/7 in same component and reachable ok 427 - nodes 8/7, 8/6 in same component and reachable ok 428 - nodes 8/7, 8/3 in same component and reachable ok 429 - nodes 8/7, 8/2 in same component and reachable ok 430 - nodes 8/7, 8/1 in same component and reachable ok 431 - nodes 8/7, 8/0 in same component and reachable ok 432 - nodes 8/7, 8/8 in same component and reachable ok 433 - nodes 8/7, 8/5 in same component and reachable ok 434 - nodes 8/7, 8/4 in same component and reachable ok 435 - nodes 8/6, 8/7 in same component and reachable ok 436 - nodes 8/6, 8/6 in same component and reachable ok 437 - nodes 8/6, 8/3 in same component and reachable ok 438 - nodes 8/6, 8/2 in same component and reachable ok 439 - nodes 8/6, 8/1 in same component and reachable ok 440 - nodes 8/6, 8/0 in same component and reachable ok 441 - nodes 8/6, 8/8 in same component and reachable ok 442 - nodes 8/6, 8/5 in same component and reachable ok 443 - nodes 8/6, 8/4 in same component and reachable ok 444 - nodes 8/3, 8/7 in same component and reachable ok 445 - nodes 8/3, 8/6 in same component and reachable ok 446 - nodes 8/3, 8/3 in same component and reachable ok 447 - nodes 8/3, 8/2 in same component and reachable ok 448 - nodes 8/3, 8/1 in same component and reachable ok 449 - nodes 8/3, 8/0 in same component and reachable ok 450 - nodes 8/3, 8/8 in same component and reachable ok 451 - nodes 8/3, 8/5 in same component and reachable ok 452 - nodes 8/3, 8/4 in same component and reachable ok 453 - nodes 8/2, 8/7 in same component and reachable ok 454 - nodes 8/2, 8/6 in same component and reachable ok 455 - nodes 8/2, 8/3 in same component and reachable ok 456 - nodes 8/2, 8/2 in same component and reachable ok 457 - nodes 8/2, 8/1 in same component and reachable ok 458 - nodes 8/2, 8/0 in same component and reachable ok 459 - nodes 8/2, 8/8 in same component and reachable ok 460 - nodes 8/2, 8/5 in same component and reachable ok 461 - nodes 8/2, 8/4 in same component and reachable ok 462 - nodes 8/1, 8/7 in same component and reachable ok 463 - nodes 8/1, 8/6 in same component and reachable ok 464 - nodes 8/1, 8/3 in same component and reachable ok 465 - nodes 8/1, 8/2 in same component and reachable ok 466 - nodes 8/1, 8/1 in same component and reachable ok 467 - nodes 8/1, 8/0 in same component and reachable ok 468 - nodes 8/1, 8/8 in same component and reachable ok 469 - nodes 8/1, 8/5 in same component and reachable ok 470 - nodes 8/1, 8/4 in same component and reachable ok 471 - nodes 8/0, 8/7 in same component and reachable ok 472 - nodes 8/0, 8/6 in same component and reachable ok 473 - nodes 8/0, 8/3 in same component and reachable ok 474 - nodes 8/0, 8/2 in same component and reachable ok 475 - nodes 8/0, 8/1 in same component and reachable ok 476 - nodes 8/0, 8/0 in same component and reachable ok 477 - nodes 8/0, 8/8 in same component and reachable ok 478 - nodes 8/0, 8/5 in same component and reachable ok 479 - nodes 8/0, 8/4 in same component and reachable ok 480 - nodes 8/8, 8/7 in same component and reachable ok 481 - nodes 8/8, 8/6 in same component and reachable ok 482 - nodes 8/8, 8/3 in same component and reachable ok 483 - nodes 8/8, 8/2 in same component and reachable ok 484 - nodes 8/8, 8/1 in same component and reachable ok 485 - nodes 8/8, 8/0 in same component and reachable ok 486 - nodes 8/8, 8/8 in same component and reachable ok 487 - nodes 8/8, 8/5 in same component and reachable ok 488 - nodes 8/8, 8/4 in same component and reachable ok 489 - nodes 8/5, 8/7 in same component and reachable ok 490 - nodes 8/5, 8/6 in same component and reachable ok 491 - nodes 8/5, 8/3 in same component and reachable ok 492 - nodes 8/5, 8/2 in same component and reachable ok 493 - nodes 8/5, 8/1 in same component and reachable ok 494 - nodes 8/5, 8/0 in same component and reachable ok 495 - nodes 8/5, 8/8 in same component and reachable ok 496 - nodes 8/5, 8/5 in same component and reachable ok 497 - nodes 8/5, 8/4 in same component and reachable ok 498 - nodes 8/4, 8/7 in same component and reachable ok 499 - nodes 8/4, 8/6 in same component and reachable ok 500 - nodes 8/4, 8/3 in same component and reachable ok 501 - nodes 8/4, 8/2 in same component and reachable ok 502 - nodes 8/4, 8/1 in same component and reachable ok 503 - nodes 8/4, 8/0 in same component and reachable ok 504 - nodes 8/4, 8/8 in same component and reachable ok 505 - nodes 8/4, 8/5 in same component and reachable ok 506 - nodes 8/4, 8/4 in same component and reachable ok 507 - nodes 9/6, 9/6 in same component and reachable ok 508 - nodes 9/6, 9/5 in same component and reachable ok 509 - nodes 9/6, 9/4 in same component and reachable ok 510 - nodes 9/6, 9/3 in same component and reachable ok 511 - nodes 9/6, 9/7 in same component and reachable ok 512 - nodes 9/6, 9/2 in same component and reachable ok 513 - nodes 9/6, 9/1 in same component and reachable ok 514 - nodes 9/6, 9/0 in same component and reachable ok 515 - nodes 9/6, 9/9 in same component and reachable ok 516 - nodes 9/6, 9/8 in same component and reachable ok 517 - nodes 9/5, 9/6 in same component and reachable ok 518 - nodes 9/5, 9/5 in same component and reachable ok 519 - nodes 9/5, 9/4 in same component and reachable ok 520 - nodes 9/5, 9/3 in same component and reachable ok 521 - nodes 9/5, 9/7 in same component and reachable ok 522 - nodes 9/5, 9/2 in same component and reachable ok 523 - nodes 9/5, 9/1 in same component and reachable ok 524 - nodes 9/5, 9/0 in same component and reachable ok 525 - nodes 9/5, 9/9 in same component and reachable ok 526 - nodes 9/5, 9/8 in same component and reachable ok 527 - nodes 9/4, 9/6 in same component and reachable ok 528 - nodes 9/4, 9/5 in same component and reachable ok 529 - nodes 9/4, 9/4 in same component and reachable ok 530 - nodes 9/4, 9/3 in same component and reachable ok 531 - nodes 9/4, 9/7 in same component and reachable ok 532 - nodes 9/4, 9/2 in same component and reachable ok 533 - nodes 9/4, 9/1 in same component and reachable ok 534 - nodes 9/4, 9/0 in same component and reachable ok 535 - nodes 9/4, 9/9 in same component and reachable ok 536 - nodes 9/4, 9/8 in same component and reachable ok 537 - nodes 9/3, 9/6 in same component and reachable ok 538 - nodes 9/3, 9/5 in same component and reachable ok 539 - nodes 9/3, 9/4 in same component and reachable ok 540 - nodes 9/3, 9/3 in same component and reachable ok 541 - nodes 9/3, 9/7 in same component and reachable ok 542 - nodes 9/3, 9/2 in same component and reachable ok 543 - nodes 9/3, 9/1 in same component and reachable ok 544 - nodes 9/3, 9/0 in same component and reachable ok 545 - nodes 9/3, 9/9 in same component and reachable ok 546 - nodes 9/3, 9/8 in same component and reachable ok 547 - nodes 9/7, 9/6 in same component and reachable ok 548 - nodes 9/7, 9/5 in same component and reachable ok 549 - nodes 9/7, 9/4 in same component and reachable ok 550 - nodes 9/7, 9/3 in same component and reachable ok 551 - nodes 9/7, 9/7 in same component and reachable ok 552 - nodes 9/7, 9/2 in same component and reachable ok 553 - nodes 9/7, 9/1 in same component and reachable ok 554 - nodes 9/7, 9/0 in same component and reachable ok 555 - nodes 9/7, 9/9 in same component and reachable ok 556 - nodes 9/7, 9/8 in same component and reachable ok 557 - nodes 9/2, 9/6 in same component and reachable ok 558 - nodes 9/2, 9/5 in same component and reachable ok 559 - nodes 9/2, 9/4 in same component and reachable ok 560 - nodes 9/2, 9/3 in same component and reachable ok 561 - nodes 9/2, 9/7 in same component and reachable ok 562 - nodes 9/2, 9/2 in same component and reachable ok 563 - nodes 9/2, 9/1 in same component and reachable ok 564 - nodes 9/2, 9/0 in same component and reachable ok 565 - nodes 9/2, 9/9 in same component and reachable ok 566 - nodes 9/2, 9/8 in same component and reachable ok 567 - nodes 9/1, 9/6 in same component and reachable ok 568 - nodes 9/1, 9/5 in same component and reachable ok 569 - nodes 9/1, 9/4 in same component and reachable ok 570 - nodes 9/1, 9/3 in same component and reachable ok 571 - nodes 9/1, 9/7 in same component and reachable ok 572 - nodes 9/1, 9/2 in same component and reachable ok 573 - nodes 9/1, 9/1 in same component and reachable ok 574 - nodes 9/1, 9/0 in same component and reachable ok 575 - nodes 9/1, 9/9 in same component and reachable ok 576 - nodes 9/1, 9/8 in same component and reachable ok 577 - nodes 9/0, 9/6 in same component and reachable ok 578 - nodes 9/0, 9/5 in same component and reachable ok 579 - nodes 9/0, 9/4 in same component and reachable ok 580 - nodes 9/0, 9/3 in same component and reachable ok 581 - nodes 9/0, 9/7 in same component and reachable ok 582 - nodes 9/0, 9/2 in same component and reachable ok 583 - nodes 9/0, 9/1 in same component and reachable ok 584 - nodes 9/0, 9/0 in same component and reachable ok 585 - nodes 9/0, 9/9 in same component and reachable ok 586 - nodes 9/0, 9/8 in same component and reachable ok 587 - nodes 9/9, 9/6 in same component and reachable ok 588 - nodes 9/9, 9/5 in same component and reachable ok 589 - nodes 9/9, 9/4 in same component and reachable ok 590 - nodes 9/9, 9/3 in same component and reachable ok 591 - nodes 9/9, 9/7 in same component and reachable ok 592 - nodes 9/9, 9/2 in same component and reachable ok 593 - nodes 9/9, 9/1 in same component and reachable ok 594 - nodes 9/9, 9/0 in same component and reachable ok 595 - nodes 9/9, 9/9 in same component and reachable ok 596 - nodes 9/9, 9/8 in same component and reachable ok 597 - nodes 9/8, 9/6 in same component and reachable ok 598 - nodes 9/8, 9/5 in same component and reachable ok 599 - nodes 9/8, 9/4 in same component and reachable ok 600 - nodes 9/8, 9/3 in same component and reachable ok 601 - nodes 9/8, 9/7 in same component and reachable ok 602 - nodes 9/8, 9/2 in same component and reachable ok 603 - nodes 9/8, 9/1 in same component and reachable ok 604 - nodes 9/8, 9/0 in same component and reachable ok 605 - nodes 9/8, 9/9 in same component and reachable ok 606 - nodes 9/8, 9/8 in same component and reachable ok 607 - nodes 7/5, 7/5 reachable and in same component ok 608 - nodes 7/5, 7/4 reachable and in same component ok 609 - nodes 7/5, 7/2 reachable and in same component ok 610 - nodes 7/5, 7/0 reachable and in same component ok 611 - nodes 7/5, 7/3 reachable and in same component ok 612 - nodes 7/5, 7/7 reachable and in same component ok 613 - nodes 7/5, 7/1 reachable and in same component ok 614 - nodes 7/5, 7/6 reachable and in same component ok 615 - nodes 7/4, 7/4 reachable and in same component ok 616 - nodes 7/4, 7/2 reachable and in same component ok 617 - nodes 7/4, 7/0 reachable and in same component ok 618 - nodes 7/4, 7/3 reachable and in same component ok 619 - nodes 7/4, 7/7 reachable and in same component ok 620 - nodes 7/4, 7/1 reachable and in same component ok 621 - nodes 7/4, 7/6 reachable and in same component ok 622 - nodes 6/0, 6/0 reachable and in same component ok 623 - nodes 6/0, 6/5 reachable and in same component ok 624 - nodes 6/0, 6/6 reachable and in same component ok 625 - nodes 6/0, 6/4 reachable and in same component ok 626 - nodes 6/0, 6/3 reachable and in same component ok 627 - nodes 6/0, 6/1 reachable and in same component ok 628 - nodes 6/0, 6/2 reachable and in same component ok 629 - nodes 3/1, 3/1 reachable and in same component ok 630 - nodes 3/1, 3/0 reachable and in same component ok 631 - nodes 3/1, 3/3 reachable and in same component ok 632 - nodes 3/1, 3/2 reachable and in same component ok 633 - nodes 6/5, 6/5 reachable and in same component ok 634 - nodes 6/5, 6/6 reachable and in same component ok 635 - nodes 6/5, 6/4 reachable and in same component ok 636 - nodes 6/5, 6/3 reachable and in same component ok 637 - nodes 6/5, 6/1 reachable and in same component ok 638 - nodes 6/5, 6/2 reachable and in same component ok 639 - nodes 5/2, 5/2 reachable and in same component ok 640 - nodes 5/2, 5/3 reachable and in same component ok 641 - nodes 5/2, 5/1 reachable and in same component ok 642 - nodes 5/2, 5/5 reachable and in same component ok 643 - nodes 5/2, 5/0 reachable and in same component ok 644 - nodes 5/2, 5/4 reachable and in same component ok 645 - nodes 1/1, 1/1 reachable and in same component ok 646 - nodes 1/1, 1/0 reachable and in same component ok 647 - nodes 1/0, 1/0 reachable and in same component ok 648 - nodes 5/3, 5/3 reachable and in same component ok 649 - nodes 5/3, 5/1 reachable and in same component ok 650 - nodes 5/3, 5/5 reachable and in same component ok 651 - nodes 5/3, 5/0 reachable and in same component ok 652 - nodes 5/3, 5/4 reachable and in same component ok 653 - nodes 7/2, 7/2 reachable and in same component ok 654 - nodes 7/2, 7/0 reachable and in same component ok 655 - nodes 7/2, 7/3 reachable and in same component ok 656 - nodes 7/2, 7/7 reachable and in same component ok 657 - nodes 7/2, 7/1 reachable and in same component ok 658 - nodes 7/2, 7/6 reachable and in same component ok 659 - nodes 5/1, 5/1 reachable and in same component ok 660 - nodes 5/1, 5/5 reachable and in same component ok 661 - nodes 5/1, 5/0 reachable and in same component ok 662 - nodes 5/1, 5/4 reachable and in same component ok 663 - nodes 8/8, 8/8 reachable and in same component ok 664 - nodes 8/8, 8/4 reachable and in same component ok 665 - nodes 8/8, 8/6 reachable and in same component ok 666 - nodes 8/8, 8/3 reachable and in same component ok 667 - nodes 8/8, 8/0 reachable and in same component ok 668 - nodes 8/8, 8/5 reachable and in same component ok 669 - nodes 8/8, 8/2 reachable and in same component ok 670 - nodes 8/8, 8/1 reachable and in same component ok 671 - nodes 8/8, 8/7 reachable and in same component ok 672 - nodes 6/6, 6/6 reachable and in same component ok 673 - nodes 6/6, 6/4 reachable and in same component ok 674 - nodes 6/6, 6/3 reachable and in same component ok 675 - nodes 6/6, 6/1 reachable and in same component ok 676 - nodes 6/6, 6/2 reachable and in same component ok 677 - nodes 6/4, 6/4 reachable and in same component ok 678 - nodes 6/4, 6/3 reachable and in same component ok 679 - nodes 6/4, 6/1 reachable and in same component ok 680 - nodes 6/4, 6/2 reachable and in same component ok 681 - nodes 7/0, 7/0 reachable and in same component ok 682 - nodes 7/0, 7/3 reachable and in same component ok 683 - nodes 7/0, 7/7 reachable and in same component ok 684 - nodes 7/0, 7/1 reachable and in same component ok 685 - nodes 7/0, 7/6 reachable and in same component ok 686 - nodes 8/4, 8/4 reachable and in same component ok 687 - nodes 8/4, 8/6 reachable and in same component ok 688 - nodes 8/4, 8/3 reachable and in same component ok 689 - nodes 8/4, 8/0 reachable and in same component ok 690 - nodes 8/4, 8/5 reachable and in same component ok 691 - nodes 8/4, 8/2 reachable and in same component ok 692 - nodes 8/4, 8/1 reachable and in same component ok 693 - nodes 8/4, 8/7 reachable and in same component ok 694 - nodes 5/5, 5/5 reachable and in same component ok 695 - nodes 5/5, 5/0 reachable and in same component ok 696 - nodes 5/5, 5/4 reachable and in same component ok 697 - nodes 4/4, 4/4 reachable and in same component ok 698 - nodes 4/4, 4/0 reachable and in same component ok 699 - nodes 4/4, 4/1 reachable and in same component ok 700 - nodes 4/4, 4/3 reachable and in same component ok 701 - nodes 4/4, 4/2 reachable and in same component ok 702 - nodes 9/4, 9/4 reachable and in same component ok 703 - nodes 9/4, 9/8 reachable and in same component ok 704 - nodes 9/4, 9/3 reachable and in same component ok 705 - nodes 9/4, 9/1 reachable and in same component ok 706 - nodes 9/4, 9/5 reachable and in same component ok 707 - nodes 9/4, 9/6 reachable and in same component ok 708 - nodes 9/4, 9/2 reachable and in same component ok 709 - nodes 9/4, 9/7 reachable and in same component ok 710 - nodes 9/4, 9/0 reachable and in same component ok 711 - nodes 9/4, 9/9 reachable and in same component ok 712 - nodes 6/3, 6/3 reachable and in same component ok 713 - nodes 6/3, 6/1 reachable and in same component ok 714 - nodes 6/3, 6/2 reachable and in same component ok 715 - nodes 4/0, 4/0 reachable and in same component ok 716 - nodes 4/0, 4/1 reachable and in same component ok 717 - nodes 4/0, 4/3 reachable and in same component ok 718 - nodes 4/0, 4/2 reachable and in same component ok 719 - nodes 7/3, 7/3 reachable and in same component ok 720 - nodes 7/3, 7/7 reachable and in same component ok 721 - nodes 7/3, 7/1 reachable and in same component ok 722 - nodes 7/3, 7/6 reachable and in same component ok 723 - nodes 7/7, 7/7 reachable and in same component ok 724 - nodes 7/7, 7/1 reachable and in same component ok 725 - nodes 7/7, 7/6 reachable and in same component ok 726 - nodes 4/1, 4/1 reachable and in same component ok 727 - nodes 4/1, 4/3 reachable and in same component ok 728 - nodes 4/1, 4/2 reachable and in same component ok 729 - nodes 9/8, 9/8 reachable and in same component ok 730 - nodes 9/8, 9/3 reachable and in same component ok 731 - nodes 9/8, 9/1 reachable and in same component ok 732 - nodes 9/8, 9/5 reachable and in same component ok 733 - nodes 9/8, 9/6 reachable and in same component ok 734 - nodes 9/8, 9/2 reachable and in same component ok 735 - nodes 9/8, 9/7 reachable and in same component ok 736 - nodes 9/8, 9/0 reachable and in same component ok 737 - nodes 9/8, 9/9 reachable and in same component ok 738 - nodes 9/3, 9/3 reachable and in same component ok 739 - nodes 9/3, 9/1 reachable and in same component ok 740 - nodes 9/3, 9/5 reachable and in same component ok 741 - nodes 9/3, 9/6 reachable and in same component ok 742 - nodes 9/3, 9/2 reachable and in same component ok 743 - nodes 9/3, 9/7 reachable and in same component ok 744 - nodes 9/3, 9/0 reachable and in same component ok 745 - nodes 9/3, 9/9 reachable and in same component ok 746 - nodes 8/6, 8/6 reachable and in same component ok 747 - nodes 8/6, 8/3 reachable and in same component ok 748 - nodes 8/6, 8/0 reachable and in same component ok 749 - nodes 8/6, 8/5 reachable and in same component ok 750 - nodes 8/6, 8/2 reachable and in same component ok 751 - nodes 8/6, 8/1 reachable and in same component ok 752 - nodes 8/6, 8/7 reachable and in same component ok 753 - nodes 6/1, 6/1 reachable and in same component ok 754 - nodes 6/1, 6/2 reachable and in same component ok 755 - nodes 9/1, 9/1 reachable and in same component ok 756 - nodes 9/1, 9/5 reachable and in same component ok 757 - nodes 9/1, 9/6 reachable and in same component ok 758 - nodes 9/1, 9/2 reachable and in same component ok 759 - nodes 9/1, 9/7 reachable and in same component ok 760 - nodes 9/1, 9/0 reachable and in same component ok 761 - nodes 9/1, 9/9 reachable and in same component ok 762 - nodes 0/0, 0/0 reachable and in same component ok 763 - nodes 4/3, 4/3 reachable and in same component ok 764 - nodes 4/3, 4/2 reachable and in same component ok 765 - nodes 6/2, 6/2 reachable and in same component ok 766 - nodes 7/1, 7/1 reachable and in same component ok 767 - nodes 7/1, 7/6 reachable and in same component ok 768 - nodes 3/0, 3/0 reachable and in same component ok 769 - nodes 3/0, 3/3 reachable and in same component ok 770 - nodes 3/0, 3/2 reachable and in same component ok 771 - nodes 9/5, 9/5 reachable and in same component ok 772 - nodes 9/5, 9/6 reachable and in same component ok 773 - nodes 9/5, 9/2 reachable and in same component ok 774 - nodes 9/5, 9/7 reachable and in same component ok 775 - nodes 9/5, 9/0 reachable and in same component ok 776 - nodes 9/5, 9/9 reachable and in same component ok 777 - nodes 8/3, 8/3 reachable and in same component ok 778 - nodes 8/3, 8/0 reachable and in same component ok 779 - nodes 8/3, 8/5 reachable and in same component ok 780 - nodes 8/3, 8/2 reachable and in same component ok 781 - nodes 8/3, 8/1 reachable and in same component ok 782 - nodes 8/3, 8/7 reachable and in same component ok 783 - nodes 8/0, 8/0 reachable and in same component ok 784 - nodes 8/0, 8/5 reachable and in same component ok 785 - nodes 8/0, 8/2 reachable and in same component ok 786 - nodes 8/0, 8/1 reachable and in same component ok 787 - nodes 8/0, 8/7 reachable and in same component ok 788 - nodes 2/0, 2/0 reachable and in same component ok 789 - nodes 2/0, 2/1 reachable and in same component ok 790 - nodes 2/0, 2/2 reachable and in same component ok 791 - nodes 9/6, 9/6 reachable and in same component ok 792 - nodes 9/6, 9/2 reachable and in same component ok 793 - nodes 9/6, 9/7 reachable and in same component ok 794 - nodes 9/6, 9/0 reachable and in same component ok 795 - nodes 9/6, 9/9 reachable and in same component ok 796 - nodes 3/3, 3/3 reachable and in same component ok 797 - nodes 3/3, 3/2 reachable and in same component ok 798 - nodes 8/5, 8/5 reachable and in same component ok 799 - nodes 8/5, 8/2 reachable and in same component ok 800 - nodes 8/5, 8/1 reachable and in same component ok 801 - nodes 8/5, 8/7 reachable and in same component ok 802 - nodes 4/2, 4/2 reachable and in same component ok 803 - nodes 9/2, 9/2 reachable and in same component ok 804 - nodes 9/2, 9/7 reachable and in same component ok 805 - nodes 9/2, 9/0 reachable and in same component ok 806 - nodes 9/2, 9/9 reachable and in same component ok 807 - nodes 5/0, 5/0 reachable and in same component ok 808 - nodes 5/0, 5/4 reachable and in same component ok 809 - nodes 9/7, 9/7 reachable and in same component ok 810 - nodes 9/7, 9/0 reachable and in same component ok 811 - nodes 9/7, 9/9 reachable and in same component ok 812 - nodes 8/2, 8/2 reachable and in same component ok 813 - nodes 8/2, 8/1 reachable and in same component ok 814 - nodes 8/2, 8/7 reachable and in same component ok 815 - nodes 3/2, 3/2 reachable and in same component ok 816 - nodes 2/1, 2/1 reachable and in same component ok 817 - nodes 2/1, 2/2 reachable and in same component ok 818 - nodes 7/6, 7/6 reachable and in same component ok 819 - nodes 9/0, 9/0 reachable and in same component ok 820 - nodes 9/0, 9/9 reachable and in same component ok 821 - nodes 8/1, 8/1 reachable and in same component ok 822 - nodes 8/1, 8/7 reachable and in same component ok 823 - nodes 8/7, 8/7 reachable and in same component ok 824 - nodes 5/4, 5/4 reachable and in same component ok 825 - nodes 9/9, 9/9 reachable and in same component ok 826 - nodes 2/2, 2/2 reachable and in same component ok 827 ok 828 - two components have same size (1) ok 829 - two components have same size (2) ok 830 - two components have same size (4) ok 831 - two components have same size (3) ok 832 - two components have same size (5) ok 833 - two components have same size (6) ok 834 - two components have same size (7) ok 835 - two components have same size (8) ok 836 - two components have same size (9) ok 837 - two components have same size (10) ok 838 - component 1 does not contain wrong nodes () ok 839 - component 2 does not contain wrong nodes () ok 840 - component 3 does not contain wrong nodes () ok 841 - component 4 does not contain wrong nodes () ok 842 - component 5 does not contain wrong nodes () ok 843 - component 6 does not contain wrong nodes () ok 844 - component 7 does not contain wrong nodes () ok 845 - component 8 does not contain wrong nodes () ok 846 - component 9 does not contain wrong nodes () ok 847 - component 10 does not contain wrong nodes () # Test cone graph with intermediate nodes # Constructing cone graph... ok 848 - node 7/5 ok 849 - node 7/4 ok 850 - node i42 ok 851 - node i10 ok 852 - node 6/0 ok 853 - node i21 ok 854 - node i55 ok 855 - node 3/1 ok 856 - node i32 ok 857 - node 6/5 ok 858 - node i52 ok 859 - node 5/3 ok 860 - node i22 ok 861 - node 5/1 ok 862 - node 8/8 ok 863 - node i0 ok 864 - node i36 ok 865 - node i24 ok 866 - node 6/6 ok 867 - node i47 ok 868 - node i2 ok 869 - node i7 ok 870 - node 5/5 ok 871 - node i44 ok 872 - node i56 ok 873 - node i41 ok 874 - node 4/0 ok 875 - node 7/3 ok 876 - node 7/7 ok 877 - node 4/1 ok 878 - node i43 ok 879 - node i30 ok 880 - node 9/3 ok 881 - node i39 ok 882 - node i45 ok 883 - node i27 ok 884 - node i12 ok 885 - node 7/1 ok 886 - node 9/5 ok 887 - node 8/3 ok 888 - node i11 ok 889 - node i50 ok 890 - node i3 ok 891 - node 8/5 ok 892 - node 4/2 ok 893 - node 5/0 ok 894 - node i33 ok 895 - node 9/7 ok 896 - node i6 ok 897 - node i1 ok 898 - node i54 ok 899 - node i23 ok 900 - node i13 ok 901 - node 9/0 ok 902 - node i38 ok 903 - node i26 ok 904 - node 5/4 ok 905 - node i9 ok 906 - node 9/9 ok 907 - node i17 ok 908 - node i20 ok 909 - node i18 ok 910 - node 1/1 ok 911 - node 5/2 ok 912 - node 1/0 ok 913 - node i40 ok 914 - node 7/2 ok 915 - node i53 ok 916 - node i34 ok 917 - node 6/4 ok 918 - node 7/0 ok 919 - node i35 ok 920 - node i25 ok 921 - node 8/4 ok 922 - node 4/4 ok 923 - node i19 ok 924 - node i4 ok 925 - node 9/4 ok 926 - node 6/3 ok 927 - node i58 ok 928 - node 9/8 ok 929 - node i31 ok 930 - node 6/1 ok 931 - node 8/6 ok 932 - node 0/0 ok 933 - node 9/1 ok 934 - node 6/2 ok 935 - node 4/3 ok 936 - node i48 ok 937 - node 3/0 ok 938 - node i37 ok 939 - node 2/0 ok 940 - node 8/0 ok 941 - node i46 ok 942 - node 3/3 ok 943 - node 9/6 ok 944 - node 9/2 ok 945 - node 3/2 ok 946 - node 8/2 ok 947 - node i51 ok 948 - node 2/1 ok 949 - node 7/6 ok 950 - node 8/1 ok 951 - node 8/7 ok 952 - node 2/2 ok 953 - nodes 0/0, 0/0 in same component and reachable ok 954 - nodes i54, i54 in same component and reachable ok 955 - nodes i52, i52 in same component and reachable ok 956 - nodes i17, i17 in same component and reachable ok 957 - nodes i10, i10 in same component and reachable ok 958 - nodes i18, i18 in same component and reachable ok 959 - nodes 1/1, 1/1 in same component and reachable ok 960 - nodes 1/1, 1/0 in same component and reachable ok 961 - nodes 1/0, 1/1 in same component and reachable ok 962 - nodes 1/0, 1/0 in same component and reachable ok 963 - nodes i2, i2 in same component and reachable ok 964 - nodes i21, i21 in same component and reachable ok 965 - nodes i7, i7 in same component and reachable ok 966 - nodes i19, i19 in same component and reachable ok 967 - nodes i37, i37 in same component and reachable ok 968 - nodes i39, i39 in same component and reachable ok 969 - nodes i12, i12 in same component and reachable ok 970 - nodes i50, i50 in same component and reachable ok 971 - nodes i26, i26 in same component and reachable ok 972 - nodes i24, i24 in same component and reachable ok 973 - nodes i11, i11 in same component and reachable ok 974 - nodes 2/1, 2/1 in same component and reachable ok 975 - nodes 2/1, 2/2 in same component and reachable ok 976 - nodes 2/1, 2/0 in same component and reachable ok 977 - nodes 2/2, 2/1 in same component and reachable ok 978 - nodes 2/2, 2/2 in same component and reachable ok 979 - nodes 2/2, 2/0 in same component and reachable ok 980 - nodes 2/0, 2/1 in same component and reachable ok 981 - nodes 2/0, 2/2 in same component and reachable ok 982 - nodes 2/0, 2/0 in same component and reachable ok 983 - nodes i46, i46 in same component and reachable ok 984 - nodes i55, i55 in same component and reachable ok 985 - nodes i44, i44 in same component and reachable ok 986 - nodes i36, i36 in same component and reachable ok 987 - nodes i22, i22 in same component and reachable ok 988 - nodes i31, i31 in same component and reachable ok 989 - nodes i58, i58 in same component and reachable ok 990 - nodes i56, i56 in same component and reachable ok 991 - nodes 3/0, 3/0 in same component and reachable ok 992 - nodes 3/0, 3/3 in same component and reachable ok 993 - nodes 3/0, 3/2 in same component and reachable ok 994 - nodes 3/0, 3/1 in same component and reachable ok 995 - nodes 3/3, 3/0 in same component and reachable ok 996 - nodes 3/3, 3/3 in same component and reachable ok 997 - nodes 3/3, 3/2 in same component and reachable ok 998 - nodes 3/3, 3/1 in same component and reachable ok 999 - nodes 3/2, 3/0 in same component and reachable ok 1000 - nodes 3/2, 3/3 in same component and reachable ok 1001 - nodes 3/2, 3/2 in same component and reachable ok 1002 - nodes 3/2, 3/1 in same component and reachable ok 1003 - nodes 3/1, 3/0 in same component and reachable ok 1004 - nodes 3/1, 3/3 in same component and reachable ok 1005 - nodes 3/1, 3/2 in same component and reachable ok 1006 - nodes 3/1, 3/1 in same component and reachable ok 1007 - nodes i41, i41 in same component and reachable ok 1008 - nodes i45, i45 in same component and reachable ok 1009 - nodes i33, i33 in same component and reachable ok 1010 - nodes i1, i1 in same component and reachable ok 1011 - nodes i27, i27 in same component and reachable ok 1012 - nodes i35, i35 in same component and reachable ok 1013 - nodes i9, i9 in same component and reachable ok 1014 - nodes i43, i43 in same component and reachable ok 1015 - nodes 4/2, 4/2 in same component and reachable ok 1016 - nodes 4/2, 4/1 in same component and reachable ok 1017 - nodes 4/2, 4/4 in same component and reachable ok 1018 - nodes 4/2, 4/3 in same component and reachable ok 1019 - nodes 4/2, 4/0 in same component and reachable ok 1020 - nodes 4/1, 4/2 in same component and reachable ok 1021 - nodes 4/1, 4/1 in same component and reachable ok 1022 - nodes 4/1, 4/4 in same component and reachable ok 1023 - nodes 4/1, 4/3 in same component and reachable ok 1024 - nodes 4/1, 4/0 in same component and reachable ok 1025 - nodes 4/4, 4/2 in same component and reachable ok 1026 - nodes 4/4, 4/1 in same component and reachable ok 1027 - nodes 4/4, 4/4 in same component and reachable ok 1028 - nodes 4/4, 4/3 in same component and reachable ok 1029 - nodes 4/4, 4/0 in same component and reachable ok 1030 - nodes 4/3, 4/2 in same component and reachable ok 1031 - nodes 4/3, 4/1 in same component and reachable ok 1032 - nodes 4/3, 4/4 in same component and reachable ok 1033 - nodes 4/3, 4/3 in same component and reachable ok 1034 - nodes 4/3, 4/0 in same component and reachable ok 1035 - nodes 4/0, 4/2 in same component and reachable ok 1036 - nodes 4/0, 4/1 in same component and reachable ok 1037 - nodes 4/0, 4/4 in same component and reachable ok 1038 - nodes 4/0, 4/3 in same component and reachable ok 1039 - nodes 4/0, 4/0 in same component and reachable ok 1040 - nodes i38, i38 in same component and reachable ok 1041 - nodes i47, i47 in same component and reachable ok 1042 - nodes i40, i40 in same component and reachable ok 1043 - nodes i4, i4 in same component and reachable ok 1044 - nodes 5/1, 5/1 in same component and reachable ok 1045 - nodes 5/1, 5/0 in same component and reachable ok 1046 - nodes 5/1, 5/5 in same component and reachable ok 1047 - nodes 5/1, 5/4 in same component and reachable ok 1048 - nodes 5/1, 5/3 in same component and reachable ok 1049 - nodes 5/1, 5/2 in same component and reachable ok 1050 - nodes 5/0, 5/1 in same component and reachable ok 1051 - nodes 5/0, 5/0 in same component and reachable ok 1052 - nodes 5/0, 5/5 in same component and reachable ok 1053 - nodes 5/0, 5/4 in same component and reachable ok 1054 - nodes 5/0, 5/3 in same component and reachable ok 1055 - nodes 5/0, 5/2 in same component and reachable ok 1056 - nodes 5/5, 5/1 in same component and reachable ok 1057 - nodes 5/5, 5/0 in same component and reachable ok 1058 - nodes 5/5, 5/5 in same component and reachable ok 1059 - nodes 5/5, 5/4 in same component and reachable ok 1060 - nodes 5/5, 5/3 in same component and reachable ok 1061 - nodes 5/5, 5/2 in same component and reachable ok 1062 - nodes 5/4, 5/1 in same component and reachable ok 1063 - nodes 5/4, 5/0 in same component and reachable ok 1064 - nodes 5/4, 5/5 in same component and reachable ok 1065 - nodes 5/4, 5/4 in same component and reachable ok 1066 - nodes 5/4, 5/3 in same component and reachable ok 1067 - nodes 5/4, 5/2 in same component and reachable ok 1068 - nodes 5/3, 5/1 in same component and reachable ok 1069 - nodes 5/3, 5/0 in same component and reachable ok 1070 - nodes 5/3, 5/5 in same component and reachable ok 1071 - nodes 5/3, 5/4 in same component and reachable ok 1072 - nodes 5/3, 5/3 in same component and reachable ok 1073 - nodes 5/3, 5/2 in same component and reachable ok 1074 - nodes 5/2, 5/1 in same component and reachable ok 1075 - nodes 5/2, 5/0 in same component and reachable ok 1076 - nodes 5/2, 5/5 in same component and reachable ok 1077 - nodes 5/2, 5/4 in same component and reachable ok 1078 - nodes 5/2, 5/3 in same component and reachable ok 1079 - nodes 5/2, 5/2 in same component and reachable ok 1080 - nodes i6, i6 in same component and reachable ok 1081 - nodes 6/5, 6/5 in same component and reachable ok 1082 - nodes 6/5, 6/4 in same component and reachable ok 1083 - nodes 6/5, 6/3 in same component and reachable ok 1084 - nodes 6/5, 6/1 in same component and reachable ok 1085 - nodes 6/5, 6/0 in same component and reachable ok 1086 - nodes 6/5, 6/6 in same component and reachable ok 1087 - nodes 6/5, 6/2 in same component and reachable ok 1088 - nodes 6/4, 6/5 in same component and reachable ok 1089 - nodes 6/4, 6/4 in same component and reachable ok 1090 - nodes 6/4, 6/3 in same component and reachable ok 1091 - nodes 6/4, 6/1 in same component and reachable ok 1092 - nodes 6/4, 6/0 in same component and reachable ok 1093 - nodes 6/4, 6/6 in same component and reachable ok 1094 - nodes 6/4, 6/2 in same component and reachable ok 1095 - nodes 6/3, 6/5 in same component and reachable ok 1096 - nodes 6/3, 6/4 in same component and reachable ok 1097 - nodes 6/3, 6/3 in same component and reachable ok 1098 - nodes 6/3, 6/1 in same component and reachable ok 1099 - nodes 6/3, 6/0 in same component and reachable ok 1100 - nodes 6/3, 6/6 in same component and reachable ok 1101 - nodes 6/3, 6/2 in same component and reachable ok 1102 - nodes 6/1, 6/5 in same component and reachable ok 1103 - nodes 6/1, 6/4 in same component and reachable ok 1104 - nodes 6/1, 6/3 in same component and reachable ok 1105 - nodes 6/1, 6/1 in same component and reachable ok 1106 - nodes 6/1, 6/0 in same component and reachable ok 1107 - nodes 6/1, 6/6 in same component and reachable ok 1108 - nodes 6/1, 6/2 in same component and reachable ok 1109 - nodes 6/0, 6/5 in same component and reachable ok 1110 - nodes 6/0, 6/4 in same component and reachable ok 1111 - nodes 6/0, 6/3 in same component and reachable ok 1112 - nodes 6/0, 6/1 in same component and reachable ok 1113 - nodes 6/0, 6/0 in same component and reachable ok 1114 - nodes 6/0, 6/6 in same component and reachable ok 1115 - nodes 6/0, 6/2 in same component and reachable ok 1116 - nodes 6/6, 6/5 in same component and reachable ok 1117 - nodes 6/6, 6/4 in same component and reachable ok 1118 - nodes 6/6, 6/3 in same component and reachable ok 1119 - nodes 6/6, 6/1 in same component and reachable ok 1120 - nodes 6/6, 6/0 in same component and reachable ok 1121 - nodes 6/6, 6/6 in same component and reachable ok 1122 - nodes 6/6, 6/2 in same component and reachable ok 1123 - nodes 6/2, 6/5 in same component and reachable ok 1124 - nodes 6/2, 6/4 in same component and reachable ok 1125 - nodes 6/2, 6/3 in same component and reachable ok 1126 - nodes 6/2, 6/1 in same component and reachable ok 1127 - nodes 6/2, 6/0 in same component and reachable ok 1128 - nodes 6/2, 6/6 in same component and reachable ok 1129 - nodes 6/2, 6/2 in same component and reachable ok 1130 - nodes i25, i25 in same component and reachable ok 1131 - nodes i20, i20 in same component and reachable ok 1132 - nodes i3, i3 in same component and reachable ok 1133 - nodes i42, i42 in same component and reachable ok 1134 - nodes i34, i34 in same component and reachable ok 1135 - nodes i53, i53 in same component and reachable ok 1136 - nodes i48, i48 in same component and reachable ok 1137 - nodes i0, i0 in same component and reachable ok 1138 - nodes i32, i32 in same component and reachable ok 1139 - nodes i13, i13 in same component and reachable ok 1140 - nodes 8/7, 8/7 in same component and reachable ok 1141 - nodes 8/7, 8/6 in same component and reachable ok 1142 - nodes 8/7, 8/1 in same component and reachable ok 1143 - nodes 8/7, 8/0 in same component and reachable ok 1144 - nodes 8/7, 8/8 in same component and reachable ok 1145 - nodes 8/7, 8/4 in same component and reachable ok 1146 - nodes 8/7, 8/3 in same component and reachable ok 1147 - nodes 8/7, 8/2 in same component and reachable ok 1148 - nodes 8/7, 8/5 in same component and reachable ok 1149 - nodes 8/6, 8/7 in same component and reachable ok 1150 - nodes 8/6, 8/6 in same component and reachable ok 1151 - nodes 8/6, 8/1 in same component and reachable ok 1152 - nodes 8/6, 8/0 in same component and reachable ok 1153 - nodes 8/6, 8/8 in same component and reachable ok 1154 - nodes 8/6, 8/4 in same component and reachable ok 1155 - nodes 8/6, 8/3 in same component and reachable ok 1156 - nodes 8/6, 8/2 in same component and reachable ok 1157 - nodes 8/6, 8/5 in same component and reachable ok 1158 - nodes 8/1, 8/7 in same component and reachable ok 1159 - nodes 8/1, 8/6 in same component and reachable ok 1160 - nodes 8/1, 8/1 in same component and reachable ok 1161 - nodes 8/1, 8/0 in same component and reachable ok 1162 - nodes 8/1, 8/8 in same component and reachable ok 1163 - nodes 8/1, 8/4 in same component and reachable ok 1164 - nodes 8/1, 8/3 in same component and reachable ok 1165 - nodes 8/1, 8/2 in same component and reachable ok 1166 - nodes 8/1, 8/5 in same component and reachable ok 1167 - nodes 8/0, 8/7 in same component and reachable ok 1168 - nodes 8/0, 8/6 in same component and reachable ok 1169 - nodes 8/0, 8/1 in same component and reachable ok 1170 - nodes 8/0, 8/0 in same component and reachable ok 1171 - nodes 8/0, 8/8 in same component and reachable ok 1172 - nodes 8/0, 8/4 in same component and reachable ok 1173 - nodes 8/0, 8/3 in same component and reachable ok 1174 - nodes 8/0, 8/2 in same component and reachable ok 1175 - nodes 8/0, 8/5 in same component and reachable ok 1176 - nodes 8/8, 8/7 in same component and reachable ok 1177 - nodes 8/8, 8/6 in same component and reachable ok 1178 - nodes 8/8, 8/1 in same component and reachable ok 1179 - nodes 8/8, 8/0 in same component and reachable ok 1180 - nodes 8/8, 8/8 in same component and reachable ok 1181 - nodes 8/8, 8/4 in same component and reachable ok 1182 - nodes 8/8, 8/3 in same component and reachable ok 1183 - nodes 8/8, 8/2 in same component and reachable ok 1184 - nodes 8/8, 8/5 in same component and reachable ok 1185 - nodes 8/4, 8/7 in same component and reachable ok 1186 - nodes 8/4, 8/6 in same component and reachable ok 1187 - nodes 8/4, 8/1 in same component and reachable ok 1188 - nodes 8/4, 8/0 in same component and reachable ok 1189 - nodes 8/4, 8/8 in same component and reachable ok 1190 - nodes 8/4, 8/4 in same component and reachable ok 1191 - nodes 8/4, 8/3 in same component and reachable ok 1192 - nodes 8/4, 8/2 in same component and reachable ok 1193 - nodes 8/4, 8/5 in same component and reachable ok 1194 - nodes 8/3, 8/7 in same component and reachable ok 1195 - nodes 8/3, 8/6 in same component and reachable ok 1196 - nodes 8/3, 8/1 in same component and reachable ok 1197 - nodes 8/3, 8/0 in same component and reachable ok 1198 - nodes 8/3, 8/8 in same component and reachable ok 1199 - nodes 8/3, 8/4 in same component and reachable ok 1200 - nodes 8/3, 8/3 in same component and reachable ok 1201 - nodes 8/3, 8/2 in same component and reachable ok 1202 - nodes 8/3, 8/5 in same component and reachable ok 1203 - nodes 8/2, 8/7 in same component and reachable ok 1204 - nodes 8/2, 8/6 in same component and reachable ok 1205 - nodes 8/2, 8/1 in same component and reachable ok 1206 - nodes 8/2, 8/0 in same component and reachable ok 1207 - nodes 8/2, 8/8 in same component and reachable ok 1208 - nodes 8/2, 8/4 in same component and reachable ok 1209 - nodes 8/2, 8/3 in same component and reachable ok 1210 - nodes 8/2, 8/2 in same component and reachable ok 1211 - nodes 8/2, 8/5 in same component and reachable ok 1212 - nodes 8/5, 8/7 in same component and reachable ok 1213 - nodes 8/5, 8/6 in same component and reachable ok 1214 - nodes 8/5, 8/1 in same component and reachable ok 1215 - nodes 8/5, 8/0 in same component and reachable ok 1216 - nodes 8/5, 8/8 in same component and reachable ok 1217 - nodes 8/5, 8/4 in same component and reachable ok 1218 - nodes 8/5, 8/3 in same component and reachable ok 1219 - nodes 8/5, 8/2 in same component and reachable ok 1220 - nodes 8/5, 8/5 in same component and reachable ok 1221 - nodes i30, i30 in same component and reachable ok 1222 - nodes i23, i23 in same component and reachable ok 1223 - nodes 9/2, 9/2 in same component and reachable ok 1224 - nodes 9/2, 9/1 in same component and reachable ok 1225 - nodes 9/2, 9/4 in same component and reachable ok 1226 - nodes 9/2, 9/3 in same component and reachable ok 1227 - nodes 9/2, 9/9 in same component and reachable ok 1228 - nodes 9/2, 9/8 in same component and reachable ok 1229 - nodes 9/2, 9/7 in same component and reachable ok 1230 - nodes 9/2, 9/6 in same component and reachable ok 1231 - nodes 9/2, 9/5 in same component and reachable ok 1232 - nodes 9/2, 9/0 in same component and reachable ok 1233 - nodes 9/1, 9/2 in same component and reachable ok 1234 - nodes 9/1, 9/1 in same component and reachable ok 1235 - nodes 9/1, 9/4 in same component and reachable ok 1236 - nodes 9/1, 9/3 in same component and reachable ok 1237 - nodes 9/1, 9/9 in same component and reachable ok 1238 - nodes 9/1, 9/8 in same component and reachable ok 1239 - nodes 9/1, 9/7 in same component and reachable ok 1240 - nodes 9/1, 9/6 in same component and reachable ok 1241 - nodes 9/1, 9/5 in same component and reachable ok 1242 - nodes 9/1, 9/0 in same component and reachable ok 1243 - nodes 9/4, 9/2 in same component and reachable ok 1244 - nodes 9/4, 9/1 in same component and reachable ok 1245 - nodes 9/4, 9/4 in same component and reachable ok 1246 - nodes 9/4, 9/3 in same component and reachable ok 1247 - nodes 9/4, 9/9 in same component and reachable ok 1248 - nodes 9/4, 9/8 in same component and reachable ok 1249 - nodes 9/4, 9/7 in same component and reachable ok 1250 - nodes 9/4, 9/6 in same component and reachable ok 1251 - nodes 9/4, 9/5 in same component and reachable ok 1252 - nodes 9/4, 9/0 in same component and reachable ok 1253 - nodes 9/3, 9/2 in same component and reachable ok 1254 - nodes 9/3, 9/1 in same component and reachable ok 1255 - nodes 9/3, 9/4 in same component and reachable ok 1256 - nodes 9/3, 9/3 in same component and reachable ok 1257 - nodes 9/3, 9/9 in same component and reachable ok 1258 - nodes 9/3, 9/8 in same component and reachable ok 1259 - nodes 9/3, 9/7 in same component and reachable ok 1260 - nodes 9/3, 9/6 in same component and reachable ok 1261 - nodes 9/3, 9/5 in same component and reachable ok 1262 - nodes 9/3, 9/0 in same component and reachable ok 1263 - nodes 9/9, 9/2 in same component and reachable ok 1264 - nodes 9/9, 9/1 in same component and reachable ok 1265 - nodes 9/9, 9/4 in same component and reachable ok 1266 - nodes 9/9, 9/3 in same component and reachable ok 1267 - nodes 9/9, 9/9 in same component and reachable ok 1268 - nodes 9/9, 9/8 in same component and reachable ok 1269 - nodes 9/9, 9/7 in same component and reachable ok 1270 - nodes 9/9, 9/6 in same component and reachable ok 1271 - nodes 9/9, 9/5 in same component and reachable ok 1272 - nodes 9/9, 9/0 in same component and reachable ok 1273 - nodes 9/8, 9/2 in same component and reachable ok 1274 - nodes 9/8, 9/1 in same component and reachable ok 1275 - nodes 9/8, 9/4 in same component and reachable ok 1276 - nodes 9/8, 9/3 in same component and reachable ok 1277 - nodes 9/8, 9/9 in same component and reachable ok 1278 - nodes 9/8, 9/8 in same component and reachable ok 1279 - nodes 9/8, 9/7 in same component and reachable ok 1280 - nodes 9/8, 9/6 in same component and reachable ok 1281 - nodes 9/8, 9/5 in same component and reachable ok 1282 - nodes 9/8, 9/0 in same component and reachable ok 1283 - nodes 9/7, 9/2 in same component and reachable ok 1284 - nodes 9/7, 9/1 in same component and reachable ok 1285 - nodes 9/7, 9/4 in same component and reachable ok 1286 - nodes 9/7, 9/3 in same component and reachable ok 1287 - nodes 9/7, 9/9 in same component and reachable ok 1288 - nodes 9/7, 9/8 in same component and reachable ok 1289 - nodes 9/7, 9/7 in same component and reachable ok 1290 - nodes 9/7, 9/6 in same component and reachable ok 1291 - nodes 9/7, 9/5 in same component and reachable ok 1292 - nodes 9/7, 9/0 in same component and reachable ok 1293 - nodes 9/6, 9/2 in same component and reachable ok 1294 - nodes 9/6, 9/1 in same component and reachable ok 1295 - nodes 9/6, 9/4 in same component and reachable ok 1296 - nodes 9/6, 9/3 in same component and reachable ok 1297 - nodes 9/6, 9/9 in same component and reachable ok 1298 - nodes 9/6, 9/8 in same component and reachable ok 1299 - nodes 9/6, 9/7 in same component and reachable ok 1300 - nodes 9/6, 9/6 in same component and reachable ok 1301 - nodes 9/6, 9/5 in same component and reachable ok 1302 - nodes 9/6, 9/0 in same component and reachable ok 1303 - nodes 9/5, 9/2 in same component and reachable ok 1304 - nodes 9/5, 9/1 in same component and reachable ok 1305 - nodes 9/5, 9/4 in same component and reachable ok 1306 - nodes 9/5, 9/3 in same component and reachable ok 1307 - nodes 9/5, 9/9 in same component and reachable ok 1308 - nodes 9/5, 9/8 in same component and reachable ok 1309 - nodes 9/5, 9/7 in same component and reachable ok 1310 - nodes 9/5, 9/6 in same component and reachable ok 1311 - nodes 9/5, 9/5 in same component and reachable ok 1312 - nodes 9/5, 9/0 in same component and reachable ok 1313 - nodes 9/0, 9/2 in same component and reachable ok 1314 - nodes 9/0, 9/1 in same component and reachable ok 1315 - nodes 9/0, 9/4 in same component and reachable ok 1316 - nodes 9/0, 9/3 in same component and reachable ok 1317 - nodes 9/0, 9/9 in same component and reachable ok 1318 - nodes 9/0, 9/8 in same component and reachable ok 1319 - nodes 9/0, 9/7 in same component and reachable ok 1320 - nodes 9/0, 9/6 in same component and reachable ok 1321 - nodes 9/0, 9/5 in same component and reachable ok 1322 - nodes 9/0, 9/0 in same component and reachable ok 1323 - nodes i51, i51 in same component and reachable ok 1324 - nodes 7/4, 7/4 in same component and reachable ok 1325 - nodes 7/4, 7/0 in same component and reachable ok 1326 - nodes 7/4, 7/6 in same component and reachable ok 1327 - nodes 7/4, 7/5 in same component and reachable ok 1328 - nodes 7/4, 7/7 in same component and reachable ok 1329 - nodes 7/4, 7/2 in same component and reachable ok 1330 - nodes 7/4, 7/1 in same component and reachable ok 1331 - nodes 7/4, 7/3 in same component and reachable ok 1332 - nodes 7/0, 7/4 in same component and reachable ok 1333 - nodes 7/0, 7/0 in same component and reachable ok 1334 - nodes 7/0, 7/6 in same component and reachable ok 1335 - nodes 7/0, 7/5 in same component and reachable ok 1336 - nodes 7/0, 7/7 in same component and reachable ok 1337 - nodes 7/0, 7/2 in same component and reachable ok 1338 - nodes 7/0, 7/1 in same component and reachable ok 1339 - nodes 7/0, 7/3 in same component and reachable ok 1340 - nodes 7/6, 7/4 in same component and reachable ok 1341 - nodes 7/6, 7/0 in same component and reachable ok 1342 - nodes 7/6, 7/6 in same component and reachable ok 1343 - nodes 7/6, 7/5 in same component and reachable ok 1344 - nodes 7/6, 7/7 in same component and reachable ok 1345 - nodes 7/6, 7/2 in same component and reachable ok 1346 - nodes 7/6, 7/1 in same component and reachable ok 1347 - nodes 7/6, 7/3 in same component and reachable ok 1348 - nodes 7/5, 7/4 in same component and reachable ok 1349 - nodes 7/5, 7/0 in same component and reachable ok 1350 - nodes 7/5, 7/6 in same component and reachable ok 1351 - nodes 7/5, 7/5 in same component and reachable ok 1352 - nodes 7/5, 7/7 in same component and reachable ok 1353 - nodes 7/5, 7/2 in same component and reachable ok 1354 - nodes 7/5, 7/1 in same component and reachable ok 1355 - nodes 7/5, 7/3 in same component and reachable ok 1356 - nodes 7/7, 7/4 in same component and reachable ok 1357 - nodes 7/7, 7/0 in same component and reachable ok 1358 - nodes 7/7, 7/6 in same component and reachable ok 1359 - nodes 7/7, 7/5 in same component and reachable ok 1360 - nodes 7/7, 7/7 in same component and reachable ok 1361 - nodes 7/7, 7/2 in same component and reachable ok 1362 - nodes 7/7, 7/1 in same component and reachable ok 1363 - nodes 7/7, 7/3 in same component and reachable ok 1364 - nodes 7/2, 7/4 in same component and reachable ok 1365 - nodes 7/2, 7/0 in same component and reachable ok 1366 - nodes 7/2, 7/6 in same component and reachable ok 1367 - nodes 7/2, 7/5 in same component and reachable ok 1368 - nodes 7/2, 7/7 in same component and reachable ok 1369 - nodes 7/2, 7/2 in same component and reachable ok 1370 - nodes 7/2, 7/1 in same component and reachable ok 1371 - nodes 7/2, 7/3 in same component and reachable ok 1372 - nodes 7/1, 7/4 in same component and reachable ok 1373 - nodes 7/1, 7/0 in same component and reachable ok 1374 - nodes 7/1, 7/6 in same component and reachable ok 1375 - nodes 7/1, 7/5 in same component and reachable ok 1376 - nodes 7/1, 7/7 in same component and reachable ok 1377 - nodes 7/1, 7/2 in same component and reachable ok 1378 - nodes 7/1, 7/1 in same component and reachable ok 1379 - nodes 7/1, 7/3 in same component and reachable ok 1380 - nodes 7/3, 7/4 in same component and reachable ok 1381 - nodes 7/3, 7/0 in same component and reachable ok 1382 - nodes 7/3, 7/6 in same component and reachable ok 1383 - nodes 7/3, 7/5 in same component and reachable ok 1384 - nodes 7/3, 7/7 in same component and reachable ok 1385 - nodes 7/3, 7/2 in same component and reachable ok 1386 - nodes 7/3, 7/1 in same component and reachable ok 1387 - nodes 7/3, 7/3 in same component and reachable ok 1388 - nodes 7/5, 7/5 reachable and in same component ok 1389 - nodes 7/5, 7/4 reachable and in same component ok 1390 - nodes 7/5, 7/3 reachable and in same component ok 1391 - nodes 7/5, 7/7 reachable and in same component ok 1392 - nodes 7/5, 7/1 reachable and in same component ok 1393 - nodes 7/5, 7/2 reachable and in same component ok 1394 - nodes 7/5, 7/0 reachable and in same component ok 1395 - nodes 7/5, 7/6 reachable and in same component ok 1396 - nodes 7/4, 7/4 reachable and in same component ok 1397 - nodes 7/4, 7/3 reachable and in same component ok 1398 - nodes 7/4, 7/7 reachable and in same component ok 1399 - nodes 7/4, 7/1 reachable and in same component ok 1400 - nodes 7/4, 7/2 reachable and in same component ok 1401 - nodes 7/4, 7/0 reachable and in same component ok 1402 - nodes 7/4, 7/6 reachable and in same component ok 1403 - nodes i42, i42 reachable and in same component ok 1404 - nodes i10, i10 reachable and in same component ok 1405 - nodes 6/0, 6/0 reachable and in same component ok 1406 - nodes 6/0, 6/5 reachable and in same component ok 1407 - nodes 6/0, 6/6 reachable and in same component ok 1408 - nodes 6/0, 6/4 reachable and in same component ok 1409 - nodes 6/0, 6/3 reachable and in same component ok 1410 - nodes 6/0, 6/1 reachable and in same component ok 1411 - nodes 6/0, 6/2 reachable and in same component ok 1412 - nodes i21, i21 reachable and in same component ok 1413 - nodes i55, i55 reachable and in same component ok 1414 - nodes 3/1, 3/1 reachable and in same component ok 1415 - nodes 3/1, 3/0 reachable and in same component ok 1416 - nodes 3/1, 3/3 reachable and in same component ok 1417 - nodes 3/1, 3/2 reachable and in same component ok 1418 - nodes i32, i32 reachable and in same component ok 1419 - nodes 6/5, 6/5 reachable and in same component ok 1420 - nodes 6/5, 6/6 reachable and in same component ok 1421 - nodes 6/5, 6/4 reachable and in same component ok 1422 - nodes 6/5, 6/3 reachable and in same component ok 1423 - nodes 6/5, 6/1 reachable and in same component ok 1424 - nodes 6/5, 6/2 reachable and in same component ok 1425 - nodes i52, i52 reachable and in same component ok 1426 - nodes 5/3, 5/3 reachable and in same component ok 1427 - nodes 5/3, 5/1 reachable and in same component ok 1428 - nodes 5/3, 5/5 reachable and in same component ok 1429 - nodes 5/3, 5/0 reachable and in same component ok 1430 - nodes 5/3, 5/4 reachable and in same component ok 1431 - nodes 5/3, 5/2 reachable and in same component ok 1432 - nodes i22, i22 reachable and in same component ok 1433 - nodes 5/1, 5/1 reachable and in same component ok 1434 - nodes 5/1, 5/5 reachable and in same component ok 1435 - nodes 5/1, 5/0 reachable and in same component ok 1436 - nodes 5/1, 5/4 reachable and in same component ok 1437 - nodes 5/1, 5/2 reachable and in same component ok 1438 - nodes 8/8, 8/8 reachable and in same component ok 1439 - nodes 8/8, 8/3 reachable and in same component ok 1440 - nodes 8/8, 8/5 reachable and in same component ok 1441 - nodes 8/8, 8/4 reachable and in same component ok 1442 - nodes 8/8, 8/6 reachable and in same component ok 1443 - nodes 8/8, 8/0 reachable and in same component ok 1444 - nodes 8/8, 8/2 reachable and in same component ok 1445 - nodes 8/8, 8/1 reachable and in same component ok 1446 - nodes 8/8, 8/7 reachable and in same component ok 1447 - nodes i0, i0 reachable and in same component ok 1448 - nodes i36, i36 reachable and in same component ok 1449 - nodes i24, i24 reachable and in same component ok 1450 - nodes 6/6, 6/6 reachable and in same component ok 1451 - nodes 6/6, 6/4 reachable and in same component ok 1452 - nodes 6/6, 6/3 reachable and in same component ok 1453 - nodes 6/6, 6/1 reachable and in same component ok 1454 - nodes 6/6, 6/2 reachable and in same component ok 1455 - nodes i47, i47 reachable and in same component ok 1456 - nodes i2, i2 reachable and in same component ok 1457 - nodes i7, i7 reachable and in same component ok 1458 - nodes 5/5, 5/5 reachable and in same component ok 1459 - nodes 5/5, 5/0 reachable and in same component ok 1460 - nodes 5/5, 5/4 reachable and in same component ok 1461 - nodes 5/5, 5/2 reachable and in same component ok 1462 - nodes i44, i44 reachable and in same component ok 1463 - nodes i56, i56 reachable and in same component ok 1464 - nodes i41, i41 reachable and in same component ok 1465 - nodes 4/0, 4/0 reachable and in same component ok 1466 - nodes 4/0, 4/1 reachable and in same component ok 1467 - nodes 4/0, 4/2 reachable and in same component ok 1468 - nodes 4/0, 4/4 reachable and in same component ok 1469 - nodes 4/0, 4/3 reachable and in same component ok 1470 - nodes 7/3, 7/3 reachable and in same component ok 1471 - nodes 7/3, 7/7 reachable and in same component ok 1472 - nodes 7/3, 7/1 reachable and in same component ok 1473 - nodes 7/3, 7/2 reachable and in same component ok 1474 - nodes 7/3, 7/0 reachable and in same component ok 1475 - nodes 7/3, 7/6 reachable and in same component ok 1476 - nodes 7/7, 7/7 reachable and in same component ok 1477 - nodes 7/7, 7/1 reachable and in same component ok 1478 - nodes 7/7, 7/2 reachable and in same component ok 1479 - nodes 7/7, 7/0 reachable and in same component ok 1480 - nodes 7/7, 7/6 reachable and in same component ok 1481 - nodes 4/1, 4/1 reachable and in same component ok 1482 - nodes 4/1, 4/2 reachable and in same component ok 1483 - nodes 4/1, 4/4 reachable and in same component ok 1484 - nodes 4/1, 4/3 reachable and in same component ok 1485 - nodes i43, i43 reachable and in same component ok 1486 - nodes i30, i30 reachable and in same component ok 1487 - nodes 9/3, 9/3 reachable and in same component ok 1488 - nodes 9/3, 9/5 reachable and in same component ok 1489 - nodes 9/3, 9/7 reachable and in same component ok 1490 - nodes 9/3, 9/0 reachable and in same component ok 1491 - nodes 9/3, 9/9 reachable and in same component ok 1492 - nodes 9/3, 9/4 reachable and in same component ok 1493 - nodes 9/3, 9/8 reachable and in same component ok 1494 - nodes 9/3, 9/1 reachable and in same component ok 1495 - nodes 9/3, 9/6 reachable and in same component ok 1496 - nodes 9/3, 9/2 reachable and in same component ok 1497 - nodes i39, i39 reachable and in same component ok 1498 - nodes i45, i45 reachable and in same component ok 1499 - nodes i27, i27 reachable and in same component ok 1500 - nodes i12, i12 reachable and in same component ok 1501 - nodes 7/1, 7/1 reachable and in same component ok 1502 - nodes 7/1, 7/2 reachable and in same component ok 1503 - nodes 7/1, 7/0 reachable and in same component ok 1504 - nodes 7/1, 7/6 reachable and in same component ok 1505 - nodes 9/5, 9/5 reachable and in same component ok 1506 - nodes 9/5, 9/7 reachable and in same component ok 1507 - nodes 9/5, 9/0 reachable and in same component ok 1508 - nodes 9/5, 9/9 reachable and in same component ok 1509 - nodes 9/5, 9/4 reachable and in same component ok 1510 - nodes 9/5, 9/8 reachable and in same component ok 1511 - nodes 9/5, 9/1 reachable and in same component ok 1512 - nodes 9/5, 9/6 reachable and in same component ok 1513 - nodes 9/5, 9/2 reachable and in same component ok 1514 - nodes 8/3, 8/3 reachable and in same component ok 1515 - nodes 8/3, 8/5 reachable and in same component ok 1516 - nodes 8/3, 8/4 reachable and in same component ok 1517 - nodes 8/3, 8/6 reachable and in same component ok 1518 - nodes 8/3, 8/0 reachable and in same component ok 1519 - nodes 8/3, 8/2 reachable and in same component ok 1520 - nodes 8/3, 8/1 reachable and in same component ok 1521 - nodes 8/3, 8/7 reachable and in same component ok 1522 - nodes i11, i11 reachable and in same component ok 1523 - nodes i50, i50 reachable and in same component ok 1524 - nodes i3, i3 reachable and in same component ok 1525 - nodes 8/5, 8/5 reachable and in same component ok 1526 - nodes 8/5, 8/4 reachable and in same component ok 1527 - nodes 8/5, 8/6 reachable and in same component ok 1528 - nodes 8/5, 8/0 reachable and in same component ok 1529 - nodes 8/5, 8/2 reachable and in same component ok 1530 - nodes 8/5, 8/1 reachable and in same component ok 1531 - nodes 8/5, 8/7 reachable and in same component ok 1532 - nodes 4/2, 4/2 reachable and in same component ok 1533 - nodes 4/2, 4/4 reachable and in same component ok 1534 - nodes 4/2, 4/3 reachable and in same component ok 1535 - nodes 5/0, 5/0 reachable and in same component ok 1536 - nodes 5/0, 5/4 reachable and in same component ok 1537 - nodes 5/0, 5/2 reachable and in same component ok 1538 - nodes i33, i33 reachable and in same component ok 1539 - nodes 9/7, 9/7 reachable and in same component ok 1540 - nodes 9/7, 9/0 reachable and in same component ok 1541 - nodes 9/7, 9/9 reachable and in same component ok 1542 - nodes 9/7, 9/4 reachable and in same component ok 1543 - nodes 9/7, 9/8 reachable and in same component ok 1544 - nodes 9/7, 9/1 reachable and in same component ok 1545 - nodes 9/7, 9/6 reachable and in same component ok 1546 - nodes 9/7, 9/2 reachable and in same component ok 1547 - nodes i6, i6 reachable and in same component ok 1548 - nodes i1, i1 reachable and in same component ok 1549 - nodes i54, i54 reachable and in same component ok 1550 - nodes i23, i23 reachable and in same component ok 1551 - nodes i13, i13 reachable and in same component ok 1552 - nodes 9/0, 9/0 reachable and in same component ok 1553 - nodes 9/0, 9/9 reachable and in same component ok 1554 - nodes 9/0, 9/4 reachable and in same component ok 1555 - nodes 9/0, 9/8 reachable and in same component ok 1556 - nodes 9/0, 9/1 reachable and in same component ok 1557 - nodes 9/0, 9/6 reachable and in same component ok 1558 - nodes 9/0, 9/2 reachable and in same component ok 1559 - nodes i38, i38 reachable and in same component ok 1560 - nodes i26, i26 reachable and in same component ok 1561 - nodes 5/4, 5/4 reachable and in same component ok 1562 - nodes 5/4, 5/2 reachable and in same component ok 1563 - nodes i9, i9 reachable and in same component ok 1564 - nodes 9/9, 9/9 reachable and in same component ok 1565 - nodes 9/9, 9/4 reachable and in same component ok 1566 - nodes 9/9, 9/8 reachable and in same component ok 1567 - nodes 9/9, 9/1 reachable and in same component ok 1568 - nodes 9/9, 9/6 reachable and in same component ok 1569 - nodes 9/9, 9/2 reachable and in same component ok 1570 - nodes i17, i17 reachable and in same component ok 1571 - nodes i20, i20 reachable and in same component ok 1572 - nodes i18, i18 reachable and in same component ok 1573 - nodes 1/1, 1/1 reachable and in same component ok 1574 - nodes 1/1, 1/0 reachable and in same component ok 1575 - nodes 5/2, 5/2 reachable and in same component ok 1576 - nodes 1/0, 1/0 reachable and in same component ok 1577 - nodes i40, i40 reachable and in same component ok 1578 - nodes 7/2, 7/2 reachable and in same component ok 1579 - nodes 7/2, 7/0 reachable and in same component ok 1580 - nodes 7/2, 7/6 reachable and in same component ok 1581 - nodes i53, i53 reachable and in same component ok 1582 - nodes i34, i34 reachable and in same component ok 1583 - nodes 6/4, 6/4 reachable and in same component ok 1584 - nodes 6/4, 6/3 reachable and in same component ok 1585 - nodes 6/4, 6/1 reachable and in same component ok 1586 - nodes 6/4, 6/2 reachable and in same component ok 1587 - nodes 7/0, 7/0 reachable and in same component ok 1588 - nodes 7/0, 7/6 reachable and in same component ok 1589 - nodes i35, i35 reachable and in same component ok 1590 - nodes i25, i25 reachable and in same component ok 1591 - nodes 8/4, 8/4 reachable and in same component ok 1592 - nodes 8/4, 8/6 reachable and in same component ok 1593 - nodes 8/4, 8/0 reachable and in same component ok 1594 - nodes 8/4, 8/2 reachable and in same component ok 1595 - nodes 8/4, 8/1 reachable and in same component ok 1596 - nodes 8/4, 8/7 reachable and in same component ok 1597 - nodes 4/4, 4/4 reachable and in same component ok 1598 - nodes 4/4, 4/3 reachable and in same component ok 1599 - nodes i19, i19 reachable and in same component ok 1600 - nodes i4, i4 reachable and in same component ok 1601 - nodes 9/4, 9/4 reachable and in same component ok 1602 - nodes 9/4, 9/8 reachable and in same component ok 1603 - nodes 9/4, 9/1 reachable and in same component ok 1604 - nodes 9/4, 9/6 reachable and in same component ok 1605 - nodes 9/4, 9/2 reachable and in same component ok 1606 - nodes 6/3, 6/3 reachable and in same component ok 1607 - nodes 6/3, 6/1 reachable and in same component ok 1608 - nodes 6/3, 6/2 reachable and in same component ok 1609 - nodes i58, i58 reachable and in same component ok 1610 - nodes 9/8, 9/8 reachable and in same component ok 1611 - nodes 9/8, 9/1 reachable and in same component ok 1612 - nodes 9/8, 9/6 reachable and in same component ok 1613 - nodes 9/8, 9/2 reachable and in same component ok 1614 - nodes i31, i31 reachable and in same component ok 1615 - nodes 6/1, 6/1 reachable and in same component ok 1616 - nodes 6/1, 6/2 reachable and in same component ok 1617 - nodes 8/6, 8/6 reachable and in same component ok 1618 - nodes 8/6, 8/0 reachable and in same component ok 1619 - nodes 8/6, 8/2 reachable and in same component ok 1620 - nodes 8/6, 8/1 reachable and in same component ok 1621 - nodes 8/6, 8/7 reachable and in same component ok 1622 - nodes 0/0, 0/0 reachable and in same component ok 1623 - nodes 9/1, 9/1 reachable and in same component ok 1624 - nodes 9/1, 9/6 reachable and in same component ok 1625 - nodes 9/1, 9/2 reachable and in same component ok 1626 - nodes 6/2, 6/2 reachable and in same component ok 1627 - nodes 4/3, 4/3 reachable and in same component ok 1628 - nodes i48, i48 reachable and in same component ok 1629 - nodes 3/0, 3/0 reachable and in same component ok 1630 - nodes 3/0, 3/3 reachable and in same component ok 1631 - nodes 3/0, 3/2 reachable and in same component ok 1632 - nodes i37, i37 reachable and in same component ok 1633 - nodes 2/0, 2/0 reachable and in same component ok 1634 - nodes 2/0, 2/1 reachable and in same component ok 1635 - nodes 2/0, 2/2 reachable and in same component ok 1636 - nodes 8/0, 8/0 reachable and in same component ok 1637 - nodes 8/0, 8/2 reachable and in same component ok 1638 - nodes 8/0, 8/1 reachable and in same component ok 1639 - nodes 8/0, 8/7 reachable and in same component ok 1640 - nodes i46, i46 reachable and in same component ok 1641 - nodes 3/3, 3/3 reachable and in same component ok 1642 - nodes 3/3, 3/2 reachable and in same component ok 1643 - nodes 9/6, 9/6 reachable and in same component ok 1644 - nodes 9/6, 9/2 reachable and in same component ok 1645 - nodes 9/2, 9/2 reachable and in same component ok 1646 - nodes 3/2, 3/2 reachable and in same component ok 1647 - nodes 8/2, 8/2 reachable and in same component ok 1648 - nodes 8/2, 8/1 reachable and in same component ok 1649 - nodes 8/2, 8/7 reachable and in same component ok 1650 - nodes i51, i51 reachable and in same component ok 1651 - nodes 2/1, 2/1 reachable and in same component ok 1652 - nodes 2/1, 2/2 reachable and in same component ok 1653 - nodes 7/6, 7/6 reachable and in same component ok 1654 - nodes 8/1, 8/1 reachable and in same component ok 1655 - nodes 8/1, 8/7 reachable and in same component ok 1656 - nodes 8/7, 8/7 reachable and in same component ok 1657 - nodes 2/2, 2/2 reachable and in same component ok 1658 ok 1659 - component contains multiple intermediate nodes ok 1660 - component contains cycle and intermediate nodes ok 1661 - component contains multiple intermediate nodes i54 ok 1662 - component contains cycle and intermediate nodes ok 1663 - component contains multiple intermediate nodes i52 ok 1664 - component contains cycle and intermediate nodes ok 1665 - component contains multiple intermediate nodes i17 ok 1666 - component contains cycle and intermediate nodes ok 1667 - component contains multiple intermediate nodes i10 ok 1668 - component contains cycle and intermediate nodes ok 1669 - component contains multiple intermediate nodes i18 ok 1670 - component contains cycle and intermediate nodes ok 1671 - component contains multiple intermediate nodes ok 1672 - component contains cycle and intermediate nodes ok 1673 - component contains multiple intermediate nodes i2 ok 1674 - component contains cycle and intermediate nodes ok 1675 - component contains multiple intermediate nodes i21 ok 1676 - component contains cycle and intermediate nodes ok 1677 - component contains multiple intermediate nodes i7 ok 1678 - component contains cycle and intermediate nodes ok 1679 - component contains multiple intermediate nodes i19 ok 1680 - component contains cycle and intermediate nodes ok 1681 - component contains multiple intermediate nodes i37 ok 1682 - component contains cycle and intermediate nodes ok 1683 - component contains multiple intermediate nodes i39 ok 1684 - component contains cycle and intermediate nodes ok 1685 - component contains multiple intermediate nodes i12 ok 1686 - component contains cycle and intermediate nodes ok 1687 - component contains multiple intermediate nodes i50 ok 1688 - component contains cycle and intermediate nodes ok 1689 - component contains multiple intermediate nodes i26 ok 1690 - component contains cycle and intermediate nodes ok 1691 - component contains multiple intermediate nodes i24 ok 1692 - component contains cycle and intermediate nodes ok 1693 - component contains multiple intermediate nodes i11 ok 1694 - component contains cycle and intermediate nodes ok 1695 - component contains multiple intermediate nodes ok 1696 - component contains cycle and intermediate nodes ok 1697 - component contains multiple intermediate nodes i46 ok 1698 - component contains cycle and intermediate nodes ok 1699 - component contains multiple intermediate nodes i55 ok 1700 - component contains cycle and intermediate nodes ok 1701 - component contains multiple intermediate nodes i44 ok 1702 - component contains cycle and intermediate nodes ok 1703 - component contains multiple intermediate nodes i36 ok 1704 - component contains cycle and intermediate nodes ok 1705 - component contains multiple intermediate nodes i22 ok 1706 - component contains cycle and intermediate nodes ok 1707 - component contains multiple intermediate nodes i31 ok 1708 - component contains cycle and intermediate nodes ok 1709 - component contains multiple intermediate nodes i58 ok 1710 - component contains cycle and intermediate nodes ok 1711 - component contains multiple intermediate nodes i56 ok 1712 - component contains cycle and intermediate nodes ok 1713 - component contains multiple intermediate nodes ok 1714 - component contains cycle and intermediate nodes ok 1715 - component contains multiple intermediate nodes i41 ok 1716 - component contains cycle and intermediate nodes ok 1717 - component contains multiple intermediate nodes i45 ok 1718 - component contains cycle and intermediate nodes ok 1719 - component contains multiple intermediate nodes i33 ok 1720 - component contains cycle and intermediate nodes ok 1721 - component contains multiple intermediate nodes i1 ok 1722 - component contains cycle and intermediate nodes ok 1723 - component contains multiple intermediate nodes i27 ok 1724 - component contains cycle and intermediate nodes ok 1725 - component contains multiple intermediate nodes i35 ok 1726 - component contains cycle and intermediate nodes ok 1727 - component contains multiple intermediate nodes i9 ok 1728 - component contains cycle and intermediate nodes ok 1729 - component contains multiple intermediate nodes i43 ok 1730 - component contains cycle and intermediate nodes ok 1731 - component contains multiple intermediate nodes ok 1732 - component contains cycle and intermediate nodes ok 1733 - component contains multiple intermediate nodes i38 ok 1734 - component contains cycle and intermediate nodes ok 1735 - component contains multiple intermediate nodes i47 ok 1736 - component contains cycle and intermediate nodes ok 1737 - component contains multiple intermediate nodes i40 ok 1738 - component contains cycle and intermediate nodes ok 1739 - component contains multiple intermediate nodes i4 ok 1740 - component contains cycle and intermediate nodes ok 1741 - component contains multiple intermediate nodes ok 1742 - component contains cycle and intermediate nodes ok 1743 - component contains multiple intermediate nodes i6 ok 1744 - component contains cycle and intermediate nodes ok 1745 - component contains multiple intermediate nodes ok 1746 - component contains cycle and intermediate nodes ok 1747 - component contains multiple intermediate nodes i25 ok 1748 - component contains cycle and intermediate nodes ok 1749 - component contains multiple intermediate nodes i20 ok 1750 - component contains cycle and intermediate nodes ok 1751 - component contains multiple intermediate nodes i3 ok 1752 - component contains cycle and intermediate nodes ok 1753 - component contains multiple intermediate nodes i42 ok 1754 - component contains cycle and intermediate nodes ok 1755 - component contains multiple intermediate nodes i34 ok 1756 - component contains cycle and intermediate nodes ok 1757 - component contains multiple intermediate nodes i53 ok 1758 - component contains cycle and intermediate nodes ok 1759 - component contains multiple intermediate nodes i48 ok 1760 - component contains cycle and intermediate nodes ok 1761 - component contains multiple intermediate nodes i0 ok 1762 - component contains cycle and intermediate nodes ok 1763 - component contains multiple intermediate nodes i32 ok 1764 - component contains cycle and intermediate nodes ok 1765 - component contains multiple intermediate nodes i13 ok 1766 - component contains cycle and intermediate nodes ok 1767 - component contains multiple intermediate nodes ok 1768 - component contains cycle and intermediate nodes ok 1769 - component contains multiple intermediate nodes i30 ok 1770 - component contains cycle and intermediate nodes ok 1771 - component contains multiple intermediate nodes i23 ok 1772 - component contains cycle and intermediate nodes ok 1773 - component contains multiple intermediate nodes ok 1774 - component contains cycle and intermediate nodes ok 1775 - component contains multiple intermediate nodes i51 ok 1776 - component contains cycle and intermediate nodes ok 1777 - component contains multiple intermediate nodes ok 1778 - component contains cycle and intermediate nodes ok 1779 - two components have same size (1) ok 1780 - two components have same size (2) ok 1781 - two components have same size (3) ok 1782 - two components have same size (4) ok 1783 - two components have same size (5) ok 1784 - two components have same size (6) ok 1785 - two components have same size (7) ok 1786 - two components have same size (9) ok 1787 - two components have same size (10) ok 1788 - two components have same size (8) ok 1789 - component 1 contains wrong nodes ok 1790 - component 2 contains wrong nodes ok 1791 - component 3 contains wrong nodes ok 1792 - component 4 contains wrong nodes ok 1793 - component 5 contains wrong nodes ok 1794 - component 6 contains wrong nodes ok 1795 - component 7 contains wrong nodes ok 1796 - component 8 contains wrong nodes ok 1797 - component 9 contains wrong nodes ok 1798 - component 10 contains wrong nodes # Test grid graph (acyclic) ok 1799 - node 2/0 ok 1800 - node 1/0 ok 1801 - node 2/1 ok 1802 - node 0/2 ok 1803 - node 2/2 ok 1804 - node 0/1 ok 1805 - node 1/1 ok 1806 - node 0/0 ok 1807 - node 1/2 ok 1808 - nodes 0/0, 0/0 in same component and reachable ok 1809 - nodes 1/0, 1/0 in same component and reachable ok 1810 - nodes 2/0, 2/0 in same component and reachable ok 1811 - nodes 0/1, 0/1 in same component and reachable ok 1812 - nodes 1/1, 1/1 in same component and reachable ok 1813 - nodes 2/1, 2/1 in same component and reachable ok 1814 - nodes 0/2, 0/2 in same component and reachable ok 1815 - nodes 1/2, 1/2 in same component and reachable ok 1816 - nodes 2/2, 2/2 in same component and reachable ok 1817 - nodes 2/0, 2/0 reachable and in same component ok 1818 - nodes 1/0, 1/0 reachable and in same component ok 1819 - nodes 2/1, 2/1 reachable and in same component ok 1820 - nodes 0/2, 0/2 reachable and in same component ok 1821 - nodes 2/2, 2/2 reachable and in same component ok 1822 - nodes 0/1, 0/1 reachable and in same component ok 1823 - nodes 1/1, 1/1 reachable and in same component ok 1824 - nodes 0/0, 0/0 reachable and in same component ok 1825 - nodes 1/2, 1/2 reachable and in same component ok 1826 # grid graph (cyclic) ok 1827 - node 2/0 ok 1828 - node 1/0 ok 1829 - node 2/1 ok 1830 - node 0/2 ok 1831 - node 2/2 ok 1832 - node 0/1 ok 1833 - node 1/1 ok 1834 - node 0/0 ok 1835 - node 1/2 ok 1836 - nodes 1/1, 1/1 in same component and reachable ok 1837 - nodes 1/1, 0/1 in same component and reachable ok 1838 - nodes 1/1, 2/1 in same component and reachable ok 1839 - nodes 1/1, 2/0 in same component and reachable ok 1840 - nodes 1/1, 1/0 in same component and reachable ok 1841 - nodes 1/1, 0/0 in same component and reachable ok 1842 - nodes 1/1, 0/2 in same component and reachable ok 1843 - nodes 1/1, 2/2 in same component and reachable ok 1844 - nodes 1/1, 1/2 in same component and reachable ok 1845 - nodes 0/1, 1/1 in same component and reachable ok 1846 - nodes 0/1, 0/1 in same component and reachable ok 1847 - nodes 0/1, 2/1 in same component and reachable ok 1848 - nodes 0/1, 2/0 in same component and reachable ok 1849 - nodes 0/1, 1/0 in same component and reachable ok 1850 - nodes 0/1, 0/0 in same component and reachable ok 1851 - nodes 0/1, 0/2 in same component and reachable ok 1852 - nodes 0/1, 2/2 in same component and reachable ok 1853 - nodes 0/1, 1/2 in same component and reachable ok 1854 - nodes 2/1, 1/1 in same component and reachable ok 1855 - nodes 2/1, 0/1 in same component and reachable ok 1856 - nodes 2/1, 2/1 in same component and reachable ok 1857 - nodes 2/1, 2/0 in same component and reachable ok 1858 - nodes 2/1, 1/0 in same component and reachable ok 1859 - nodes 2/1, 0/0 in same component and reachable ok 1860 - nodes 2/1, 0/2 in same component and reachable ok 1861 - nodes 2/1, 2/2 in same component and reachable ok 1862 - nodes 2/1, 1/2 in same component and reachable ok 1863 - nodes 2/0, 1/1 in same component and reachable ok 1864 - nodes 2/0, 0/1 in same component and reachable ok 1865 - nodes 2/0, 2/1 in same component and reachable ok 1866 - nodes 2/0, 2/0 in same component and reachable ok 1867 - nodes 2/0, 1/0 in same component and reachable ok 1868 - nodes 2/0, 0/0 in same component and reachable ok 1869 - nodes 2/0, 0/2 in same component and reachable ok 1870 - nodes 2/0, 2/2 in same component and reachable ok 1871 - nodes 2/0, 1/2 in same component and reachable ok 1872 - nodes 1/0, 1/1 in same component and reachable ok 1873 - nodes 1/0, 0/1 in same component and reachable ok 1874 - nodes 1/0, 2/1 in same component and reachable ok 1875 - nodes 1/0, 2/0 in same component and reachable ok 1876 - nodes 1/0, 1/0 in same component and reachable ok 1877 - nodes 1/0, 0/0 in same component and reachable ok 1878 - nodes 1/0, 0/2 in same component and reachable ok 1879 - nodes 1/0, 2/2 in same component and reachable ok 1880 - nodes 1/0, 1/2 in same component and reachable ok 1881 - nodes 0/0, 1/1 in same component and reachable ok 1882 - nodes 0/0, 0/1 in same component and reachable ok 1883 - nodes 0/0, 2/1 in same component and reachable ok 1884 - nodes 0/0, 2/0 in same component and reachable ok 1885 - nodes 0/0, 1/0 in same component and reachable ok 1886 - nodes 0/0, 0/0 in same component and reachable ok 1887 - nodes 0/0, 0/2 in same component and reachable ok 1888 - nodes 0/0, 2/2 in same component and reachable ok 1889 - nodes 0/0, 1/2 in same component and reachable ok 1890 - nodes 0/2, 1/1 in same component and reachable ok 1891 - nodes 0/2, 0/1 in same component and reachable ok 1892 - nodes 0/2, 2/1 in same component and reachable ok 1893 - nodes 0/2, 2/0 in same component and reachable ok 1894 - nodes 0/2, 1/0 in same component and reachable ok 1895 - nodes 0/2, 0/0 in same component and reachable ok 1896 - nodes 0/2, 0/2 in same component and reachable ok 1897 - nodes 0/2, 2/2 in same component and reachable ok 1898 - nodes 0/2, 1/2 in same component and reachable ok 1899 - nodes 2/2, 1/1 in same component and reachable ok 1900 - nodes 2/2, 0/1 in same component and reachable ok 1901 - nodes 2/2, 2/1 in same component and reachable ok 1902 - nodes 2/2, 2/0 in same component and reachable ok 1903 - nodes 2/2, 1/0 in same component and reachable ok 1904 - nodes 2/2, 0/0 in same component and reachable ok 1905 - nodes 2/2, 0/2 in same component and reachable ok 1906 - nodes 2/2, 2/2 in same component and reachable ok 1907 - nodes 2/2, 1/2 in same component and reachable ok 1908 - nodes 1/2, 1/1 in same component and reachable ok 1909 - nodes 1/2, 0/1 in same component and reachable ok 1910 - nodes 1/2, 2/1 in same component and reachable ok 1911 - nodes 1/2, 2/0 in same component and reachable ok 1912 - nodes 1/2, 1/0 in same component and reachable ok 1913 - nodes 1/2, 0/0 in same component and reachable ok 1914 - nodes 1/2, 0/2 in same component and reachable ok 1915 - nodes 1/2, 2/2 in same component and reachable ok 1916 - nodes 1/2, 1/2 in same component and reachable ok 1917 - nodes 2/0, 2/0 reachable and in same component ok 1918 - nodes 2/0, 1/0 reachable and in same component ok 1919 - nodes 2/0, 2/1 reachable and in same component ok 1920 - nodes 2/0, 0/2 reachable and in same component ok 1921 - nodes 2/0, 2/2 reachable and in same component ok 1922 - nodes 2/0, 0/1 reachable and in same component ok 1923 - nodes 2/0, 1/1 reachable and in same component ok 1924 - nodes 2/0, 0/0 reachable and in same component ok 1925 - nodes 2/0, 1/2 reachable and in same component ok 1926 - nodes 1/0, 1/0 reachable and in same component ok 1927 - nodes 1/0, 2/1 reachable and in same component ok 1928 - nodes 1/0, 0/2 reachable and in same component ok 1929 - nodes 1/0, 2/2 reachable and in same component ok 1930 - nodes 1/0, 0/1 reachable and in same component ok 1931 - nodes 1/0, 1/1 reachable and in same component ok 1932 - nodes 1/0, 0/0 reachable and in same component ok 1933 - nodes 1/0, 1/2 reachable and in same component ok 1934 - nodes 2/1, 2/1 reachable and in same component ok 1935 - nodes 2/1, 0/2 reachable and in same component ok 1936 - nodes 2/1, 2/2 reachable and in same component ok 1937 - nodes 2/1, 0/1 reachable and in same component ok 1938 - nodes 2/1, 1/1 reachable and in same component ok 1939 - nodes 2/1, 0/0 reachable and in same component ok 1940 - nodes 2/1, 1/2 reachable and in same component ok 1941 - nodes 0/2, 0/2 reachable and in same component ok 1942 - nodes 0/2, 2/2 reachable and in same component ok 1943 - nodes 0/2, 0/1 reachable and in same component ok 1944 - nodes 0/2, 1/1 reachable and in same component ok 1945 - nodes 0/2, 0/0 reachable and in same component ok 1946 - nodes 0/2, 1/2 reachable and in same component ok 1947 - nodes 2/2, 2/2 reachable and in same component ok 1948 - nodes 2/2, 0/1 reachable and in same component ok 1949 - nodes 2/2, 1/1 reachable and in same component ok 1950 - nodes 2/2, 0/0 reachable and in same component ok 1951 - nodes 2/2, 1/2 reachable and in same component ok 1952 - nodes 0/1, 0/1 reachable and in same component ok 1953 - nodes 0/1, 1/1 reachable and in same component ok 1954 - nodes 0/1, 0/0 reachable and in same component ok 1955 - nodes 0/1, 1/2 reachable and in same component ok 1956 - nodes 1/1, 1/1 reachable and in same component ok 1957 - nodes 1/1, 0/0 reachable and in same component ok 1958 - nodes 1/1, 1/2 reachable and in same component ok 1959 - nodes 0/0, 0/0 reachable and in same component ok 1960 - nodes 0/0, 1/2 reachable and in same component ok 1961 - nodes 1/2, 1/2 reachable and in same component ok 1962 - number of components # Test random graph (acyclic) ok 1963 - node 0 ok 1964 - node 7 ok 1965 - node 8 ok 1966 - node 6 ok 1967 - node 5 ok 1968 - node 9 ok 1969 - node 2 ok 1970 - node 3 ok 1971 - node 4 ok 1972 - nodes 2, 2 in same component and reachable ok 1973 - nodes 0, 0 in same component and reachable ok 1974 - nodes 3, 3 in same component and reachable ok 1975 - nodes 4, 4 in same component and reachable ok 1976 - nodes 9, 9 in same component and reachable ok 1977 - nodes 8, 8 in same component and reachable ok 1978 - nodes 5, 5 in same component and reachable ok 1979 - nodes 6, 6 in same component and reachable ok 1980 - nodes 7, 7 in same component and reachable ok 1981 - nodes 0, 0 reachable and in same component ok 1982 - nodes 7, 7 reachable and in same component ok 1983 - nodes 8, 8 reachable and in same component ok 1984 - nodes 6, 6 reachable and in same component ok 1985 - nodes 5, 5 reachable and in same component ok 1986 - nodes 9, 9 reachable and in same component ok 1987 - nodes 2, 2 reachable and in same component ok 1988 - nodes 3, 3 reachable and in same component ok 1989 - nodes 4, 4 reachable and in same component ok 1990 # Test random graph (cyclic) ok 1991 - node 9 ok 1992 - node 5 ok 1993 - node 6 ok 1994 - node 3 ok 1995 - node 4 ok 1996 - node 8 ok 1997 - node 7 ok 1998 - node 0 ok 1999 - node 1 ok 2000 - nodes 4, 4 in same component and reachable ok 2001 - nodes 9, 9 in same component and reachable ok 2002 - nodes 0, 0 in same component and reachable ok 2003 - nodes 8, 8 in same component and reachable ok 2004 - nodes 6, 6 in same component and reachable ok 2005 - nodes 3, 3 in same component and reachable ok 2006 - nodes 5, 5 in same component and reachable ok 2007 - nodes 7, 7 in same component and reachable ok 2008 - nodes 1, 1 in same component and reachable ok 2009 - nodes 9, 9 reachable and in same component ok 2010 - nodes 5, 5 reachable and in same component ok 2011 - nodes 6, 6 reachable and in same component ok 2012 - nodes 3, 3 reachable and in same component ok 2013 - nodes 4, 4 reachable and in same component ok 2014 - nodes 8, 8 reachable and in same component ok 2015 - nodes 7, 7 reachable and in same component ok 2016 - nodes 0, 0 reachable and in same component ok 2017 - nodes 1, 1 reachable and in same component 1..2017 ok t/u_rb_cc......................1..2 ok 1 ok 2 ok t/u_re_sd......................1..2 ok 1 ok 2 ok t/u_ro_ra......................1..2 ok 1 - radius ok 2 - center_vertices ok t/u_sn_sva.....................1..4 ok 1 ok 2 ok 3 ok 4 ok t/u_te_ae......................1..37 # creating graph # adding A => B # A: # successors : 1 # predecessors : 0 # multiedge_ids A => B: 0 # B: # successors : 0 # predecessors : 1 # multiedge_ids A => B: 0 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 # adding C => B # A: # successors : 1 # predecessors : 0 # multiedge_ids A => B: 0 # B: # successors : 0 # predecessors : 2 # multiedge_ids C => B: 0 # multiedge_ids A => B: 0 # C: # successors : 1 # predecessors : 0 # multiedge_ids C => B: 0 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 - is multiedged ok 36 - only one edge ok 37 - only one edge ok t/u_te_ea......................1..4 ok 1 ok 2 ok 3 ok 4 ok t/u_te_me......................1..18 # Adding 'A' - 'B' ok 1 - id is 0 # ids = 0 ok 2 - id[0] is 0 # Adding 'A' - 'B' ok 3 - id is 1 # ids = 0 1 ok 4 - id[0] is 0 ok 5 - id[1] is 1 # Adding 'A' - 'B' ok 6 - id is 2 # ids = 0 1 2 ok 7 - id[0] is 0 ok 8 - id[1] is 1 ok 9 - id[2] is 2 # Adding 'C' ok 10 - id is 0 # ids = 0 ok 11 - id[0] is 0 # Adding 'C' ok 12 - id is 1 # ids = 0 1 ok 13 - id[0] is 0 ok 14 - id[1] is 1 # Adding 'C' ok 15 - id is 2 # ids = 0 1 2 ok 16 - id[0] is 0 ok 17 - id[1] is 1 ok 18 - id[2] is 2 ok All tests successful, 1 test and 1 subtest skipped. Files=119, Tests=8430, 113 wallclock secs (76.22 cusr + 6.48 csys = 82.70 CPU) Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/Graph.pm Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/Graph.pod Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/auto/Heap071/Fibonacci/autosplit.ix Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/auto/Heap071/Elem/autosplit.ix Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/Graph/Directed.pm Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/Graph/UnionFind.pm Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/Graph/Undirected.pm Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/Graph/Matrix.pm Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/Graph/Attribute.pm Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/Graph/AdjacencyMatrix.pm Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/Graph/SPTHeapElem.pm Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/Graph/AdjacencyMap.pm Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/Graph/MSTHeapElem.pm Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/Graph/TransitiveClosure.pm Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/Graph/Traversal.pm Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/Graph/BitMatrix.pm Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/Graph/AdjacencyMap/Vertex.pm Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/Graph/AdjacencyMap/Light.pm Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/Graph/AdjacencyMap/Heavy.pm Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/Graph/TransitiveClosure/Matrix.pm Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/Graph/Traversal/BFS.pm Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/Graph/Traversal/DFS.pm Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/Heap071/Fibonacci.pm Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/Heap071/Elem.pm Installing /home/cpanrun/ia64/build/5.8.2/man/man3/Graph::UnionFind.3 Installing /home/cpanrun/ia64/build/5.8.2/man/man3/Graph::Directed.3 Installing /home/cpanrun/ia64/build/5.8.2/man/man3/Graph::AdjacencyMap::Vertex.3 Installing /home/cpanrun/ia64/build/5.8.2/man/man3/Graph::Undirected.3 Installing /home/cpanrun/ia64/build/5.8.2/man/man3/Graph::Matrix.3 Installing /home/cpanrun/ia64/build/5.8.2/man/man3/Graph::AdjacencyMatrix.3 Installing /home/cpanrun/ia64/build/5.8.2/man/man3/Heap071::Fibonacci.3 Installing /home/cpanrun/ia64/build/5.8.2/man/man3/Graph::AdjacencyMap.3 Installing /home/cpanrun/ia64/build/5.8.2/man/man3/Graph::TransitiveClosure::Matrix.3 Installing /home/cpanrun/ia64/build/5.8.2/man/man3/Graph::TransitiveClosure.3 Installing /home/cpanrun/ia64/build/5.8.2/man/man3/Graph::Traversal::BFS.3 Installing /home/cpanrun/ia64/build/5.8.2/man/man3/Graph::Traversal::DFS.3 Installing /home/cpanrun/ia64/build/5.8.2/man/man3/Graph::Traversal.3 Installing /home/cpanrun/ia64/build/5.8.2/man/man3/Graph::BitMatrix.3 Installing /home/cpanrun/ia64/build/5.8.2/man/man3/Heap071::Elem.3 Installing /home/cpanrun/ia64/build/5.8.2/man/man3/Graph.3 Appending installation info to /home/cpanrun/ia64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi/perllocal.pod