X-Git-Url: https://scm.cri.ensmp.fr/git/linpy.git/blobdiff_plain/e10dbee4c1bbb279d273a055ffd3c2e15912cf6a..33d593f633df2de00010d668e3ef17f1b6152ac9:/doc/reference.rst diff --git a/doc/reference.rst b/doc/reference.rst index 07ceaf3..56986c5 100644 --- a/doc/reference.rst +++ b/doc/reference.rst @@ -243,6 +243,7 @@ Polyhedra A *convex polyhedron* (or simply "polyhedron") is the space defined by a system of linear equalities and inequalities. This space can be unbounded. +A *Z-polyhedron* (simply called "polyhedron" in LinPy) is the set of integer points in a convex polyhedron. .. class:: Polyhedron(equalities, inequalities) Polyhedron(string)