3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 16:45:31 +00:00
This commit is contained in:
Nikolaj Bjorner 2025-04-05 11:58:47 -07:00
parent 9d8291a75b
commit a39efbb008

View file

@ -1556,6 +1556,8 @@ lbool core::check() {
}
if (no_effect() && params().arith_nl_nra()) {
scoped_limits sl(m_reslim);
sl.push_child(&m_nra_lim);
ret = m_nra.check();
lp_settings().stats().m_nra_calls++;
}