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

Remove NilpotentQuotient method #11

Closed
olexandr-konovalov opened this issue Jun 14, 2018 · 1 comment
Closed

Remove NilpotentQuotient method #11

olexandr-konovalov opened this issue Jun 14, 2018 · 1 comment

Comments

@olexandr-konovalov
Copy link
Member

In gap-system/gap#2513 @fingolfin suggested to remove the following method from LPRES:

InstallOtherMethod( NilpotentQuotient,
  "for an FpGroup using the LPRES-package", true,
  [ IsFpGroup, IsPosInt ], -1, # give priority to NQ package
  function( G, c )
  return( NilpotentQuotient( Range( IsomorphismLpGroup( G ) ), c ) );
  end);

Please see that issue for further details.

@olexandr-konovalov
Copy link
Member Author

Closed by #10.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant