Minor refactoring of Domain.points()
[linpy.git] / pypol / polyhedra.py
index 7181565..f93f31e 100644 (file)
@@ -84,7 +84,7 @@ class Polyhedron(Domain):
 
     def polyhedral_hull(self):
         return self
-    
+
     @classmethod
     def _fromislbasicset(cls, islbset, symbols):
         islconstraints = islhelper.isl_basic_set_constraints(islbset)