objective ========= (class from :py:mod:`pyomo.core.kernel.objective`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.core.kernel.objective import * try: from pyomo.core.kernel.objective import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.core.kernel.objective .. autoclass:: pyomo.core.kernel.objective::objective :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~objective.__init__ ~objective.activate ~objective.arg ~objective.clone ~objective.create_node_with_local_data ~objective.deactivate ~objective.getname ~objective.is_component_type ~objective.is_constant ~objective.is_expression_type ~objective.is_fixed ~objective.is_indexed ~objective.is_logical_type ~objective.is_minimizing ~objective.is_named_expression_type ~objective.is_numeric_type ~objective.is_parameter_type ~objective.is_potentially_variable ~objective.is_reference ~objective.is_relational ~objective.is_variable_type ~objective.nargs ~objective.polynomial_degree ~objective.to_string .. rubric:: Attributes .. autosummary:: ~objective.PRECEDENCE ~objective.active ~objective.args ~objective.ctype ~objective.expr ~objective.local_name ~objective.name ~objective.parent ~objective.sense ~objective.storage_key .. rubric:: Member Documentation