mirror of
https://github.com/Z3Prover/z3
synced 2025-07-23 20:58:54 +00:00
bug fixes, prepare for retaining blocked clauses
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
636f740b1a
commit
76eed064eb
16 changed files with 333 additions and 234 deletions
|
@ -304,7 +304,7 @@ namespace sat {
|
|||
watch_list::const_iterator it = wlist.begin();
|
||||
watch_list::const_iterator end = wlist.end();
|
||||
for (; it != end; ++it) {
|
||||
if (!it->is_binary_non_learned_clause())
|
||||
if (!it->is_binary_unblocked_clause())
|
||||
continue;
|
||||
literal l2 = it->get_literal();
|
||||
if (l1.index() > l2.index())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue