Skip to content

Commit

Permalink
Indicate that termination analysis is activated.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerhard committed Nov 15, 2023
1 parent 8934a21 commit d5662c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/autoTune.ml
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,7 @@ let wideningOption factors file =
}

let activateTerminationAnalysis () =
print_endline "Enabling termination analysis";
enableAnalyses ["termination"; "apron"];
set_string "sem.int.signed_overflow" "assume_none";
set_string "ana.apron.domain" "polyhedra";
Expand Down

0 comments on commit d5662c5

Please sign in to comment.