mirror of
https://github.com/Z3Prover/z3
synced 2025-08-14 06:45:25 +00:00
fix #6808
remove bv_eq_axioms as an external option to toggle. Diseqalities have to be enforced for extensionality. There are no internal code paths where the option is set to false.
This commit is contained in:
parent
d0d434e4f1
commit
08599177d0
5 changed files with 23 additions and 40 deletions
|
@ -31,7 +31,6 @@ struct theory_bv_params {
|
|||
bool m_bv_reflect = true;
|
||||
bool m_bv_lazy_le = false;
|
||||
bool m_bv_cc = false;
|
||||
bool m_bv_eq_axioms = true;
|
||||
unsigned m_bv_blast_max_size = INT_MAX;
|
||||
bool m_bv_enable_int2bv2int = true;
|
||||
bool m_bv_watch_diseq = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue