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:
parent
9c9fe712ad
commit
08940cff8f
23 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue