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: 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