]> CRI, Mines Paris - PSL - linpy.git/blobdiff - pypol/polyhedra.py
Fix unitary tests
[linpy.git] / pypol / polyhedra.py
index 8e226022f536c936a22063c1249174e56c0b02c1..9bfc64b29c1f696f2a10acfba5cf8baa5a5ebd67 100644 (file)
@@ -280,6 +280,7 @@ class Polyhedron(Domain):
             constraints.append(sympy.Ge(inequality.tosympy(), 0))
         return sympy.And(*constraints)
 
+
 class EmptyType(Polyhedron):
 
     __slots__ = Polyhedron.__slots__