why not solve a linear programming problem with a global opt method, or a local search method as SQP or Newton methods? I am writting a solver facing linear and non linear problems, and I wonder whether it could be accurate to implement single optimization method that can crack all problems. Why not do so?
Thanks for your thoughts on this issue.