graph_code


graph_code, a Fortran90 code which reads a file describing a graph, and computes the corresponding graph code.

Usage:

graph_code table.txt

Licensing:

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

Languages:

graph_code is available in a Fortran90 version.

Related Data and Programs:

graph_code_test

cities, a Fortran90 code which handles various problems associated with a set of cities on a map.

cities, a dataset directory which contains a number of city distance datasets.

codepack, a Fortran90 code which computes and compares codes for graphs, directed graphs, multigraphs, and other generalizations of an abstract graph.

floyd, a Fortran90 code which implements Floyd's algorithm for finding the shortest distance between pairs of nodes on a directed graph.

graph_representation, a data directory which contains examples of ways of representing abstract mathematical graphs

subset, a Fortran90 code which handles combinatorial calculations.

treepack, a Fortran90 code which carries out computations on trees, a simple kind of graph that is minimally connected.

Reference:

A discussion of graph codes is available in ../../html/graph_codes.html

Source Code:


Last revised on 23 November 2024.