ISOS ==== (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::ISOS :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~ISOS.__init__ ~ISOS.activate ~ISOS.clone ~ISOS.deactivate ~ISOS.getname ~ISOS.items .. rubric:: Attributes .. autosummary:: ~ISOS.active ~ISOS.ctype ~ISOS.level ~ISOS.local_name ~ISOS.name ~ISOS.parent ~ISOS.storage_key ~ISOS.variables ~ISOS.weights .. rubric:: Member Documentation