mirror of
https://github.com/Z3Prover/z3
synced 2025-06-29 17:38:45 +00:00
update conflict resolution for cardinality case
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e36eba1168
commit
cb6c6332b3
6 changed files with 189 additions and 328 deletions
|
@ -1343,6 +1343,7 @@ namespace smt {
|
|||
cls->swap_lits(1, w2_idx);
|
||||
TRACE("mk_th_lemma", display_clause(tout, cls); tout << "\n";);
|
||||
}
|
||||
// display_clause(std::cout, cls); std::cout << "\n";
|
||||
m_lemmas.push_back(cls);
|
||||
add_watch_literal(cls, 0);
|
||||
add_watch_literal(cls, 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue