SimpleObjective =============== (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::SimpleObjective :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~SimpleObjective.__init__ ~SimpleObjective.activate ~SimpleObjective.add ~SimpleObjective.arg ~SimpleObjective.clear ~SimpleObjective.clear_suffix_value ~SimpleObjective.clone ~SimpleObjective.cname ~SimpleObjective.construct ~SimpleObjective.create_node_with_local_data ~SimpleObjective.deactivate ~SimpleObjective.dim ~SimpleObjective.display ~SimpleObjective.get_suffix_value ~SimpleObjective.getname ~SimpleObjective.id_index_map ~SimpleObjective.index ~SimpleObjective.index_set ~SimpleObjective.is_component_type ~SimpleObjective.is_constant ~SimpleObjective.is_constructed ~SimpleObjective.is_expression_type ~SimpleObjective.is_fixed ~SimpleObjective.is_indexed ~SimpleObjective.is_logical_type ~SimpleObjective.is_minimizing ~SimpleObjective.is_named_expression_type ~SimpleObjective.is_numeric_type ~SimpleObjective.is_parameter_type ~SimpleObjective.is_potentially_variable ~SimpleObjective.is_reference ~SimpleObjective.is_relational ~SimpleObjective.is_variable_type ~SimpleObjective.items ~SimpleObjective.iteritems ~SimpleObjective.iterkeys ~SimpleObjective.itervalues ~SimpleObjective.keys ~SimpleObjective.model ~SimpleObjective.nargs ~SimpleObjective.parent_block ~SimpleObjective.parent_component ~SimpleObjective.polynomial_degree ~SimpleObjective.pprint ~SimpleObjective.reconstruct ~SimpleObjective.root_block ~SimpleObjective.set_sense ~SimpleObjective.set_suffix_value ~SimpleObjective.set_value ~SimpleObjective.to_dense_data ~SimpleObjective.to_string ~SimpleObjective.type ~SimpleObjective.valid_model_component ~SimpleObjective.values .. rubric:: Attributes .. autosummary:: ~SimpleObjective.PRECEDENCE ~SimpleObjective.active ~SimpleObjective.args ~SimpleObjective.ctype ~SimpleObjective.expr ~SimpleObjective.local_name ~SimpleObjective.name ~SimpleObjective.rule ~SimpleObjective.sense .. rubric:: Member Documentation