3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-03 13:07:53 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2025-09-28 12:44:56 +03:00
parent 391880b6fc
commit b7eb21efed
3 changed files with 6 additions and 0 deletions

View file

@ -184,6 +184,7 @@ struct solver::imp {
lbool r = l_undef;
statistics& st = m_nla_core.lp_settings().stats().m_st;
try {
//verbose_stream() << m_limit.
r = m_nlsat->check();
}
catch (z3_exception&) {