__init__ ()
|
|
arg (index)
|
|
clone ()
|
Return a clone of this expression (no-op). |
create_node_with_local_data (values[, classtype])
|
Construct a simple expression after constructing the contained expression. |
getname (*args, **kwargs)
|
If this is a component, return the component's name on the owning block; otherwise return the value converted to a string |
is_component_type ()
|
Return True if this class is a Pyomo component |
is_constant ()
|
A boolean indicating whether this expression is constant. |
is_expression_type ([expression_system])
|
A boolean indicating whether this in an expression. |
is_fixed ()
|
A boolean indicating whether this expression is fixed. |
is_indexed ()
|
Return True if this numeric value is an indexed object |
is_logical_type ()
|
Return True if this class is a Pyomo Boolean object. |
is_named_expression_type ()
|
A boolean indicating whether this in a named expression. |
is_numeric_type ()
|
Return True if this class is a Pyomo numeric object |
is_parameter_type ()
|
Return False unless this class is a parameter object |
is_potentially_variable ()
|
Return True if variables can appear in this expression |
is_reference ()
|
Return True if this object is a reference. |
is_relational ()
|
DEPRECATED. |
is_variable_type ()
|
Return False unless this class is a variable object |
nargs ()
|
|
polynomial_degree ()
|
A tuple of subexpressions involved in this expressions operation. |
set_value (expr)
|
Set the expression on this expression. |
to_string ([verbose, labeler, smap, ...])
|
Return a string representation of the expression tree. |