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 0efb169 commit d42020bCopy full SHA for d42020b
src/cbmc/cbmc_parse_options.cpp
@@ -309,9 +309,6 @@ void cbmc_parse_optionst::get_command_line_options(optionst &options)
309
"max-node-refinement",
310
cmdline.get_value("max-node-refinement"));
311
312
- if(cmdline.isset("aig"))
313
- options.set_option("aig", true);
314
-
315
// SMT Options
316
317
if(cmdline.isset("smt1"))
src/cbmc/cbmc_parse_options.h
@@ -52,7 +52,7 @@ class optionst;
52
"(string-printable)" \
53
"(string-max-length):" \
54
"(string-max-input-length):" \
55
- "(aig)(16)(32)(64)(LP64)(ILP64)(LLP64)(ILP32)(LP32)" \
+ "(16)(32)(64)(LP64)(ILP64)(LLP64)(ILP32)(LP32)" \
56
"(little-endian)(big-endian)" \
57
OPT_SHOW_GOTO_FUNCTIONS \
58
OPT_SHOW_PROPERTIES \
0 commit comments