Thu Apr 16 20:44:34 2026 test_digraph_adj_test(): numpy version: 1.26.4 python version: 3.10.12 Test test_digraph_adj(). digraph_adj_example_abc_test(): Test digraph_adj_example_abc() "abc" adjacency matrix A: array([[0, 1, 0], [0, 0, 1], [1, 0, 0]]) digraph_adj_example_abcd_test(): Test digraph_adj_example_abcd() "abcd" adjacency matrix A: array([[0, 1, 0, 0], [0, 0, 1, 0], [1, 0, 0, 1], [1, 0, 0, 0]]) digraph_adj_example_cycler_test(): Test digraph_adj_example_cycler() "cycler" adjacency matrix A: array([[0, 0, 1, 0, 1, 0, 0, 0, 0], [0, 0, 0, 0, 0, 1, 0, 1, 0], [0, 0, 0, 1, 0, 1, 1, 0, 0], [0, 0, 1, 0, 0, 0, 0, 0, 0], [0, 1, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 1, 0, 0, 0, 1, 0], [0, 0, 0, 0, 0, 0, 1, 0, 1], [1, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 1, 0, 1, 0, 0]]) digraph_adj_example_five_test(): Test digraph_adj_example_five() "five" adjacency matrix A: array([[0, 1, 0, 0, 0], [0, 0, 0, 0, 1], [1, 0, 0, 0, 0], [1, 0, 0, 0, 0], [1, 0, 0, 0, 0]]) digraph_adj_example_moler_test(): Test digraph_adj_example_moler() Moler adjacency matrix A: array([[0, 1, 0, 0, 0, 1], [0, 0, 1, 1, 0, 0], [0, 0, 0, 1, 1, 1], [1, 0, 0, 0, 0, 0], [0, 0, 0, 0, 1, 0], [1, 0, 0, 0, 0, 0]]) digraph_adj_example_sauer_test() Test digraph_adj_example_sauer() Sauer adjacency matrix A: array([[0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0], [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0], [1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0], [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0], [0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1], [0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0]]) digraph_adj_example_sixty_test(): Test digraph_adj_example_sixty() "sixty" adjacency matrix A: array([[0., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.], [0., 0., 0., 1., 0., 1., 1., 1., 0., 1., 1., 1.], [0., 0., 0., 0., 0., 1., 0., 1., 1., 0., 1., 1.], [0., 0., 0., 0., 0., 0., 0., 1., 0., 1., 0., 1.], [0., 0., 0., 0., 0., 0., 1., 0., 1., 1., 1., 1.], [0., 0., 0., 0., 0., 0., 0., 1., 0., 0., 1., 1.], [0., 0., 0., 0., 0., 0., 0., 0., 0., 1., 1., 1.], [0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 1.], [0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 1., 1.], [0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 1.], [0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 1.], [0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.]]) test_digraph_adj_test(): Normal end of execution. Thu Apr 16 20:44:34 2026