SetUnion ======== (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::SetUnion :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~SetUnion.__init__ ~SetUnion.bounds ~SetUnion.check_values ~SetUnion.clear ~SetUnion.clear_suffix_value ~SetUnion.cname ~SetUnion.construct ~SetUnion.cross ~SetUnion.difference ~SetUnion.dim ~SetUnion.display ~SetUnion.get ~SetUnion.get_interval ~SetUnion.get_suffix_value ~SetUnion.getname ~SetUnion.id_index_map ~SetUnion.index ~SetUnion.index_set ~SetUnion.intersection ~SetUnion.is_component_type ~SetUnion.is_constructed ~SetUnion.is_expression_type ~SetUnion.is_indexed ~SetUnion.is_logical_type ~SetUnion.is_named_expression_type ~SetUnion.is_numeric_type ~SetUnion.is_parameter_type ~SetUnion.is_reference ~SetUnion.is_variable_type ~SetUnion.isdiscrete ~SetUnion.isdisjoint ~SetUnion.isfinite ~SetUnion.isordered ~SetUnion.issubset ~SetUnion.issuperset ~SetUnion.items ~SetUnion.iteritems ~SetUnion.iterkeys ~SetUnion.itervalues ~SetUnion.keys ~SetUnion.model ~SetUnion.parent_block ~SetUnion.parent_component ~SetUnion.pprint ~SetUnion.ranges ~SetUnion.reconstruct ~SetUnion.root_block ~SetUnion.set_suffix_value ~SetUnion.set_value ~SetUnion.subsets ~SetUnion.symmetric_difference ~SetUnion.to_dense_data ~SetUnion.type ~SetUnion.union ~SetUnion.valid_model_component ~SetUnion.values .. rubric:: Attributes .. autosummary:: ~SetUnion.active ~SetUnion.concrete ~SetUnion.ctype ~SetUnion.dimen ~SetUnion.domain ~SetUnion.filter ~SetUnion.local_name ~SetUnion.name ~SetUnion.ordered ~SetUnion.set_tuple ~SetUnion.virtual .. rubric:: Member Documentation