3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-14 06:45:25 +00:00
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:
Nikolaj Bjorner 2023-07-13 10:47:55 -07:00
parent d0d434e4f1
commit 08599177d0
5 changed files with 23 additions and 40 deletions

View file

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