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.