Skip to content

Commit

Permalink
Add some non-monoid semigroup tests
Browse files Browse the repository at this point in the history
  • Loading branch information
reiniscirpons committed Jan 9, 2024
1 parent dfa36ee commit 6102cf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test-sims2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ namespace libsemigroups {
p.alphabet("ab");
p.contains_empty_word(true);
Sims2 s(p);
s.number_of_threads(4); // FIXME fails if number of threads is >1
s.number_of_threads(4);
REQUIRE(s.number_of_congruences(1) == 1);
REQUIRE(s.number_of_congruences(2) == 7); // verified with GAP
REQUIRE(s.number_of_congruences(3) == 27); // verified with GAP
Expand Down Expand Up @@ -580,7 +580,7 @@ namespace libsemigroups {
p.alphabet("ab");
p.contains_empty_word(false); // FIXME: Method fails for non-monoids
Sims2 s(p);
s.number_of_threads(1);
s.number_of_threads(4);
// Number of congruences with up to 7 classes given in:
// A. Bailey, M. Finn-Sell and R. Snocken
// "SUBSEMIGROUP, IDEAL AND CONGRUENCE GROWTH OF FREE SEMIGROUPS"
Expand Down

0 comments on commit 6102cf1

Please sign in to comment.