SOSConstraint ============= (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::SOSConstraint :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~SOSConstraint.__init__ ~SOSConstraint.activate ~SOSConstraint.add ~SOSConstraint.clear ~SOSConstraint.clear_suffix_value ~SOSConstraint.cname ~SOSConstraint.construct ~SOSConstraint.deactivate ~SOSConstraint.dim ~SOSConstraint.display ~SOSConstraint.get_suffix_value ~SOSConstraint.getname ~SOSConstraint.id_index_map ~SOSConstraint.index_set ~SOSConstraint.is_component_type ~SOSConstraint.is_constructed ~SOSConstraint.is_expression_type ~SOSConstraint.is_indexed ~SOSConstraint.is_logical_type ~SOSConstraint.is_named_expression_type ~SOSConstraint.is_numeric_type ~SOSConstraint.is_parameter_type ~SOSConstraint.is_reference ~SOSConstraint.is_variable_type ~SOSConstraint.items ~SOSConstraint.iteritems ~SOSConstraint.iterkeys ~SOSConstraint.itervalues ~SOSConstraint.keys ~SOSConstraint.model ~SOSConstraint.parent_block ~SOSConstraint.parent_component ~SOSConstraint.pprint ~SOSConstraint.reconstruct ~SOSConstraint.root_block ~SOSConstraint.set_suffix_value ~SOSConstraint.set_value ~SOSConstraint.to_dense_data ~SOSConstraint.type ~SOSConstraint.valid_model_component ~SOSConstraint.values .. rubric:: Attributes .. autosummary:: ~SOSConstraint.Skip ~SOSConstraint.active ~SOSConstraint.ctype ~SOSConstraint.local_name ~SOSConstraint.name .. rubric:: Member Documentation