Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compute NonTrivialCongurenceClasses in cases where CongurenceClasses can be computed #677

Closed
reiniscirpons opened this issue Jun 15, 2020 · 1 comment
Labels
resolved-pending-release A label for issues that are resolved pending a release.

Comments

@reiniscirpons
Copy link
Collaborator

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 then NonTrivialCongurenceClasses could be too.

@james-d-mitchell james-d-mitchell added the resolved-pending-release A label for issues that are resolved pending a release. label Jun 15, 2020
@james-d-mitchell
Copy link
Collaborator

Resolved in v3.3.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
resolved-pending-release A label for issues that are resolved pending a release.
Projects
None yet
Development

No branches or pull requests

2 participants