mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
parent
47e75827ee
commit
ade2dbe15a
|
@ -418,7 +418,7 @@ void bv_simplifier_plugin::mk_extract(unsigned high, unsigned low, expr* arg, ex
|
||||||
mk_extract_core(high, low, arg, result);
|
mk_extract_core(high, low, arg, result);
|
||||||
}
|
}
|
||||||
if (m_extract_cache.size() > (1 << 12)) {
|
if (m_extract_cache.size() > (1 << 12)) {
|
||||||
m_extract_cache.reset();
|
flush_caches();
|
||||||
}
|
}
|
||||||
|
|
||||||
TRACE("bv_simplifier_plugin", tout << "mk_extract [" << high << ":" << low << "]\n";
|
TRACE("bv_simplifier_plugin", tout << "mk_extract [" << high << ":" << low << "]\n";
|
||||||
|
|
Loading…
Reference in a new issue