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:
IExpression
A named, mutable expression.
- property expr
The stored expression
- class pyomo.core.kernel.expression.expression_tuple(*args, **kwds)
Bases:
TupleContainer
A tuple-style container for objects with category type IExpression
- class pyomo.core.kernel.expression.expression_list(*args, **kwds)
Bases:
ListContainer
A list-style container for objects with category type IExpression
- class pyomo.core.kernel.expression.expression_dict(*args, **kwds)
Bases:
DictContainer
A dict-style container for objects with category type IExpression