mirror of
https://github.com/Z3Prover/z3
synced 2025-10-11 02:08:07 +00:00
update lookahead to include extensions
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
83635eb826
commit
f3b0ede6e8
13 changed files with 1855 additions and 1944 deletions
|
@ -779,14 +779,14 @@ namespace sat {
|
|||
case watched::EXT_CONSTRAINT:
|
||||
SASSERT(m_ext);
|
||||
m_ext->propagate(l, it->get_ext_constraint_idx(), keep);
|
||||
if (keep) {
|
||||
*it2 = *it;
|
||||
it2++;
|
||||
}
|
||||
if (m_inconsistent) {
|
||||
CONFLICT_CLEANUP();
|
||||
return false;
|
||||
}
|
||||
if (keep) {
|
||||
*it2 = *it;
|
||||
it2++;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
UNREACHABLE();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue