test_digraph_arc


test_digraph_arc a Python code which defines a number of examples of directed graphs ("digraphs") in terms of an arc list (pairs of nodes connected by a link).

Licensing:

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

Languages:

test_digraph_arc 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, a Python code which defines a number of examples of directed graphs ("digraphs"), The definition is stored as an adjacency matrix.

Source Code:


Last revised on 17 April 2026.