mirror of
https://github.com/Z3Prover/z3
synced 2025-10-16 20:40:27 +00:00
redoing parity lemmas
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a8d401864b
commit
ca855fbad3
3 changed files with 131 additions and 17 deletions
|
@ -838,6 +838,7 @@ namespace polysat {
|
|||
}
|
||||
SASSERT(!core.vars().contains(v));
|
||||
core.add_lemma("viable unsat core", core.build_lemma());
|
||||
verbose_stream() << "unsat core " << core << "\n";
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue