-
-
Notifications
You must be signed in to change notification settings - Fork 655
Closed
Milestone
Description
Currently, polytopes over the integers have there own method for polar
, which does not respect the given backend:
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
.
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