I'm attempting to write a MPS to custom format converter for a generalized simplex algorithm and I am running into a couple of difficulties.
According to this tutorial on the Big-M method for finding a basic feasible solution the following is necessary for an alternative approach, an all slack solution.
In my examples so far, I have looked at problems that, when put into standard LP form, conveniently have an all slack starting solution. An all slack solution is only a possibility when all of the constraints in the problem have <= inequalities.
Granted this url identifies itself as a business course so the level of rigor may not be great. In any case the language it uses is that it is necessary. First off, I am wondering if this is true.
However it will be even more useful for me if it is sufficient. I don't need it to be necessary. Is it known whether sufficiency is true for this condition?