All the options should be implemented + a lot of the ones implemented are wrong. Example: ``` @property def constr_viol_tol(self): return self._tol ``` Should be ``` @property def constr_viol_tol(self): return self._constr_viol_tol ``` The complete list is here https://casadi.sourceforge.net/v1.9.0/api/html/dd/df1/classCasADi_1_1IpoptSolver.html
All the options should be implemented + a lot of the ones implemented are wrong. Example:
Should be
The complete list is here https://casadi.sourceforge.net/v1.9.0/api/html/dd/df1/classCasADi_1_1IpoptSolver.html