sos\_list ========= (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_list :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~sos_list.__init__ ~sos_list.activate ~sos_list.append ~sos_list.child ~sos_list.children ~sos_list.clear ~sos_list.clone ~sos_list.components ~sos_list.count ~sos_list.deactivate ~sos_list.extend ~sos_list.getname ~sos_list.index ~sos_list.insert ~sos_list.pop ~sos_list.remove ~sos_list.reverse .. rubric:: Attributes .. autosummary:: ~sos_list.active ~sos_list.ctype ~sos_list.local_name ~sos_list.name ~sos_list.parent ~sos_list.storage_key .. rubric:: Member Documentation