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