The GGraph is a GAP package dedicated to implement methods, functions and constructions for different types of graphs defined on groups.
To utilize the GGraph package, it is necessary to download it from the main GGraph repository in github to the .gap/pkg directory, then type in the console:
gap> LoadPackage("GGraph");
If the GAP system outputs true, then everything went well and you can readily utilize the GGraph methods, functions and variables.
generated by GAPDoc2HTML