mirror of
https://github.com/Z3Prover/z3
synced 2025-04-05 17:14:07 +00:00
disable nra in master
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7e4b232ac4
commit
9c9fe712ad
|
@ -1474,10 +1474,8 @@ lbool core::check(vector<lemma>& l_vec) {
|
|||
m_tangents.tangent_lemma();
|
||||
}
|
||||
|
||||
#if 1
|
||||
if (l_vec.empty() && !done())
|
||||
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…
Reference in a new issue