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