AmplNLP ======= (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::AmplNLP :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~AmplNLP.__init__ ~AmplNLP.constraint_idx ~AmplNLP.constraint_names ~AmplNLP.constraints_lb ~AmplNLP.constraints_ub ~AmplNLP.create_new_vector ~AmplNLP.eq_constraint_idx ~AmplNLP.eq_constraint_names ~AmplNLP.evaluate_constraints ~AmplNLP.evaluate_eq_constraints ~AmplNLP.evaluate_grad_objective ~AmplNLP.evaluate_hessian_lag ~AmplNLP.evaluate_ineq_constraints ~AmplNLP.evaluate_jacobian ~AmplNLP.evaluate_jacobian_eq ~AmplNLP.evaluate_jacobian_ineq ~AmplNLP.evaluate_objective ~AmplNLP.get_constraints_scaling ~AmplNLP.get_duals ~AmplNLP.get_duals_eq ~AmplNLP.get_duals_ineq ~AmplNLP.get_eq_constraints_scaling ~AmplNLP.get_ineq_constraints_scaling ~AmplNLP.get_obj_factor ~AmplNLP.get_obj_scaling ~AmplNLP.get_primals ~AmplNLP.get_primals_scaling ~AmplNLP.ineq_constraint_idx ~AmplNLP.ineq_constraint_names ~AmplNLP.ineq_lb ~AmplNLP.ineq_ub ~AmplNLP.init_duals ~AmplNLP.init_duals_eq ~AmplNLP.init_duals_ineq ~AmplNLP.init_primals ~AmplNLP.n_constraints ~AmplNLP.n_eq_constraints ~AmplNLP.n_ineq_constraints ~AmplNLP.n_primals ~AmplNLP.nnz_hessian_lag ~AmplNLP.nnz_jacobian ~AmplNLP.nnz_jacobian_eq ~AmplNLP.nnz_jacobian_ineq ~AmplNLP.primal_idx ~AmplNLP.primals_lb ~AmplNLP.primals_names ~AmplNLP.primals_ub ~AmplNLP.report_solver_status ~AmplNLP.set_duals ~AmplNLP.set_duals_eq ~AmplNLP.set_duals_ineq ~AmplNLP.set_obj_factor ~AmplNLP.set_primals ~AmplNLP.variable_idx ~AmplNLP.variable_names .. rubric:: Member Documentation