Rename Constant into Rational
[linpy.git] / pypol / domains.py
index 9187081..abc2d91 100644 (file)
@@ -340,6 +340,7 @@ class Domain:
     def tosympy(self):
         raise NotImplementedError
 
+
 def And(*domains):
     if len(domains) == 0:
         from .polyhedra import Universe