Skip to content

More options in ipopt solverOptions #706

Description

@EveCharbie

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions