TABLE_GRAPH_CODE
Graph Code of Matrix in Table File


TABLE_GRAPH_CODE is a FORTRAN90 program which reads a TABLE file containing a description of a graph, and computes the corresponding graph code.

Usage:

table_graph_code table.txt

Licensing:

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

Languages:

TABLE_GRAPH_CODE is available in a FORTRAN90 version.

Related Data and Programs:

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.

Reference:

A discussion of graph codes is available in http://people.sc.fsu.edu/~jburkardt/html/graph_codes.html

Source Code:

Examples and Tests:

List of Routines:

You can go up one level to the FORTRAN90 source codes.


Last revised on 08 April 2008.