DenseSquareNlpSolver
(class from pyomo.contrib.pynumero.algorithms.solvers.square_solver_base
)
- class pyomo.contrib.pynumero.algorithms.solvers.square_solver_base.DenseSquareNlpSolver(nlp, timer=None, options=None)[source]
Bases:
SquareNlpSolverBase
A square NLP solver that uses a dense Jacobian
- __init__(nlp, timer=None, options=None)
- Parameters:
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])evaluate_function
(x0)evaluate_jacobian
(x0)solve
([x0])Attributes
OPTIONS
Member Documentation