mirror of
https://github.com/Z3Prover/z3
synced 2026-02-19 15:04:42 +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
|
|
@ -307,6 +307,7 @@ namespace datalog {
|
|||
bool context::instantiate_quantifiers() const { return m_params->xform_instantiate_quantifiers(); }
|
||||
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();}
|
||||
|
||||
|
||||
void context::register_finite_sort(sort * s, sort_kind k) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue