X-Git-Url: https://scm.cri.ensmp.fr/git/linpy.git/blobdiff_plain/5d474779438016e3af4bfd13a4200a01ca9ec3c7..33d593f633df2de00010d668e3ef17f1b6152ac9:/doc/tutorial.rst diff --git a/doc/tutorial.rst b/doc/tutorial.rst index b13a22e..67aecd6 100644 --- a/doc/tutorial.rst +++ b/doc/tutorial.rst @@ -10,8 +10,8 @@ For a comprehensive description of its functionalities, please consult the :ref: .. _tutorial_polyhedra: -Polyhedra ---------- +Z-Polyhedra +----------- The following example shows how we can manipulate polyhedra using LinPy. Let us define two square polyhedra, corresponding to the sets ``square1 = {(x, y) | 0 <= x <= 2, 0 <= y <= 2}`` and ``square2 = {(x, y) | 2 <= x <= 4, 2 <= y <= 4}``.