mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 20:46:01 +00:00
handle empty clauses created as lemmas as unsat state.
add unit tests
This commit is contained in:
parent
c69c316b27
commit
1e3ff3179e
10 changed files with 113 additions and 80 deletions
|
@ -105,7 +105,6 @@ namespace polysat {
|
|||
|
||||
/** Convert the core into a lemma to be learned. */
|
||||
clause_builder build_lemma();
|
||||
clause_builder build_core_lemma();
|
||||
|
||||
bool try_eliminate(pvar v);
|
||||
bool try_saturate(pvar v);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue