projects
/
linpy.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove misplaced methods
[linpy.git]
/
pypol
/
linear.py
diff --git
a/pypol/linear.py
b/pypol/linear.py
index
7544633
..
a562a3f
100644
(file)
--- 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))