BooleanValue ============ (class from :py:mod:`pyomo.core.expr.boolean_value`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.core.expr.boolean_value import * try: from pyomo.core.expr.boolean_value import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.core.expr.boolean_value .. autoclass:: pyomo.core.expr.boolean_value::BooleanValue :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~BooleanValue.__init__ ~BooleanValue.equivalent_to ~BooleanValue.getname ~BooleanValue.implies ~BooleanValue.is_component_type ~BooleanValue.is_constant ~BooleanValue.is_expression_type ~BooleanValue.is_fixed ~BooleanValue.is_indexed ~BooleanValue.is_logical_type ~BooleanValue.is_named_expression_type ~BooleanValue.is_numeric_type ~BooleanValue.is_parameter_type ~BooleanValue.is_reference ~BooleanValue.is_relational ~BooleanValue.is_variable_type ~BooleanValue.land ~BooleanValue.lor ~BooleanValue.to_string ~BooleanValue.xor .. rubric:: Attributes .. autosummary:: ~BooleanValue.local_name ~BooleanValue.name .. rubric:: Member Documentation