Skip to content

Commit 10a14c9

Browse files
authored
Merge pull request #8619 from peterschrammel/ps/fix-refine-arithmetic-simplifier
Refine-arithmetic supports simplifier
2 parents 0f0aff9 + 4648353 commit 10a14c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/goto-checker/solver_factory.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ get_sat_solver(message_handlert &message_handler, const optionst &options)
204204
{
205205
const bool no_simplifier = options.get_bool_option("beautify") ||
206206
!options.get_bool_option("sat-preprocessor") ||
207-
options.get_bool_option("refine-arithmetic") ||
208207
options.get_bool_option("refine-strings");
209208

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

0 commit comments

Comments
 (0)