mirror of
https://github.com/Z3Prover/z3
synced 2025-11-11 00:22:05 +00:00
allow for internalize implies
This commit is contained in:
parent
f77123c13c
commit
2d876d5af1
4 changed files with 87 additions and 4 deletions
|
|
@ -904,6 +904,8 @@ namespace smt {
|
|||
|
||||
void add_or_rel_watches(app * n);
|
||||
|
||||
void add_implies_rel_watches(app* n);
|
||||
|
||||
void add_ite_rel_watches(app * n);
|
||||
|
||||
void mk_not_cnstr(app * n);
|
||||
|
|
@ -912,6 +914,8 @@ namespace smt {
|
|||
|
||||
void mk_or_cnstr(app * n);
|
||||
|
||||
void mk_implies_cnstr(app* n);
|
||||
|
||||
void mk_iff_cnstr(app * n, bool sign);
|
||||
|
||||
void mk_ite_cnstr(app * n);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue