I have used linprog to solve a large and complex linear programming model. I have also solved the same problem with lingo (a linear programming software).I haven’t gotten the same result from matlab and lingo .I am sure that lingo gave me a better and more optimized result.Although the results from linprog satisfies all the constraints ,it is not optimized results. I thought that the reason may be related to the algorithm that linprog used to solve the problem. In order to have a pure simplex method I have turned off the large scale and turned on the simplex through options. But I got the below warning: Exiting: The constraints are overly stringent; no feasible starting point found And the final result is really far from the first result. Could you suggest me any option to solve the model with linprog or any other commands which give me the optimum result?