Skip to content
/ vole Public

A GAP package for backtrack search in permutation groups with graphs

License

Notifications You must be signed in to change notification settings

peal/vole

Repository files navigation

Build status Code coverage

An implementation of fundamental group theory algorithms in Rust

This software aims to implement some highly efficient backtrack search algorithms in finite permutation groups. These algorithms are intended to solve a range of problems, including (but not limited to):

  • Subgroup intersection
  • Normaliser
  • Centraliser
  • Graph isomorphism
  • Coset intersection
  • Canonical image

These algorithms are based on the theory introduced by the paper “Permutation group algorithms based on directed graphs” (2021), by Christopher Jefferson, Markus Pfeiffer, Rebecca Waldecker, and Wilf A. Wilson. This theory extends the well-established “partition backtrack” framework of Jeffrey Leon, and works with labelled digraphs as the fundamental objects of these algorithms.

Contact

The authors of this software are Mun See Chang, Christopher Jefferson, and Wilf A. Wilson.

If you encounter a problem with this software, or if you have specific suggestions, then please create an issue on our GitHub issue tracker, or get in touch with us by other means. The authors can be contacted directly via the information given on their webpages, or the information given on the title page of the GAP package's manual.

License

This software is licensed under the Mozilla Public License, Version 2.0.