__init__ ()
|
|
activate ()
|
Activate this object. |
arg (i)
|
|
clone ()
|
Return a clone of this expression (no-op). |
create_node_with_local_data (values)
|
Construct an expression after constructing the contained expression. |
deactivate ()
|
Deactivate this object. |
getname ([fully_qualified, name_buffer, ...])
|
Dynamically generates a name for this object. |
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_minimizing ()
|
|
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 ()
|
A boolean indicating whether this expression is a parameter object. |
is_potentially_variable ()
|
A boolean indicating whether this expression can reference variables. |
is_reference ()
|
Return True if this object is a reference. |
is_relational ()
|
DEPRECATED. |
is_variable_type ()
|
A boolean indicating whether this expression is a variable object. |
nargs ()
|
Length of self._nargs() |
polynomial_degree ()
|
The polynomial degree of the stored expression. |
to_string ([verbose, labeler, smap, ...])
|
Convert this expression into a string. |