Expand description
Symbolic expression integration for the problem-reduction domain.
Structs§
- BigInt
- A big signed integer type.
- Expr
- A cheap, immutable handle to a shared symbolic expression node.
- Expr
Node Id - Opaque identity used to memoize one traversal of an expression DAG.
- Parse
Error - Substitution
Error - Symbol
- A validated problem-size variable name.
Enums§
- Approximation
Error - Asymptotic
Analysis Error - Error returned when analyzing asymptotic behavior.
- Expr
Node - One immutable node in a symbolic expression DAG.
Functions§
- evaluate_
approximate - Evaluate an expression numerically at an explicitly approximate boundary.