AmplInterface ============= (class from :py:mod:`pyomo.contrib.pynumero.asl`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.contrib.pynumero.asl import * try: from pyomo.contrib.pynumero.asl import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.contrib.pynumero.asl .. autoclass:: pyomo.contrib.pynumero.asl::AmplInterface :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~AmplInterface.__init__ ~AmplInterface.available ~AmplInterface.eval_deriv_f ~AmplInterface.eval_f ~AmplInterface.eval_g ~AmplInterface.eval_hes_lag ~AmplInterface.eval_jac_g ~AmplInterface.finalize_solution ~AmplInterface.get_bounds_info ~AmplInterface.get_g_lower_bounds ~AmplInterface.get_g_upper_bounds ~AmplInterface.get_init_multipliers ~AmplInterface.get_init_x ~AmplInterface.get_n_constraints ~AmplInterface.get_n_vars ~AmplInterface.get_nnz_hessian_lag ~AmplInterface.get_nnz_jac_g ~AmplInterface.get_x_lower_bounds ~AmplInterface.get_x_upper_bounds ~AmplInterface.struct_hes_lag ~AmplInterface.struct_jac_g .. rubric:: Attributes .. autosummary:: ~AmplInterface.ASLib ~AmplInterface.asl_date ~AmplInterface.interface_version ~AmplInterface.libname .. rubric:: Member Documentation