PyomoNLP ======== (class from :py:mod:`pyomo.contrib.pynumero.interfaces.pyomo_nlp`) .. 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.pyomo_nlp import * try: from pyomo.contrib.pynumero.interfaces.pyomo_nlp import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.contrib.pynumero.interfaces.pyomo_nlp .. autoclass:: pyomo.contrib.pynumero.interfaces.pyomo_nlp::PyomoNLP :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~PyomoNLP.__init__ ~PyomoNLP.constraint_names ~PyomoNLP.constraints_lb ~PyomoNLP.constraints_ub ~PyomoNLP.create_new_vector ~PyomoNLP.equality_constraint_names ~PyomoNLP.evaluate_constraints ~PyomoNLP.evaluate_eq_constraints ~PyomoNLP.evaluate_grad_objective ~PyomoNLP.evaluate_hessian_lag ~PyomoNLP.evaluate_ineq_constraints ~PyomoNLP.evaluate_jacobian ~PyomoNLP.evaluate_jacobian_eq ~PyomoNLP.evaluate_jacobian_ineq ~PyomoNLP.evaluate_objective ~PyomoNLP.extract_submatrix_hessian_lag ~PyomoNLP.extract_submatrix_jacobian ~PyomoNLP.extract_subvector_constraints ~PyomoNLP.extract_subvector_grad_objective ~PyomoNLP.get_constraint_indices ~PyomoNLP.get_constraints_scaling ~PyomoNLP.get_duals ~PyomoNLP.get_duals_eq ~PyomoNLP.get_duals_ineq ~PyomoNLP.get_eq_constraints_scaling ~PyomoNLP.get_equality_constraint_indices ~PyomoNLP.get_ineq_constraints_scaling ~PyomoNLP.get_inequality_constraint_indices ~PyomoNLP.get_obj_factor ~PyomoNLP.get_obj_scaling ~PyomoNLP.get_primal_indices ~PyomoNLP.get_primals ~PyomoNLP.get_primals_scaling ~PyomoNLP.get_pyomo_constraints ~PyomoNLP.get_pyomo_equality_constraints ~PyomoNLP.get_pyomo_inequality_constraints ~PyomoNLP.get_pyomo_objective ~PyomoNLP.get_pyomo_variables ~PyomoNLP.ineq_lb ~PyomoNLP.ineq_ub ~PyomoNLP.inequality_constraint_names ~PyomoNLP.init_duals ~PyomoNLP.init_duals_eq ~PyomoNLP.init_duals_ineq ~PyomoNLP.init_primals ~PyomoNLP.load_state_into_pyomo ~PyomoNLP.n_constraints ~PyomoNLP.n_eq_constraints ~PyomoNLP.n_ineq_constraints ~PyomoNLP.n_primals ~PyomoNLP.nnz_hessian_lag ~PyomoNLP.nnz_jacobian ~PyomoNLP.nnz_jacobian_eq ~PyomoNLP.nnz_jacobian_ineq ~PyomoNLP.primals_lb ~PyomoNLP.primals_names ~PyomoNLP.primals_ub ~PyomoNLP.pyomo_model ~PyomoNLP.report_solver_status ~PyomoNLP.set_duals ~PyomoNLP.set_duals_eq ~PyomoNLP.set_duals_ineq ~PyomoNLP.set_obj_factor ~PyomoNLP.set_primals ~PyomoNLP.variable_names .. rubric:: Attributes .. autosummary:: ~PyomoNLP.symbol_map .. rubric:: Member Documentation