Closed SupposeNot closed 1 year ago
g:=AutomorphismGroupOnFlags(ARP([3,4])); FacetSubgroup(g); Yields and error... but, if I also first type IsSggi(g); FacetSubgroup(g); I get the desired behavior.
g:=AutomorphismGroupOnFlags(ARP([3,4])); FacetSubgroup(g);
IsSggi(g); FacetSubgroup(g);
Closed in 838dcf204e6c1a57d696aab4329e458726bce6d2.
g:=AutomorphismGroupOnFlags(ARP([3,4])); FacetSubgroup(g);
Yields and error... but, if I also first typeIsSggi(g); FacetSubgroup(g);
I get the desired behavior.