NonNumericValue =============== (class from :py:mod:`pyomo.core.expr.numvalue`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.core.expr.numvalue import * try: from pyomo.core.expr.numvalue import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.core.expr.numvalue .. autoclass:: pyomo.core.expr.numvalue::NonNumericValue :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~NonNumericValue.__init__ ~NonNumericValue.is_component_type ~NonNumericValue.is_constant ~NonNumericValue.is_expression_type ~NonNumericValue.is_fixed ~NonNumericValue.is_logical_type ~NonNumericValue.is_named_expression_type ~NonNumericValue.is_numeric_type ~NonNumericValue.is_parameter_type ~NonNumericValue.is_reference ~NonNumericValue.is_variable_type .. rubric:: Attributes .. autosummary:: ~NonNumericValue.value .. rubric:: Member Documentation