Ipopt ===== (class from :py:mod:`pyomo.contrib.solver.solvers.ipopt`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.contrib.solver.solvers.ipopt import * try: from pyomo.contrib.solver.solvers.ipopt import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.contrib.solver.solvers.ipopt .. autoclass:: pyomo.contrib.solver.solvers.ipopt::Ipopt :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~Ipopt.__init__ ~Ipopt.api_version ~Ipopt.available ~Ipopt.has_linear_solver ~Ipopt.is_persistent ~Ipopt.solve ~Ipopt.version .. rubric:: Attributes .. autosummary:: ~Ipopt.CONFIG ~Ipopt.name ~Ipopt.config .. rubric:: Member Documentation