]> CRI, Mines Paris - PSL - linpy.git/blobdiff - doc/reference.rst
Add method Polyhedron.asinequalities()
[linpy.git] / doc / reference.rst
index 83ee9d3964aaa99133e94e00733c09b1a5c94af2..5c8da90694b51c50e315029d8dd212985989d55a 100644 (file)
@@ -284,6 +284,10 @@ This space can be unbounded.
 
         Return the convex union of two or more polyhedra.
 
+    .. method:: asinequalities()
+
+        Express the polyhedron using inequalities, given as a list of expressions greater or equal to 0.
+
     .. method:: widen(polyhedron)
 
         Compute the *standard widening* of two polyhedra, à la Halbwachs.