Skip to content

Commit 77b3fca

Browse files
committed
Add descriptions to fuel options
1 parent 49cd2ce commit 77b3fca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/util/options.schema.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,7 @@
10471047
},
10481048
"only-global": {
10491049
"title": "incremental.restart.sided.only-global",
1050-
"description": "Restart only constraint system globals.",
1050+
"description": "Restart only constraint system globals (not function entry nodes).",
10511051
"type": "boolean",
10521052
"default": false
10531053
},
@@ -1065,13 +1065,13 @@
10651065
},
10661066
"fuel": {
10671067
"title": "incremental.restart.sided.fuel",
1068-
"description": "TODO",
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).",
10691069
"type": "integer",
10701070
"default": -1
10711071
},
10721072
"fuel-only-global": {
10731073
"title": "incremental.restart.sided.fuel-only-global",
1074-
"description": "TODO",
1074+
"description": "Decrease fuel only when going to constraint system globals (not function entry nodes).",
10751075
"type": "boolean",
10761076
"default": false
10771077
}
@@ -1089,7 +1089,7 @@
10891089
},
10901090
"write-only": {
10911091
"title": "incremental.restart.write-only",
1092-
"description": "TODO",
1092+
"description": "Restart write-only variables to bot during postprocessing.",
10931093
"type": "boolean",
10941094
"default": true
10951095
}

0 commit comments

Comments
 (0)