mirror of
https://github.com/Z3Prover/z3
synced 2025-04-11 19:53:34 +00:00
parent
ee1f7edfa0
commit
bbcfd79bf6
|
@ -95,6 +95,8 @@ protected:
|
|||
m_solver.push();
|
||||
reduce(fml);
|
||||
m_solver.pop(1);
|
||||
if (m.canceled())
|
||||
return;
|
||||
SASSERT(m_solver.get_scope_level() == 0);
|
||||
TRACE("ctx_solver_simplify_tactic",
|
||||
for (unsigned i = 0; i < fmls.size(); ++i) {
|
||||
|
|
Loading…
Reference in a new issue