File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,10 @@ void run_property_decider(
192
192
" (unwind):" \
193
193
" (unwindset):" \
194
194
" (graphml-witness):" \
195
- " (unwindset):"
195
+ " (incremental-loop):" \
196
+ " (unwind-min):" \
197
+ " (unwind-max):" \
198
+ " (ignore-properties-before-unwind-min)"
196
199
197
200
#define HELP_BMC \
198
201
" --paths [strategy] explore paths one at a time\n " \
@@ -203,6 +206,14 @@ void run_property_decider(
203
206
" --unwind nr unwind nr times\n " \
204
207
" --unwindset L:B,... unwind loop L with a bound of B\n " \
205
208
" (use --show-loops to get the loop IDs)\n " \
209
+ " --incremental-loop L check properties after each unwinding\n " \
210
+ " of loop L\n " \
211
+ " (use --show-loops to get the loop IDs)\n " \
212
+ " --unwind-min nr start incremental-loop after nr unwindings\n " \
213
+ " --unwind-max nr stop incremental-loop after nr unwindings\n " \
214
+ " --ignore-properties-before-unwind-min\n " \
215
+ " do not check properties before unwind-min\n " \
216
+ " when using incremental-loop\n " \
206
217
" --show-vcc show the verification conditions\n " \
207
218
" --slice-formula remove assignments unrelated to property\n " \
208
219
" --unwinding-assertions generate unwinding assertions (cannot be\n " \
You can’t perform that action at this time.
0 commit comments