The GraphSym package contains various collections of small graphs with certain symmetry properties, and provides functionality for the access to these graphs, along with several precomputed properties for each graph available.
Currently, the pdf version of the manual can be found at
https://github.com/rhysje00/graphsym/tree/main/doc.
In particular, simple instructions on the installation and usage of this package can be found in the first chapter of the manual.
After the package is downloaded, it is recommended to build all package documentation by running
gap path/to/graphsym/makedoc.g
from the command line. This will build a pdf version of this manual and save it in the directory path/to/graphsym/doc/
, as well as provide the GAP help viewer with the
content of the manual.
Please submit bug reports and feature requests via our GitHub issue tracker:
https://github.com/rhysje00/graphsym/issues
GraphSym is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.