Utilities to Manage and Analyze Expressions
Functions
|
Return a string representation of an expression. |
|
A function that returns a tuple consisting of (1) a flag indicating whether the expression is linear, and (2) a list of tuples that represents the terms in the linear expression. |
|
A function that is used to clone an expression. |
|
Evaluate the value of the expression. |
|
A generator that yields a sequence of nodes in an expression tree that belong to a specified set. |
|
A generator that yields a sequence of variables in an expression tree. |
|
Return derivative of expression. |
Classes
|
A class for tracking assigned labels for modeling components. |