3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00

comment out the call to nra_solver

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2020-05-15 11:26:40 -07:00
parent 9c9fe712ad
commit 08940cff8f
23 changed files with 2 additions and 1 deletions

View file

@ -1474,9 +1474,10 @@ lbool core::check(vector<lemma>& l_vec) {
m_tangents.tangent_lemma();
}
#if 0
if (false && l_vec.empty() && !done())
ret = m_nra.check();
#endif
if (ret == l_undef && !l_vec.empty() && m_reslim.inc())
ret = l_false;