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 @@ -153,7 +153,10 @@ void update_status_of_unknown_properties(
153
153
" (unwind):" \
154
154
" (unwindset):" \
155
155
" (graphml-witness):" \
156
- " (unwindset):"
156
+ " (incremental-loop):" \
157
+ " (unwind-min):" \
158
+ " (unwind-max):" \
159
+ " (ignore-properties-before-unwind-min)"
157
160
158
161
#define HELP_BMC \
159
162
" --paths [strategy] explore paths one at a time\n " \
@@ -164,6 +167,14 @@ void update_status_of_unknown_properties(
164
167
" --unwind nr unwind nr times\n " \
165
168
" --unwindset L:B,... unwind loop L with a bound of B\n " \
166
169
" (use --show-loops to get the loop IDs)\n " \
170
+ " --incremental-loop L check properties after each unwinding\n " \
171
+ " of loop L\n " \
172
+ " (use --show-loops to get the loop IDs)\n " \
173
+ " --unwind-min nr start incremental-loop after nr unwindings\n " \
174
+ " --unwind-max nr stop incremental-loop after nr unwindings\n " \
175
+ " --ignore-properties-before-unwind-min\n " \
176
+ " do not check properties before unwind-min\n " \
177
+ " when using incremental-loop\n " \
167
178
" --show-vcc show the verification conditions\n " \
168
179
" --slice-formula remove assignments unrelated to property\n " \
169
180
" --unwinding-assertions generate unwinding assertions (cannot be\n " \
You can’t perform that action at this time.
0 commit comments