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:
parent
6715058876
commit
7be82a36f2
4 changed files with 64 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue