X-Git-Url: https://scm.cri.ensmp.fr/git/linpy.git/blobdiff_plain/997e3c68590b274c372a6785cda5a69887683891..0f40fdb54d0fc6505342d008deaa1e9c4c9dbcee:/doc/polyhedra.rst?ds=sidebyside diff --git a/doc/polyhedra.rst b/doc/polyhedra.rst index 47462a7..1cb9396 100644 --- a/doc/polyhedra.rst +++ b/doc/polyhedra.rst @@ -1,15 +1,15 @@ Polyhedra Module ================ -.. py:class:: Polyhedron +Polyhedron class allows users to build and inspect polyherons. - Polyhedron class allows users to build and inspect polyherons. +.. py:class:: Polyhedron - .. py:method:: equalities(self) + .. attribute:: equalities(self) Return a list of the equalities in a polyhedron. - .. py:method:: inequalities(self) + .. attribute:: inequalities(self) Return a list of the inequalities in a polyhedron. @@ -29,7 +29,7 @@ Polyhedra Module Subsitutes an expression into a polyhedron and returns the result. -To create a polyhedron, the user must use the folloing functions to define equalities and inequalities as the contraints. +To create a polyhedron, the user can use the following functions to define equalities and inequalities as the contraints. .. py:function:: Eq(left, right)