You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/util/defaults.ml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -209,8 +209,8 @@ let _ = ()
209
209
; reg Experimental"exp.solver.td3.space""false""Should the td3 solver only keep values at widening points?"
210
210
; reg Experimental"exp.solver.td3.space_cache""true""Should the td3-space solver cache values?"
211
211
; reg Experimental"exp.solver.td3.space_restore""true""Should the td3-space solver restore values for non-widening-points? Not needed for generating warnings, but needed for inspecting output!"
; reg Experimental"exp.solver.slr4.restart_count""1""How many times SLR4 is allowed to switch from restarting iteration to increasing iteration."
215
215
; reg Experimental"exp.fast_global_inits""true""Only generate one 'a[MyCFG.all_array_index_exp] = x' for all assignments a[...] = x for a global array a[n]."
216
216
; reg Experimental"exp.uninit-ptr-safe""false""Assume that uninitialized stack-allocated pointers may only point to variables not in the program or null."
0 commit comments