We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dbdb3b2 + 8ddbc43 commit 6d2654fCopy full SHA for 6d2654f
src/analyses/apron/relationAnalysis.apron.ml
@@ -756,7 +756,7 @@ struct
756
757
let sync ctx reason =
758
(* After the solver is finished, store the results (for later comparison) *)
759
- if !AnalysisState.postsolving then begin
+ if !AnalysisState.postsolving && GobConfig.get_string "exp.relation.prec-dump" <> "" then begin
760
let keep_local = GobConfig.get_bool "ana.relation.invariant.local" in
761
let keep_global = GobConfig.get_bool "ana.relation.invariant.global" in
762
0 commit comments