mirror of
https://github.com/Z3Prover/z3
synced 2025-10-08 08:51:55 +00:00
First draft of elim_term_ite xform. Not working.
This commit is contained in:
parent
7acea2791d
commit
6d75c31468
9 changed files with 171 additions and 5 deletions
|
@ -280,6 +280,7 @@ namespace datalog {
|
|||
bool xform_coi() const;
|
||||
bool array_blast() const;
|
||||
bool array_blast_full() const;
|
||||
bool elim_term_ite() const;
|
||||
|
||||
void register_finite_sort(sort * s, sort_kind k);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue