Expressions
Summary
A named, mutable expression. |
|
A tuple-style container for objects with category type IExpression |
|
A list-style container for objects with category type IExpression |
|
A dict-style container for objects with category type IExpression |
Member Documentation
- class pyomo.core.kernel.expression.expression(expr=None)[source]
Bases:
IExpressionA named, mutable expression.
- property expr
The stored expression
- class pyomo.core.kernel.expression.expression_tuple(*args, **kwds)
Bases:
TupleContainerA tuple-style container for objects with category type IExpression
- class pyomo.core.kernel.expression.expression_list(*args, **kwds)
Bases:
ListContainerA list-style container for objects with category type IExpression
- class pyomo.core.kernel.expression.expression_dict(*args, **kwds)
Bases:
DictContainerA dict-style container for objects with category type IExpression