3
0
Fork 0
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:
Arie Gurfinkel 2018-06-30 14:33:04 -04:00
parent 6d75c31468
commit 5d1149adb2
6 changed files with 107 additions and 13 deletions

View file

@ -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);