Skip to content

Commit

Permalink
fix regression introduced when testing
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Apr 9, 2024
1 parent 9a681b1 commit 8d0e66b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/math/lp/nla_core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1522,11 +1522,6 @@ lbool core::check() {
return l_false;
}

if (no_effect() && params().arith_nl_nra()) {
ret = m_nra.check();
lp_settings().stats().m_nra_calls++;
}


if (no_effect() && should_run_bounded_nlsat())
ret = bounded_nlsat();
Expand Down

0 comments on commit 8d0e66b

Please sign in to comment.