X-Git-Url: https://scm.cri.ensmp.fr/git/linpy.git/blobdiff_plain/b2931230a184025bdb6006bfe48c9b1dc18dc351..6d08d8c0a84c1ffa31f5eb16e33b340727f46175:/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)