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

Add another ViewString method for inverse semigroups #438

Commits on Jan 13, 2016

  1. Add another ViewString method for inverse semigroups

    This commit introduces a method for ViewString for semigroups satisfying
    IsInverseSemigroup and HasGeneratorsOfSemigroup.  The rank of the filter
    IsSemigroup and HasGeneratorsOfSemigroup is 14, whereas the rank of
    IsInverseSemigroup is 21. Previously, if a semigroup learned that it was
    inverse but did not have GeneratorsOfInverseSemigroup, then the default
    ViewString method for IsInverseSemigroup was used. With this commit the
    more elaborate _ViewStringForSemigroups is used instead.
    james-d-mitchell committed Jan 13, 2016
    Configuration menu
    Copy the full SHA
    f56c5e3 View commit details
    Browse the repository at this point in the history