14-Apr-2026 15:07:43 graph_arc_test(): MATLAB/Octave version 11.1.0 Test graph_arc(). graph_adj_to_arc_test(): graph_adj_to_arc() converts a graph adjacency representation of a graph to an arc list. Number of nodes is 13 Number of edges is 38 The graph adjacency matrix: 0 1 1 1 1 1 1 1 0 0 0 0 0 1 0 0 0 1 1 0 1 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 1 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 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 1 1 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 The arc list: 1 2 1 3 1 4 1 5 1 6 1 7 1 8 2 1 2 5 2 6 2 8 3 1 3 4 3 7 4 1 4 3 5 1 5 2 6 1 6 2 7 1 7 3 8 1 8 2 8 9 9 8 9 10 9 13 10 9 10 11 10 12 10 13 11 10 11 12 12 10 12 11 13 9 13 10 graph_arc_to_adj_test(): graph_arc_to_adj() converts a graph arc representation of a graph to an adjacency matrix. Number of edges is 38 Number of nodes is 13 The arc list: 1 2 1 3 1 4 1 5 1 6 1 7 1 8 2 1 2 5 2 6 2 8 3 1 3 4 3 7 4 1 4 3 5 1 5 2 6 1 6 2 7 1 7 3 8 1 8 2 8 9 9 8 9 10 9 13 10 9 10 11 10 12 10 13 11 10 11 12 12 10 12 11 13 9 13 10 The graph adjacency matrix: 0 1 1 1 1 1 1 1 0 0 0 0 0 1 0 0 0 1 1 0 1 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 1 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 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 1 1 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 graph_arc_test(): Normal end of execution. 14-Apr-2026 15:07:43