- Subsitute expression into given set and returns the result.
-
- .. py:method:: Lt(left, right)
-
- Assert first set is less than the second set.
-
- .. py:method:: Le(left, right)
-
- Assert first set is less than or equal to the second set.
+ 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.
+
+.. py:function:: Eq(left, right)
+
+ Create a constraint by setting *left* equal to *right*.