digraph_arc_test


digraph_arc_test, an Octave code which calls digraph_arc(), which carries out operations on digraphs, a directed graph. Information is stored in an arc list, pairs of nodes forming edges. Operations include computing in- and out-degrees, computing the in- and out-degree sequences, counting the edges, printing the arc list, generating fixed and random examples.

Licensing:

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

Related Data and Programs:

, digraph_arc, an Octave code which carries out operations on digraphs, a directed graph. Information is stored in an arc list, pairs of nodes forming edges. Operations include computing in- and out-degrees, computing the in- and out-degree sequences, counting the edges, printing the arc list, generating fixed and random examples.

Source Code:


Last revised on 20 April 2026.