projects
/
linpy.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix unitary tests
[linpy.git]
/
pypol
/
polyhedra.py
diff --git
a/pypol/polyhedra.py
b/pypol/polyhedra.py
index
8e22602
..
9bfc64b
100644
(file)
--- a/
pypol/polyhedra.py
+++ b/
pypol/polyhedra.py
@@
-280,6
+280,7
@@
class Polyhedron(Domain):
constraints.append(sympy.Ge(inequality.tosympy(), 0))
return sympy.And(*constraints)
constraints.append(sympy.Ge(inequality.tosympy(), 0))
return sympy.And(*constraints)
+
class EmptyType(Polyhedron):
__slots__ = Polyhedron.__slots__
class EmptyType(Polyhedron):
__slots__ = Polyhedron.__slots__