NegationExpression ================== (class from :py:mod:`pyomo.core.expr.numeric_expr`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.core.expr.numeric_expr import * try: from pyomo.core.expr.numeric_expr import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.core.expr.numeric_expr .. autoclass:: pyomo.core.expr.numeric_expr::NegationExpression :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~NegationExpression.__init__ ~NegationExpression.arg ~NegationExpression.clone ~NegationExpression.create_node_with_local_data ~NegationExpression.create_potentially_variable_object ~NegationExpression.getname ~NegationExpression.is_component_type ~NegationExpression.is_constant ~NegationExpression.is_expression_type ~NegationExpression.is_fixed ~NegationExpression.is_indexed ~NegationExpression.is_logical_type ~NegationExpression.is_named_expression_type ~NegationExpression.is_numeric_type ~NegationExpression.is_parameter_type ~NegationExpression.is_potentially_variable ~NegationExpression.is_reference ~NegationExpression.is_relational ~NegationExpression.is_variable_type ~NegationExpression.nargs ~NegationExpression.polynomial_degree ~NegationExpression.size ~NegationExpression.to_string .. rubric:: Attributes .. autosummary:: ~NegationExpression.PRECEDENCE ~NegationExpression.args ~NegationExpression.local_name ~NegationExpression.name .. rubric:: Member Documentation