Skip to content

Commit

Permalink
Update gap/attributes/attr.gi
Browse files Browse the repository at this point in the history
Co-authored-by: James Mitchell <james-d-mitchell@users.noreply.github.com>
  • Loading branch information
Tianrun-Y and james-d-mitchell authored Aug 7, 2024
1 parent 47a7653 commit 1ec7731
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gap/attributes/attr.gi
Original file line number Diff line number Diff line change
Expand Up @@ -1149,6 +1149,9 @@ function(S)
func2 := MitschLeqSemigroup(S);
out := List([1 .. Size(S)], x -> []);
regular := ListWithIdenticalEntries(Size(S), false);
if IsRegularSemigroup(S) do
FlipBlist(regular);
else
for D in RegularDClasses(S) do
for a in D do
i := PositionCanonical(S, a) ^ (p ^ -1);
Expand Down

0 comments on commit 1ec7731

Please sign in to comment.