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