@@ -264,42 +264,4 @@ class path_explorert : public bmct
264
264
goto_symext::get_goto_functiont get_goto_function) override ;
265
265
};
266
266
267
- #define OPT_BMC \
268
- " (program-only)" \
269
- " (show-loops)" \
270
- " (show-vcc)" \
271
- " (slice-formula)" \
272
- " (unwinding-assertions)" \
273
- " (no-unwinding-assertions)" \
274
- " (no-pretty-names)" \
275
- " (no-self-loops-to-assumptions)" \
276
- " (partial-loops)" \
277
- " (paths):" \
278
- " (show-symex-strategies)" \
279
- " (depth):" \
280
- " (unwind):" \
281
- " (unwindset):" \
282
- " (graphml-witness):" \
283
- " (unwindset):"
284
-
285
- #define HELP_BMC \
286
- " --paths [strategy] explore paths one at a time\n " \
287
- " --show-symex-strategies list strategies for use with --paths\n " \
288
- " --program-only only show program expression\n " \
289
- " --show-loops show the loops in the program\n " \
290
- " --depth nr limit search depth\n " \
291
- " --unwind nr unwind nr times\n " \
292
- " --unwindset L:B,... unwind loop L with a bound of B\n " \
293
- " (use --show-loops to get the loop IDs)\n " \
294
- " --show-vcc show the verification conditions\n " \
295
- " --slice-formula remove assignments unrelated to property\n " \
296
- " --unwinding-assertions generate unwinding assertions (cannot be\n " \
297
- " used with --cover or --partial-loops)\n " \
298
- " --partial-loops permit paths with partial loops\n " \
299
- " --no-self-loops-to-assumptions\n " \
300
- " do not simplify while(1){} to assume(0)\n " \
301
- " --no-pretty-names do not simplify identifiers\n " \
302
- " --graphml-witness filename write the witness in GraphML format to " \
303
- " filename\n " // NOLINT(*)
304
-
305
267
#endif // CPROVER_CBMC_BMC_H
0 commit comments