projects
/
linpy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a604605
)
Remove misplaced methods
author
Vivien Maisonneuve
<v.maisonneuve@gmail.com>
Wed, 18 Jun 2014 19:57:57 +0000
(21:57 +0200)
committer
Vivien Maisonneuve
<v.maisonneuve@gmail.com>
Wed, 18 Jun 2014 19:57:57 +0000
(21:57 +0200)
pypol/linear.py
patch
|
blob
|
history
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))