Skip to content

Commit

Permalink
fix #7392
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Sep 25, 2024
1 parent 2655301 commit eb5d036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/smt/params/smt_params.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ void smt_params::setup_QF_BV() {
}

void smt_params::setup_QF_AUFBV() {
m_array_mode = AR_SIMPLE;
m_array_mode = AR_FULL;
m_relevancy_lvl = 0;
m_bv_cc = false;
m_bb_ext_gates = true;
Expand Down

0 comments on commit eb5d036

Please sign in to comment.