mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
lifting iff to binary
This commit is contained in:
parent
1dcbd2d86c
commit
6c71baf77b
5 changed files with 51 additions and 31 deletions
|
@ -112,6 +112,7 @@ namespace q {
|
|||
|
||||
void attach_ground_pattern_terms(expr* pat);
|
||||
clause* clausify(quantifier* q);
|
||||
lit clausify_literal(expr* arg);
|
||||
|
||||
fingerprint* add_fingerprint(clause& c, binding& b, unsigned max_generation);
|
||||
void set_tmp_binding(fingerprint& fp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue