BaseInteriorPointInterface ========================== (class from :py:mod:`pyomo.contrib.interior_point.interface`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.contrib.interior_point.interface import * try: from pyomo.contrib.interior_point.interface import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.contrib.interior_point.interface .. autoclass:: pyomo.contrib.interior_point.interface::BaseInteriorPointInterface :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~BaseInteriorPointInterface.__init__ ~BaseInteriorPointInterface.evaluate_eq_constraints ~BaseInteriorPointInterface.evaluate_grad_objective ~BaseInteriorPointInterface.evaluate_ineq_constraints ~BaseInteriorPointInterface.evaluate_jacobian_eq ~BaseInteriorPointInterface.evaluate_jacobian_ineq ~BaseInteriorPointInterface.evaluate_objective ~BaseInteriorPointInterface.evaluate_primal_dual_kkt_matrix ~BaseInteriorPointInterface.evaluate_primal_dual_kkt_rhs ~BaseInteriorPointInterface.get_delta_duals_eq ~BaseInteriorPointInterface.get_delta_duals_ineq ~BaseInteriorPointInterface.get_delta_duals_primals_lb ~BaseInteriorPointInterface.get_delta_duals_primals_ub ~BaseInteriorPointInterface.get_delta_duals_slacks_lb ~BaseInteriorPointInterface.get_delta_duals_slacks_ub ~BaseInteriorPointInterface.get_delta_primals ~BaseInteriorPointInterface.get_delta_slacks ~BaseInteriorPointInterface.get_duals_eq ~BaseInteriorPointInterface.get_duals_ineq ~BaseInteriorPointInterface.get_duals_primals_lb ~BaseInteriorPointInterface.get_duals_primals_ub ~BaseInteriorPointInterface.get_duals_slacks_lb ~BaseInteriorPointInterface.get_duals_slacks_ub ~BaseInteriorPointInterface.get_obj_factor ~BaseInteriorPointInterface.get_primals ~BaseInteriorPointInterface.get_slacks ~BaseInteriorPointInterface.ineq_lb ~BaseInteriorPointInterface.ineq_ub ~BaseInteriorPointInterface.init_duals_eq ~BaseInteriorPointInterface.init_duals_ineq ~BaseInteriorPointInterface.init_duals_primals_lb ~BaseInteriorPointInterface.init_duals_primals_ub ~BaseInteriorPointInterface.init_duals_slacks_lb ~BaseInteriorPointInterface.init_duals_slacks_ub ~BaseInteriorPointInterface.init_primals ~BaseInteriorPointInterface.init_slacks ~BaseInteriorPointInterface.n_eq_constraints ~BaseInteriorPointInterface.n_ineq_constraints ~BaseInteriorPointInterface.n_primals ~BaseInteriorPointInterface.nnz_hessian_lag ~BaseInteriorPointInterface.nnz_jacobian_eq ~BaseInteriorPointInterface.nnz_jacobian_ineq ~BaseInteriorPointInterface.primals_lb ~BaseInteriorPointInterface.primals_ub ~BaseInteriorPointInterface.regularize_equality_gradient ~BaseInteriorPointInterface.regularize_hessian ~BaseInteriorPointInterface.set_barrier_parameter ~BaseInteriorPointInterface.set_duals_eq ~BaseInteriorPointInterface.set_duals_ineq ~BaseInteriorPointInterface.set_duals_primals_lb ~BaseInteriorPointInterface.set_duals_primals_ub ~BaseInteriorPointInterface.set_duals_slacks_lb ~BaseInteriorPointInterface.set_duals_slacks_ub ~BaseInteriorPointInterface.set_obj_factor ~BaseInteriorPointInterface.set_primal_dual_kkt_solution ~BaseInteriorPointInterface.set_primals ~BaseInteriorPointInterface.set_slacks .. rubric:: Member Documentation