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/maingoblint.ml
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -168,8 +168,7 @@ let check_arguments () =
168
168
if get_bool "solvers.td3.space"&& get_string "solvers.td3.side_widen"="sides-local"then fail "solvers.td3.space is incompatible with solvers.td3.side_widen = 'sides-local'";
169
169
if get_bool "solvers.td3.space"&& get_bool "solvers.td3.narrow-globs.enabled"then fail "solvers.td3.space is incompatible with solvers.td3.narrow-globs.enabled";
170
170
if (get_bool "incremental.load"|| get_bool "incremental.save") && get_bool "solvers.td3.narrow-globs.enabled"then (
171
-
set_bool "solvers.td3.narrow-globs.enabled"false;
172
-
warn "solvers.td3.narrow-globs.enabled implicitly disabled by incremental analysis";
171
+
fail "solvers.td3.space is incompatible with incremental analsyis.";
ifGobConfig.get_bool "incremental.load"||GobConfig.get_bool "incremental.save"then fail "termination analysis is not compatible with incremental analysis";
0 commit comments