projects
/
linpy.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Rename Constant into Rational
[linpy.git]
/
pypol
/
domains.py
diff --git
a/pypol/domains.py
b/pypol/domains.py
index
9187081
..
abc2d91
100644
(file)
--- a/
pypol/domains.py
+++ b/
pypol/domains.py
@@
-340,6
+340,7
@@
class Domain:
def tosympy(self):
raise NotImplementedError
def tosympy(self):
raise NotImplementedError
+
def And(*domains):
if len(domains) == 0:
from .polyhedra import Universe
def And(*domains):
if len(domains) == 0:
from .polyhedra import Universe