I have a feasible solution for a linear programming problem that is not necessarily a corner point. What algorithm can I use to move to a corner point feasible solution from this solution, so that I can then use this as a starting point for the Simplex method?
Edit:
Another way of thinking of this problem:
How can I start the Simplex method using an internal feasible point, not a corner point?