Expressions
Summary
pyomo.core.kernel.expression.expression([expr]) |
A named, mutable expression. |
pyomo.core.kernel.expression.expression_tuple(...) |
A tuple-style container for objects with category type IExpression |
pyomo.core.kernel.expression.expression_list(...) |
A list-style container for objects with category type IExpression |
pyomo.core.kernel.expression.expression_dict(...) |
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
-
property
-
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