mirror of
https://github.com/Z3Prover/z3
synced 2025-09-03 00:28:06 +00:00
adding global lookahead variant to sls arith solver
This commit is contained in:
parent
f9ce41bd2b
commit
847278fba8
6 changed files with 552 additions and 9 deletions
|
@ -496,9 +496,6 @@ namespace sls {
|
|||
for (unsigned i = 0; i < m_update_stack[depth].size(); ++i) {
|
||||
auto const& [a, is_bv] = m_update_stack[depth][i];
|
||||
TRACE("bv_verbose", tout << "update " << mk_bounded_pp(a, m) << " depth: " << depth << "\n";);
|
||||
bool before;
|
||||
if (m.is_bool(a))
|
||||
before = m_ev.get_bool_value(a);
|
||||
|
||||
if (t != a) {
|
||||
if (is_bv)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue