Skip to content

Commit 1aea84c

Browse files
committed
Disable TD3 abort by default
1 parent df080d9 commit 1aea84c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/util/defaults.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ let _ = ()
209209
; reg Experimental "exp.solver.td3.space" "false" "Should the td3 solver only keep values at widening points?"
210210
; reg Experimental "exp.solver.td3.space_cache" "true" "Should the td3-space solver cache values?"
211211
; 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!"
212-
; reg Experimental "exp.solver.td3.abort" "true" "TODO"
213-
; reg Experimental "exp.solver.td3.abort-verify" "true" "TODO"
212+
; reg Experimental "exp.solver.td3.abort" "false" "TODO"
213+
; reg Experimental "exp.solver.td3.abort-verify" "false" "TODO"
214214
; reg Experimental "exp.solver.slr4.restart_count" "1" "How many times SLR4 is allowed to switch from restarting iteration to increasing iteration."
215215
; 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]."
216216
; 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

Comments
 (0)