We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e84ac2 commit 68911a4Copy full SHA for 68911a4
src/cbmc/bmc.h
@@ -285,6 +285,7 @@ class path_explorert : public bmct
285
/// provided as arguments to the constructor of this class.
286
void perform_symbolic_execution(
287
goto_symext::get_goto_functiont get_goto_function) override;
288
+};
289
290
#define OPT_BMC \
291
"(program-only)" \
@@ -323,6 +324,5 @@ class path_explorert : public bmct
323
324
" --no-pretty-names do not simplify identifiers\n" \
325
" --graphml-witness filename write the witness in GraphML format to " \
326
"filename\n" // NOLINT(*)
-};
327
328
#endif // CPROVER_CBMC_BMC_H
0 commit comments