BinarySet ========= (class from :py:mod:`pyomo.core.base.set`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.core.base.set import * try: from pyomo.core.base.set import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.core.base.set .. autoclass:: pyomo.core.base.set::BinarySet :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~BinarySet.__init__ ~BinarySet.at ~BinarySet.bounds ~BinarySet.card ~BinarySet.check_values ~BinarySet.clear ~BinarySet.clear_suffix_value ~BinarySet.cname ~BinarySet.construct ~BinarySet.cross ~BinarySet.data ~BinarySet.difference ~BinarySet.dim ~BinarySet.display ~BinarySet.first ~BinarySet.get ~BinarySet.get_interval ~BinarySet.get_suffix_value ~BinarySet.getname ~BinarySet.index ~BinarySet.index_set ~BinarySet.intersection ~BinarySet.is_component_type ~BinarySet.is_constructed ~BinarySet.is_expression_type ~BinarySet.is_indexed ~BinarySet.is_logical_type ~BinarySet.is_named_expression_type ~BinarySet.is_numeric_type ~BinarySet.is_parameter_type ~BinarySet.is_reference ~BinarySet.is_variable_type ~BinarySet.isdiscrete ~BinarySet.isdisjoint ~BinarySet.isfinite ~BinarySet.isordered ~BinarySet.issubset ~BinarySet.issuperset ~BinarySet.last ~BinarySet.model ~BinarySet.next ~BinarySet.nextw ~BinarySet.ord ~BinarySet.ordered_data ~BinarySet.ordered_iter ~BinarySet.parent_block ~BinarySet.parent_component ~BinarySet.pprint ~BinarySet.prev ~BinarySet.prevw ~BinarySet.ranges ~BinarySet.reconstruct ~BinarySet.root_block ~BinarySet.set_suffix_value ~BinarySet.sorted_data ~BinarySet.sorted_iter ~BinarySet.subsets ~BinarySet.symmetric_difference ~BinarySet.type ~BinarySet.union ~BinarySet.valid_model_component .. rubric:: Attributes .. autosummary:: ~BinarySet.active ~BinarySet.concrete ~BinarySet.ctype ~BinarySet.dimen ~BinarySet.domain ~BinarySet.filter ~BinarySet.global_name ~BinarySet.local_name ~BinarySet.name ~BinarySet.ordered ~BinarySet.value ~BinarySet.value_list ~BinarySet.virtual .. rubric:: Member Documentation