(class from pyomo.contrib.pynumero.algorithms.solvers.square_solver_base)
pyomo.contrib.pynumero.algorithms.solvers.square_solver_base
Bases: SquareNlpSolverBase
SquareNlpSolverBase
A square NLP solver that uses a dense Jacobian
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