| 1 | initial version |
If all you want is some point that would be in the interior of the solution set, you can get one by doing:
sage: q = p.polyhedron()
sage: q.representative_point()
which returns the barycenter of the vertices of the polyhedron and adds the potential generating rays. So it would be in the relative interior of the polyhedron.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.