+ .. attribute:: equalities
+
+ Returns a list of the equalities in a polyhedron.
+
+ .. attribute:: inequalities
+
+ Returns a list of the inequalities in a polyhedron.
+
+ .. attribute:: constraints
+
+ Returns a list of the constraints of a polyhedron.
+
+ .. py:method:: make_disjoint(self)