@@ -10,8+10,8 @@ For a comprehensive description of its functionalities, please consult the :ref:
.. _tutorial_polyhedra:
.. _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}``.
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}``.
@@ -24,31+24,32 @@ Then, we can build the :class:`Polyhedron` object ``square1`` from its constrain