]> CRI, Mines Paris - PSL - linpy.git/blobdiff - linpy/polyhedra.py
Add warning in widening documentation
[linpy.git] / linpy / polyhedra.py
index 8426d32a3d641863a02410b85fcd9cdc660e5b59..9fdf6e792ccdbb1145dce7e2d1ca712d75f7deee 100644 (file)
@@ -173,6 +173,9 @@ class Polyhedron(Domain):
     def widen(self, other):
         """
         Compute the standard widening of two polyhedra, à la Halbwachs.
+
+        In its current implementation, this method is slow and should not be
+        used on large polyhedra.
         """
         if not isinstance(other, Polyhedron):
             raise ValueError('argument must be a Polyhedron instance')