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