mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 12:28:44 +00:00
parent
10768bd005
commit
7e8753cd3f
|
@ -3910,6 +3910,7 @@ namespace sat {
|
|||
gc_var(lit.var());
|
||||
}
|
||||
m_qhead = 0;
|
||||
scoped_suspend_rlimit _sp(m_rlimit);
|
||||
propagate(false);
|
||||
}
|
||||
|
||||
|
|
|
@ -621,7 +621,7 @@ private:
|
|||
}
|
||||
}
|
||||
catch (tactic_exception & ex) {
|
||||
IF_VERBOSE(0, verbose_stream() << "exception in tactic " << ex.msg() << "\n";);
|
||||
IF_VERBOSE(1, verbose_stream() << "exception in tactic " << ex.msg() << "\n";);
|
||||
set_reason_unknown(ex.msg());
|
||||
TRACE("sat", tout << "exception: " << ex.msg() << "\n";);
|
||||
m_preprocess = nullptr;
|
||||
|
|
Loading…
Reference in a new issue