grf_io, a C++ code which reads or writes a GRF file containing information about an abstract graph.
The file includes information about
The information on this web page is distributed under the MIT license.
grf_io is available in a C++ version and a Fortran90 version and a MATLAB version and an Octave version and a Python 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.