mirror of
https://github.com/Z3Prover/z3
synced 2025-10-07 08:21:56 +00:00
Transformation to eliminate term-ite expressions from DL rules
This commit is contained in:
parent
6d75c31468
commit
5d1149adb2
6 changed files with 107 additions and 13 deletions
|
@ -281,6 +281,7 @@ namespace datalog {
|
|||
bool array_blast() const;
|
||||
bool array_blast_full() const;
|
||||
bool elim_term_ite() const;
|
||||
unsigned blast_term_ite_inflation() const;
|
||||
|
||||
void register_finite_sort(sort * s, sort_kind k);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue