3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-25 20:46:01 +00:00

Recognize x != k among new literals in lemma

This commit is contained in:
Jakob Rath 2022-09-28 15:16:05 +02:00
parent 6715058876
commit 7be82a36f2
4 changed files with 64 additions and 2 deletions

View file

@ -29,6 +29,7 @@ namespace polysat {
solver& s;
vector<subs_entry> m_entries;
bool try_recognize_bailout(clause& cl);
bool try_equal_body_subsumptions(clause& cl);
void prepare_subs_entry(subs_entry& entry, signed_constraint c);