NPV\_AbsExpression ================== (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::NPV_AbsExpression :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~NPV_AbsExpression.__init__ ~NPV_AbsExpression.arg ~NPV_AbsExpression.clone ~NPV_AbsExpression.create_node_with_local_data ~NPV_AbsExpression.create_potentially_variable_object ~NPV_AbsExpression.getname ~NPV_AbsExpression.is_component_type ~NPV_AbsExpression.is_constant ~NPV_AbsExpression.is_expression_type ~NPV_AbsExpression.is_fixed ~NPV_AbsExpression.is_indexed ~NPV_AbsExpression.is_logical_type ~NPV_AbsExpression.is_named_expression_type ~NPV_AbsExpression.is_numeric_type ~NPV_AbsExpression.is_parameter_type ~NPV_AbsExpression.is_potentially_variable ~NPV_AbsExpression.is_reference ~NPV_AbsExpression.is_relational ~NPV_AbsExpression.is_variable_type ~NPV_AbsExpression.nargs ~NPV_AbsExpression.polynomial_degree ~NPV_AbsExpression.potentially_variable_base_class ~NPV_AbsExpression.size ~NPV_AbsExpression.to_string .. rubric:: Attributes .. autosummary:: ~NPV_AbsExpression.PRECEDENCE ~NPV_AbsExpression.args ~NPV_AbsExpression.local_name ~NPV_AbsExpression.name .. rubric:: Member Documentation