mirror of
https://github.com/Z3Prover/z3
synced 2025-09-07 10:11:25 +00:00
parent
16be6b9162
commit
bcbc774b79
3 changed files with 2 additions and 7 deletions
|
@ -299,7 +299,7 @@ namespace datalog {
|
|||
bool context::xform_coi() const { return m_params->xform_coi(); }
|
||||
bool context::xform_slice() const { return m_params->xform_slice(); }
|
||||
bool context::xform_bit_blast() const { return m_params->xform_bit_blast(); }
|
||||
bool context::karr() const { return m_params->xform_karr(); }
|
||||
bool context::karr() const { return false; }
|
||||
bool context::scale() const { return m_params->xform_scale(); }
|
||||
bool context::magic() const { return m_params->xform_magic(); }
|
||||
bool context::compress_unbound() const { return m_params->xform_compress_unbound(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue