Skip to content

Commit f2a1de1

Browse files
--refine-arrays supports simplifier
Array refinement supports using the MiniSAT simplifier. See refine_arrays.cpp/bv_refinementt::freeze_lazy_constraints.
1 parent cdea666 commit f2a1de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-checker/solver_factory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ get_sat_solver(message_handlert &message_handler, const optionst &options)
224224
{
225225
const bool no_simplifier = options.get_bool_option("beautify") ||
226226
!options.get_bool_option("sat-preprocessor") ||
227-
options.get_bool_option("refine") ||
227+
options.get_bool_option("refine-arithmetic") ||
228228
options.get_bool_option("refine-strings");
229229

230230
if(options.is_set("sat-solver"))

0 commit comments

Comments
 (0)