(class from pyomo.contrib.pynumero.algorithms.solvers.square_solver_base)
pyomo.contrib.pynumero.algorithms.solvers.square_solver_base
Bases: object
object
A base class for NLP solvers that act on a square system of equality constraints.
nlp (ExtendedNLP) – An instance of ExtendedNLP that will be solved. ExtendedNLP is required to ensure that the NLP has equal numbers of primal variables and equality constraints.
Methods
__init__(nlp[, timer, options])
__init__
evaluate_function(x0)
evaluate_function
evaluate_jacobian(x0)
evaluate_jacobian
solve([x0])
solve
Attributes
OPTIONS
Member Documentation