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

Set the `Representative` attribute of constraints for which we find a representative #67

Open wilfwilson opened 2 years ago

wilfwilson commented 2 years ago

Idea: if VoleFind.Rep(con1, con2, con3, refiner1) returns a representative element (i.e. not fail), lets call it x, then Vole could set the Representative attribute for any of [con1, con2, con3, refiner1!.constraint] that do not yet have a representative set. i.e. SetRepresentative(con1, x);, and so on.