projects
/
linpy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d644445
)
Add missing classmethod decorator
author
Vivien Maisonneuve
<v.maisonneuve@gmail.com>
Wed, 2 Jul 2014 04:10:18 +0000
(06:10 +0200)
committer
Vivien Maisonneuve
<v.maisonneuve@gmail.com>
Wed, 2 Jul 2014 04:10:18 +0000
(06:10 +0200)
pypol/domains.py
patch
|
blob
|
history
diff --git
a/pypol/domains.py
b/pypol/domains.py
index
6b47fe8
..
b4780fc
100644
(file)
--- a/
pypol/domains.py
+++ b/
pypol/domains.py
@@
-249,6
+249,7
@@
class Domain:
self._dimension = len(self._symbols)
return self
+ @classmethod
def _toislset(cls, polyhedra, symbols):
polyhedron = polyhedra[0]
islbset = polyhedron._toislbasicset(polyhedron.equalities,