GlobalSetBase ============= (class from :py:mod:`pyomo.core.base.global_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.global_set import * try: from pyomo.core.base.global_set import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.core.base.global_set .. autoclass:: pyomo.core.base.global_set::GlobalSetBase :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~GlobalSetBase.__init__ ~GlobalSetBase.is_component_type ~GlobalSetBase.is_expression_type ~GlobalSetBase.is_logical_type ~GlobalSetBase.is_named_expression_type ~GlobalSetBase.is_numeric_type ~GlobalSetBase.is_parameter_type ~GlobalSetBase.is_reference ~GlobalSetBase.is_variable_type .. rubric:: Member Documentation