X-Git-Url: https://svn.cri.ensmp.fr/git/linpy.git/blobdiff_plain/e10dbee4c1bbb279d273a055ffd3c2e15912cf6a..0dba74e5eb85b09a85f0a986c3fbc6b5fcacceac:/doc/reference.rst?ds=inline

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)