Skip to content

Commit 0c029ea

Browse files
authored
Merge pull request #7828 from peterschrammel/ps/refine-arrays-with-simplifier
--refine-arrays actually supports simplifier
2 parents 895d6dd + f2a1de1 commit 0c029ea

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)