sos\_tuple ========== (class from :py:mod:`pyomo.core.kernel.sos`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.core.kernel.sos import * try: from pyomo.core.kernel.sos import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.core.kernel.sos .. autoclass:: pyomo.core.kernel.sos::sos_tuple :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~sos_tuple.__init__ ~sos_tuple.activate ~sos_tuple.child ~sos_tuple.children ~sos_tuple.clone ~sos_tuple.components ~sos_tuple.count ~sos_tuple.deactivate ~sos_tuple.getname ~sos_tuple.index .. rubric:: Attributes .. autosummary:: ~sos_tuple.active ~sos_tuple.ctype ~sos_tuple.local_name ~sos_tuple.name ~sos_tuple.parent ~sos_tuple.storage_key .. rubric:: Member Documentation