IndexedSOSConstraint ==================== (class from :py:mod:`pyomo.core.base.sos`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.core.base.sos import * try: from pyomo.core.base.sos import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.core.base.sos .. autoclass:: pyomo.core.base.sos::IndexedSOSConstraint :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~IndexedSOSConstraint.__init__ ~IndexedSOSConstraint.activate ~IndexedSOSConstraint.add ~IndexedSOSConstraint.clear ~IndexedSOSConstraint.clear_suffix_value ~IndexedSOSConstraint.cname ~IndexedSOSConstraint.construct ~IndexedSOSConstraint.deactivate ~IndexedSOSConstraint.dim ~IndexedSOSConstraint.display ~IndexedSOSConstraint.get_suffix_value ~IndexedSOSConstraint.getname ~IndexedSOSConstraint.id_index_map ~IndexedSOSConstraint.index_set ~IndexedSOSConstraint.is_component_type ~IndexedSOSConstraint.is_constructed ~IndexedSOSConstraint.is_expression_type ~IndexedSOSConstraint.is_indexed ~IndexedSOSConstraint.is_logical_type ~IndexedSOSConstraint.is_named_expression_type ~IndexedSOSConstraint.is_numeric_type ~IndexedSOSConstraint.is_parameter_type ~IndexedSOSConstraint.is_reference ~IndexedSOSConstraint.is_variable_type ~IndexedSOSConstraint.items ~IndexedSOSConstraint.iteritems ~IndexedSOSConstraint.iterkeys ~IndexedSOSConstraint.itervalues ~IndexedSOSConstraint.keys ~IndexedSOSConstraint.model ~IndexedSOSConstraint.parent_block ~IndexedSOSConstraint.parent_component ~IndexedSOSConstraint.pprint ~IndexedSOSConstraint.reconstruct ~IndexedSOSConstraint.root_block ~IndexedSOSConstraint.set_suffix_value ~IndexedSOSConstraint.set_value ~IndexedSOSConstraint.to_dense_data ~IndexedSOSConstraint.type ~IndexedSOSConstraint.valid_model_component ~IndexedSOSConstraint.values .. rubric:: Attributes .. autosummary:: ~IndexedSOSConstraint.Skip ~IndexedSOSConstraint.active ~IndexedSOSConstraint.ctype ~IndexedSOSConstraint.local_name ~IndexedSOSConstraint.name .. rubric:: Member Documentation