mirror of
https://github.com/Z3Prover/z3
synced 2025-08-14 06:45:25 +00:00
toggle default for bv2int decision procedure support to avoid confusing users. Issue #301
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
746689904d
commit
315dc80eb0
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ struct theory_bv_params {
|
|||
m_bv_lazy_le(false),
|
||||
m_bv_cc(false),
|
||||
m_bv_blast_max_size(INT_MAX),
|
||||
m_bv_enable_int2bv2int(false) {
|
||||
m_bv_enable_int2bv2int(true) {
|
||||
updt_params(p);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue