sos\_dict ========= (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_dict :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~sos_dict.__init__ ~sos_dict.activate ~sos_dict.child ~sos_dict.children ~sos_dict.clear ~sos_dict.clone ~sos_dict.components ~sos_dict.deactivate ~sos_dict.get ~sos_dict.getname ~sos_dict.items ~sos_dict.keys ~sos_dict.pop ~sos_dict.popitem ~sos_dict.setdefault ~sos_dict.update ~sos_dict.values .. rubric:: Attributes .. autosummary:: ~sos_dict.active ~sos_dict.ctype ~sos_dict.local_name ~sos_dict.name ~sos_dict.parent ~sos_dict.storage_key .. rubric:: Member Documentation