digraph_adj


digraph_adj, a Python code which carries out operations on abstract digraphs, a kind of graph with directed edges, described by an adjacency matrix.

Licensing:

The computer code and data files described and made available on this web page are distributed under the MIT license

Languages:

digraph_adj is available in a Fortran90 version and a Python version.

Related Data and Programs:

graph_theory, a Python code which carries out operations on abstract graphs, such as a breadth-first-search, the computation of a minimum spanning tree, an Euler or Hamilton circuit, blocks, chromatic polynomial, or transitive closure. Objects include undirected and directed graphs, weighted graphs, and trees.

Source Code:


Last revised on 11 March 2023.