mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 20:46:01 +00:00
subsumption notes
This commit is contained in:
parent
3c60c418e7
commit
4e4b4fdd06
2 changed files with 53 additions and 8 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue