class Z3::Simplifier

Incremental preprocessing for a Solver.

Where a Tactic transforms a Goal into subgoals you can look at, a Simplifier has nothing you can apply it to - attaching it to a solver with ‘Solver#with_simplifier` is the only way to use one - and `#and_then` is its only combinator.