BooleanConstant =============== (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::BooleanConstant :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~BooleanConstant.__init__ ~BooleanConstant.equivalent_to ~BooleanConstant.getname ~BooleanConstant.implies ~BooleanConstant.is_component_type ~BooleanConstant.is_constant ~BooleanConstant.is_expression_type ~BooleanConstant.is_fixed ~BooleanConstant.is_indexed ~BooleanConstant.is_logical_type ~BooleanConstant.is_named_expression_type ~BooleanConstant.is_numeric_type ~BooleanConstant.is_parameter_type ~BooleanConstant.is_potentially_variable ~BooleanConstant.is_reference ~BooleanConstant.is_relational ~BooleanConstant.is_variable_type ~BooleanConstant.land ~BooleanConstant.lor ~BooleanConstant.pprint ~BooleanConstant.to_string ~BooleanConstant.xor .. rubric:: Attributes .. autosummary:: ~BooleanConstant.value ~BooleanConstant.local_name ~BooleanConstant.name ~BooleanConstant.singleton .. rubric:: Member Documentation