X-Git-Url: https://scm.cri.ensmp.fr/git/linpy.git/blobdiff_plain/a604605a7e227b0de42e40844179f9b5fa9a5fa5..a157f7c947533f4be375e55f78adfa3dae7eeef7:/pypol/linear.py diff --git a/pypol/linear.py b/pypol/linear.py index 7544633..a562a3f 100644 --- a/pypol/linear.py +++ b/pypol/linear.py @@ -378,13 +378,6 @@ class Polyhedron: def inequalities(self): return self._inequalities - @property - def constant(self): - return self._constant - - def isconstant(self): - return len(self._coefficients) == 0 - def isempty(self): return bool(libisl.isl_basic_set_is_empty(self._bset))