Skip to content

Commit a39efbb

Browse files
fix #7607
1 parent 9d8291a commit a39efbb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/math/lp/nla_core.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -1556,6 +1556,8 @@ lbool core::check() {
15561556
}
15571557

15581558
if (no_effect() && params().arith_nl_nra()) {
1559+
scoped_limits sl(m_reslim);
1560+
sl.push_child(&m_nra_lim);
15591561
ret = m_nra.check();
15601562
lp_settings().stats().m_nra_calls++;
15611563
}

0 commit comments

Comments
 (0)