peal / vole

A GAP package for backtrack search in permutation groups with graphs
https://peal.github.io/vole
Mozilla Public License 2.0
8 stars 2 forks source link

Update the argument checks in `VoleFind.Canonical` to take advantage of constraint objects #64

Open wilfwilson opened 2 years ago

wilfwilson commented 2 years ago

The current argument checking is a bit of a hack, and can be made simpler and more effective if I instead check that all of the constraints are IsStabiliserConstraint, basically.