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