Dear all,
I'm writing a paper in which I compare my own NLP solver against state-of-the-art solvers on a subset of CUTEst problems.
On two problems (argauss and lewispol), IPOPT terminates with the error message "Problem has too few degrees of freedom", because there are more constraints than variables. Fair enough, either the problem is infeasible or some constraints are redundant.
However it's important that NLP methods be able to quickly detect (local) infeasibility. Therefore I'd like to run IPOPT anyway to monitor the number of iterations/evaluations until termination. Is it possible to disable this somehow?
Best,
Charlie