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

subsumption notes

This commit is contained in:
Jakob Rath 2022-09-23 16:45:23 +02:00
parent 3c60c418e7
commit 4e4b4fdd06
2 changed files with 53 additions and 8 deletions

View file

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