It is possible to give extra find-homomorphism methods via the hints component of a recognition info record. These are then "merged" with the methoddb and used with CallMethods. So what happens if we put a method into the hints component that already is in the methoddb we use? It is not documented whether we can do that. I don't suspect this would break anything, but I'd rather double-check that.
It is possible to give extra find-homomorphism methods via the hints component of a recognition info record. These are then "merged" with the
methoddb
and used withCallMethods
. So what happens if we put a method into thehints
component that already is in themethoddb
we use? It is not documented whether we can do that. I don't suspect this would break anything, but I'd rather double-check that.