test_digraph_adj


test_digraph_adj, a Fortran90 code which defines a number of examples of directed graphs ("digraphs") in terms of an adjacency matrix.

Licensing:

The information on this web page is distributed under the MIT license.

Languages:

test_digraph_adj is available in a Fortran90 version and a MATLAB version and an Octave version and a Python version.

Related Data and Programs:

test_digraph_adj_test

digraph_adj, a Fortran90 code which carries out operations on digraphs, a directed graph. Information is stored in an adjacency matrix. Operations include computing in- and out-degrees, computing the in- and out-degree sequences, counting the edges, printing the adjacency matrix, generating fixed and random examples.

Source Code:


Last revised on 15 April 2026.