Compute NonTrivialCongurenceClasses
in cases where CongurenceClasses
can be computed
#677
Labels
resolved-pending-release
A label for issues that are resolved pending a release.
Currently
gap> NonTrivialCongruenceClasses(CongruencesOfSemigroup(FreeBand(2))[1]);
Leads to an error, see #676 . Yet Calling
gap> CongruenceClasses(CongruencesOfSemigroup(FreeBand(2))[1]);
produces congruence classes with no problems.
It would be nice to make it so that if
CongurenceClasses
could be computed thenNonTrivialCongurenceClasses
could be too.The text was updated successfully, but these errors were encountered: