From a157f7c947533f4be375e55f78adfa3dae7eeef7 Mon Sep 17 00:00:00 2001 From: Vivien Maisonneuve Date: Wed, 18 Jun 2014 21:57:57 +0200 Subject: [PATCH 1/1] Remove misplaced methods --- pypol/linear.py | 7 ------- 1 file changed, 7 deletions(-) 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)) -- 2.20.1