mirror of
https://github.com/Z3Prover/z3
synced 2025-04-30 12:25:51 +00:00
remove also second hash-table for ALIVE_OPT #4747
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f3147d6e22
commit
e962deb557
6 changed files with 26 additions and 12 deletions
|
@ -1500,7 +1500,7 @@ lbool core::check(vector<lemma>& l_vec) {
|
|||
|
||||
if (l_vec.empty() && !done() && m_nla_settings.run_nra()) {
|
||||
ret = m_nra.check();
|
||||
m_stats.m_nra_calls ++;
|
||||
m_stats.m_nra_calls++;
|
||||
}
|
||||
|
||||
if (ret == l_undef && !l_vec.empty() && m_reslim.inc())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue