ProjectedExtendedNLP ==================== (class from :py:mod:`pyomo.contrib.pynumero.interfaces.nlp_projections`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.contrib.pynumero.interfaces.nlp_projections import * try: from pyomo.contrib.pynumero.interfaces.nlp_projections import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.contrib.pynumero.interfaces.nlp_projections .. autoclass:: pyomo.contrib.pynumero.interfaces.nlp_projections::ProjectedExtendedNLP :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~ProjectedExtendedNLP.__init__ ~ProjectedExtendedNLP.constraint_names ~ProjectedExtendedNLP.constraints_lb ~ProjectedExtendedNLP.constraints_ub ~ProjectedExtendedNLP.create_new_vector ~ProjectedExtendedNLP.evaluate_constraints ~ProjectedExtendedNLP.evaluate_eq_constraints ~ProjectedExtendedNLP.evaluate_grad_objective ~ProjectedExtendedNLP.evaluate_hessian_lag ~ProjectedExtendedNLP.evaluate_ineq_constraints ~ProjectedExtendedNLP.evaluate_jacobian ~ProjectedExtendedNLP.evaluate_jacobian_eq ~ProjectedExtendedNLP.evaluate_jacobian_ineq ~ProjectedExtendedNLP.evaluate_objective ~ProjectedExtendedNLP.get_constraints_scaling ~ProjectedExtendedNLP.get_duals ~ProjectedExtendedNLP.get_obj_factor ~ProjectedExtendedNLP.get_obj_scaling ~ProjectedExtendedNLP.get_primals ~ProjectedExtendedNLP.get_primals_scaling ~ProjectedExtendedNLP.init_duals ~ProjectedExtendedNLP.init_primals ~ProjectedExtendedNLP.n_constraints ~ProjectedExtendedNLP.n_eq_constraints ~ProjectedExtendedNLP.n_ineq_constraints ~ProjectedExtendedNLP.n_primals ~ProjectedExtendedNLP.nnz_hessian_lag ~ProjectedExtendedNLP.nnz_jacobian ~ProjectedExtendedNLP.primals_lb ~ProjectedExtendedNLP.primals_names ~ProjectedExtendedNLP.primals_ub ~ProjectedExtendedNLP.report_solver_status ~ProjectedExtendedNLP.set_duals ~ProjectedExtendedNLP.set_obj_factor ~ProjectedExtendedNLP.set_primals .. rubric:: Member Documentation