__init__([value])
|
|
activate()
|
Activate this object. |
clone()
|
Returns a copy of this object with the parent pointer set to None. |
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 that this parameter is constant. |
is_expression_type([expression_system])
|
Return True if this numeric value is an expression |
is_fixed()
|
A boolean indicating that this parameter 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()
|
Return True if this numeric value is a named expression |
is_numeric_type()
|
Return True if this class is a Pyomo numeric object |
is_parameter_type()
|
A boolean indicating that this is a parameter object. |
is_potentially_variable()
|
Returns False because this object can never reference variables. |
is_reference()
|
Return True if this object is a reference. |
is_relational()
|
DEPRECATED. |
is_variable_type()
|
A boolean indicating that this is a variable object. |
polynomial_degree()
|
Always return zero because we always validate that the stored expression can never reference variables. |
to_string([verbose, labeler, smap, ...])
|
Return a string representation of the expression tree. |