-
-
Notifications
You must be signed in to change notification settings - Fork 654
Closed
Milestone
Description
Currently, this method has almost no documentation.
Also it relies on polar
to work differently for Polyhedron_ZZ
than for Polyhedron_base
. However, this is not being tested at all. We fix this by checking being reflexive just from the inequalities.
This also improves the error messages. We raise a ValueError
if the polyhedron is unbounded. If the polytope does not have the origin in the interior, we return False
, as this is clearly not reflexive.
Component: geometry
Keywords: polytopes, is_reflexive
Author: Jonathan Kliem
Branch/Commit: 27fa75c
Reviewer: Jean-Philippe Labbé
Issue created by migration from https://trac.sagemath.org/ticket/29229