mirror of
https://github.com/Z3Prover/z3
synced 2025-09-08 10:41:25 +00:00
Add simplify_clause::try_remove_equations
This commit is contained in:
parent
5bd63ab7c5
commit
b5af2164f4
5 changed files with 113 additions and 15 deletions
|
@ -29,6 +29,7 @@ namespace polysat {
|
|||
solver& s;
|
||||
vector<subs_entry> m_entries;
|
||||
|
||||
bool try_remove_equations(clause& cl);
|
||||
bool try_recognize_bailout(clause& cl);
|
||||
bool try_equal_body_subsumptions(clause& cl);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue