Skip to main content

reduce_bounded

Function reduce_bounded 

Source
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.