mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
parent
7ada20c65d
commit
a1f68a619d
3 changed files with 16 additions and 5 deletions
|
@ -83,6 +83,8 @@ protected:
|
|||
|
||||
|
||||
void reduce(goal& g) {
|
||||
if (m.proofs_enabled())
|
||||
return;
|
||||
TRACE("ctx_solver_simplify_tactic", g.display(tout););
|
||||
expr_ref fml(m);
|
||||
tactic_report report("ctx-solver-simplify", g);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue