__init__([args, constant, linear_coefs, ...])
|
A linear expression of the form const + sum_i(c_i*x_i). |
add(new_arg)
|
DEPRECATED. |
arg(i)
|
Return the i-th child node. |
clone([substitute])
|
Return a clone of the expression tree. |
create_node_with_local_data(args[, classtype])
|
Construct a node using given arguments. |
create_potentially_variable_object()
|
DEPRECATED. |
getname(*args, **kwds)
|
Return the text name of a function associated with this expression object. |
is_component_type()
|
Return True if this class is a Pyomo component |
is_constant()
|
Return True if this expression is an atomic constant |
is_expression_type([expression_system])
|
Return True if this object is an expression. |
is_fixed()
|
Return True if this expression contains no free variables. |
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 object is 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 this expression might represent a variable 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()
|
Returns the number of child nodes. |
polynomial_degree()
|
Return the polynomial degree of the expression. |
size()
|
Return the number of nodes in the expression tree. |
to_string([verbose, labeler, smap, ...])
|
Return a string representation of the expression tree. |