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/options.schema.json
+19-1Lines changed: 19 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1047,7 +1047,7 @@
1047
1047
},
1048
1048
"only-global": {
1049
1049
"title": "incremental.restart.sided.only-global",
1050
-
"description": "Restart only constraint system globals.",
1050
+
"description": "Restart only constraint system globals (not function entry nodes).",
1051
1051
"type": "boolean",
1052
1052
"default": false
1053
1053
},
@@ -1062,6 +1062,18 @@
1062
1062
"description" : "TODO BROKEN",
1063
1063
"type" : "boolean",
1064
1064
"default" : true
1065
+
},
1066
+
"fuel": {
1067
+
"title": "incremental.restart.sided.fuel",
1068
+
"description": "Initial fuel for bounding transitive restarting, which uses one fuel each time when following side_fuel to restart. Zero fuel never restarts. Negative fuel doesn't bound (infinite fuel).",
0 commit comments