AslNLP ====== (class from :py:mod:`pyomo.contrib.pynumero.interfaces.ampl_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.ampl_nlp import * try: from pyomo.contrib.pynumero.interfaces.ampl_nlp import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.contrib.pynumero.interfaces.ampl_nlp .. autoclass:: pyomo.contrib.pynumero.interfaces.ampl_nlp::AslNLP :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~AslNLP.__init__ ~AslNLP.constraint_names ~AslNLP.constraints_lb ~AslNLP.constraints_ub ~AslNLP.create_new_vector ~AslNLP.evaluate_constraints ~AslNLP.evaluate_eq_constraints ~AslNLP.evaluate_grad_objective ~AslNLP.evaluate_hessian_lag ~AslNLP.evaluate_ineq_constraints ~AslNLP.evaluate_jacobian ~AslNLP.evaluate_jacobian_eq ~AslNLP.evaluate_jacobian_ineq ~AslNLP.evaluate_objective ~AslNLP.get_constraints_scaling ~AslNLP.get_duals ~AslNLP.get_duals_eq ~AslNLP.get_duals_ineq ~AslNLP.get_eq_constraints_scaling ~AslNLP.get_ineq_constraints_scaling ~AslNLP.get_obj_factor ~AslNLP.get_obj_scaling ~AslNLP.get_primals ~AslNLP.get_primals_scaling ~AslNLP.ineq_lb ~AslNLP.ineq_ub ~AslNLP.init_duals ~AslNLP.init_duals_eq ~AslNLP.init_duals_ineq ~AslNLP.init_primals ~AslNLP.n_constraints ~AslNLP.n_eq_constraints ~AslNLP.n_ineq_constraints ~AslNLP.n_primals ~AslNLP.nnz_hessian_lag ~AslNLP.nnz_jacobian ~AslNLP.nnz_jacobian_eq ~AslNLP.nnz_jacobian_ineq ~AslNLP.primals_lb ~AslNLP.primals_names ~AslNLP.primals_ub ~AslNLP.report_solver_status ~AslNLP.set_duals ~AslNLP.set_duals_eq ~AslNLP.set_duals_ineq ~AslNLP.set_obj_factor ~AslNLP.set_primals .. rubric:: Member Documentation