Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.44 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.44 KB

The GraphSym package for GAP

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.

Documentation

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.

Bug reports and feature requests

Please submit bug reports and feature requests via our GitHub issue tracker:

https://github.com/rhysje00/graphsym/issues

License

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.