Skip to content

Commit 0bff19b

Browse files
authored
Merge pull request diffblue#2049 from karkhaz/kk-factor-goto-model-processing
Factor out goto model processing and default options
2 parents 79e3b25 + 014d151 commit 0bff19b

File tree

5 files changed

+147
-100
lines changed

5 files changed

+147
-100
lines changed

src/cbmc/bmc.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,8 @@ class path_explorert : public bmct
321321
" (use --show-loops to get the loop IDs)\n" \
322322
" --show-vcc show the verification conditions\n" \
323323
" --slice-formula remove assignments unrelated to property\n" \
324-
" --unwinding-assertions generate unwinding assertions\n" \
324+
" --unwinding-assertions generate unwinding assertions (cannot be\n" \
325+
" used with --cover or --partial-loops)\n" \
325326
" --partial-loops permit paths with partial loops\n" \
326327
" --no-pretty-names do not simplify identifiers\n" \
327328
" --graphml-witness filename write the witness in GraphML format to " \

0 commit comments

Comments
 (0)