We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, polytopes over the integers have there own method for polar, which does not respect the given backend:
polar
sage: polytopes.cube(backend='normaliz').polar().backend() 'ppl'
We add the backend to the constructor to fix this. Any backend that can handle ZZ can also handle QQ.
ZZ
QQ
CC: @jplab @LaisRast
Component: geometry
Keywords: polytopes, polar
Author: Jonathan Kliem
Branch/Commit: 50bbb76
50bbb76
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/28851
The text was updated successfully, but these errors were encountered:
Commit: 50bbb76
Sorry, something went wrong.
Branch: public/28851
New commits:
polar of polytope over integers respects backend
LGTM.
Changed branch from public/28851 to 50bbb76
4147813
No branches or pull requests
Currently, polytopes over the integers have there own method for
polar
, which does not respect the given backend:We add the backend to the constructor to fix this. Any backend that can handle
ZZ
can also handleQQ
.CC: @jplab @LaisRast
Component: geometry
Keywords: polytopes, polar
Author: Jonathan Kliem
Branch/Commit:
50bbb76
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/28851
The text was updated successfully, but these errors were encountered: