Set === (class from :py:mod:`pyomo.core.base.set`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.core.base.set import * try: from pyomo.core.base.set import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.core.base.set .. autoclass:: pyomo.core.base.set::Set :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~Set.__init__ ~Set.check_values ~Set.clear ~Set.clear_suffix_value ~Set.cname ~Set.construct ~Set.dim ~Set.display ~Set.get_suffix_value ~Set.getname ~Set.id_index_map ~Set.index_set ~Set.is_component_type ~Set.is_constructed ~Set.is_expression_type ~Set.is_indexed ~Set.is_logical_type ~Set.is_named_expression_type ~Set.is_numeric_type ~Set.is_parameter_type ~Set.is_reference ~Set.is_variable_type ~Set.items ~Set.iteritems ~Set.iterkeys ~Set.itervalues ~Set.keys ~Set.model ~Set.parent_block ~Set.parent_component ~Set.pprint ~Set.reconstruct ~Set.root_block ~Set.set_suffix_value ~Set.set_value ~Set.to_dense_data ~Set.type ~Set.valid_model_component ~Set.values .. rubric:: Attributes .. autosummary:: ~Set.active ~Set.ctype ~Set.local_name ~Set.name .. rubric:: Member Documentation