(class from pyomo.contrib.pynumero.algorithms.solvers.implicit_functions)
pyomo.contrib.pynumero.algorithms.solvers.implicit_functions
Bases: NlpSolverBase
NlpSolverBase
A wrapper for SciPy NLP solvers that implements the NlpSolverBase API
This solver uses scipy.optimize.fsolve for “vector-valued” NLPs (with more than one primal variable and equality constraint) and the Secant-Newton hybrid for “scalar-valued” NLPs.
Methods
__init__(nlp[, timer, options])
__init__
solve([x0])
solve
Member Documentation