Hello,
I'm working on a nmpc like formulation using IPOPT and the opti stack. I am having a lot of feasiblity issues. Either I get infeasible solutions or often 'restoration failure!' and wish to soften the constraints, in particular the dynamics equality constraints (my dynamics are a little strange). Is there an easy way to do this using IPOPT? I think there is a option constr_viol_tol, which defaults to 0.0001. Is there a way to apply this to only some of the constraints?
Alternatively, is the best way to just add slack variables?
Thanks.