mirror of
https://github.com/Z3Prover/z3
synced 2025-09-07 18:21:23 +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
|
@ -308,6 +308,9 @@ namespace datalog {
|
|||
bool context::array_blast() const { return m_params->xform_array_blast(); }
|
||||
bool context::array_blast_full() const { return m_params->xform_array_blast_full(); }
|
||||
bool context::elim_term_ite() const {return m_params->xform_elim_term_ite();}
|
||||
unsigned context::blast_term_ite_inflation() const {
|
||||
return m_params->xform_elim_term_ite_inflation();
|
||||
}
|
||||
|
||||
|
||||
void context::register_finite_sort(sort * s, sort_kind k) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue