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