Skip to content

Commit eb5d036

Browse files
fix #7392
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent 2655301 commit eb5d036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/smt/params/smt_params.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ void smt_params::setup_QF_BV() {
331331
}
332332

333333
void smt_params::setup_QF_AUFBV() {
334-
m_array_mode = AR_SIMPLE;
334+
m_array_mode = AR_FULL;
335335
m_relevancy_lvl = 0;
336336
m_bv_cc = false;
337337
m_bb_ext_gates = true;

0 commit comments

Comments
 (0)