grf_io, a C++ code which reads or writes a GRF file containing information about an abstract graph.
The file includes information about
The computer code and data files described and made available on this web page are distributed under the MIT license
grf_io is available in a C++ version and a FORTRAN90 version and a MATLAB version.
FLOYD, a C++ code which implements Floyd's algorithm for finding the shortest distance between pairs of nodes on a directed graph.
GRAFFITI, a dataset directory which contains 195 abstract graphs, with adjacency and embedding information, stored in the GRF format.
GRAPH_REPRESENTATION, a data directory which contains examples of ways of representing abstract mathematical graphs
GRF, a data directory which contains a description of the GRF format and some examples.
GRF_DISPLAY, a MATLAB program which reads a GRF file defining a mathematical graph and displays it in the MATLAB graphics window.
GRF_DISPLAY_OPENGL, a C++ code which reads a GRF file defining a mathematical graph and displays it in an OpenGL graphics window.
GRF_TO_XYL, a FORTRAN90 program which converts information describing the adjacency and embedding of an abstract graph from GRF to XYL format.