TABLE_GRAPH_CODE is a FORTRAN90 program which reads a TABLE file containing a description of a graph, and computes the corresponding graph code.
table_graph_code table.txt
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
TABLE_GRAPH_CODE is available in a FORTRAN90 version.
CITIES, a FORTRAN90 library 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 library which computes and compares "codes" for graphs, directed graphs, multigraphs, and other generalizations of an abstract graph.
FLOYD, a FORTRAN90 library which implements Floyd's algorithm for finding the shortest distance between pairs of nodes on a directed graph.
GRAFPACK, a FORTRAN90 library which performs various calculations involving mathematical graphs. This library originally included the routines in CODEPACK, but as that package grew too large, these routines were extracted.
GRAPH_REPRESENTATION, a data directory which contains examples of ways of representing abstract mathematical graphs
SUBSET, a FORTRAN90 library which handles combinatorial calculations.
TREEPACK, a FORTRAN90 library which carries out computations on trees, a simple kind of graph that is minimally connected.
A discussion of graph codes is available in http://people.sc.fsu.edu/~jburkardt/html/graph_codes.html
You can go up one level to the FORTRAN90 source codes.