mirror of
https://github.com/Z3Prover/z3
synced 2025-04-30 12:25:51 +00:00
revert debug changes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9a642215eb
commit
eaffe46468
2 changed files with 1 additions and 3 deletions
|
@ -1497,7 +1497,7 @@ lbool core::check(vector<lemma>& l_vec) {
|
|||
m_tangents.tangent_lemma();
|
||||
}
|
||||
|
||||
if (!done() && m_nla_settings.run_nra()) {
|
||||
if (l_vec.empty() && !done() && m_nla_settings.run_nra()) {
|
||||
ret = m_nra.check();
|
||||
m_stats.m_nra_calls ++;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue