Skip to content

Commit

Permalink
tests: make conguniv.tst less specific
Browse files Browse the repository at this point in the history
  • Loading branch information
mtorpey committed Feb 14, 2018
1 parent 76a9b79 commit 60b84af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tst/standard/conguniv.tst
Original file line number Diff line number Diff line change
Expand Up @@ -238,10 +238,10 @@ gap> S := Semigroup([Transformation([2, 1, 2]),
gap> uni := UniversalSemigroupCongruence(S);
<universal semigroup congruence over <transformation semigroup of degree 3
with 2 generators>>
gap> GeneratingPairsOfSemigroupCongruence(uni);
[ [ Transformation( [ 1, 2, 1 ] ), Transformation( [ 1, 2, 1 ] ) ],
[ Transformation( [ 2, 1, 2 ] ), Transformation( [ 1, 2, 1 ] ) ],
[ Transformation( [ 1, 2, 1 ] ), Transformation( [ 1, 2, 2 ] ) ] ]
gap> pairs := GeneratingPairsOfSemigroupCongruence(uni);;
gap> cong := SemigroupCongruenceByGeneratingPairs(S, pairs);;
gap> NrCongruenceClasses(cong);
1
#T# IsUniversalSemigroupCongruence for a cong by generating pairs
gap> S := Semigroup([PartialPerm([1], [2]),
Expand Down

0 comments on commit 60b84af

Please sign in to comment.