pub fn reduce_bounded(
expr: &Expr,
strategy: ReductionStrategy,
bound: ReductionBound,
) -> (Expr, ReductionStats)Expand description
Reduce an expression with a bound on the number of steps.
Returns the reduced expression and statistics.