Go to the documentation of this file.
12 #ifndef CPROVER_CBMC_CBMC_PARSE_OPTIONS_H
13 #define CPROVER_CBMC_CBMC_PARSE_OPTIONS_H
41 #define CBMC_OPTIONS \
43 "(preprocess)(slice-by-trace):" \
45 "(no-simplify)(full-slice)" \
46 OPT_REACHABILITY_SLICER \
47 "(debug-level):(no-propagation)(no-simplify-if)" \
48 "(document-subgoals)(outfile):(test-preprocessor)" \
49 "(write-solver-stats-to):" \
50 "D:I:(c89)(c99)(c11)(cpp98)(cpp03)(cpp11)" \
53 "(no-assertions)(no-assumptions)" \
54 "(malloc-fail-assert)(malloc-fail-null)" \
58 "(smt1)(smt2)(fpa)(cvc3)(cvc4)(boolector)(yices)(z3)(mathsat)" \
60 "(external-sat-solver):" \
61 "(no-sat-preprocessor)" \
63 "(dimacs)(refine)(max-node-refinement):(refine-arrays)(refine-arithmetic)"\
64 OPT_STRING_REFINEMENT_CBMC \
65 "(16)(32)(64)(LP64)(ILP64)(LLP64)(ILP32)(LP32)" \
66 "(little-endian)(big-endian)" \
67 OPT_SHOW_GOTO_FUNCTIONS \
69 "(show-symbol-table)(show-parse-tree)" \
70 "(drop-unused-functions)" \
71 "(havoc-undefined-functions)" \
72 "(property):(stop-on-fail)(trace)" \
73 "(error-label):(verbosity):(no-library)" \
76 "(cover):(symex-coverage-report):" \
79 "(i386-linux)(i386-macos)(i386-win32)(win32)(winx64)(gcc)" \
80 "(ppc-macos)(unsigned-char)" \
81 "(arrays-uf-always)(arrays-uf-never)" \
82 "(string-abstraction)(no-arch)(arch):" \
83 "(round-to-nearest)(round-to-plus-inf)(round-to-minus-inf)(round-to-zero)" \
89 "(claim):(show-claims)(floatbv)(all-claims)(all-properties)" // legacy, and will eventually disappear // NOLINT(whitespace/line_length)
95 virtual int doit()
override;
96 virtual void help()
override;
102 const std::string &extra_options);
127 #endif // CPROVER_CBMC_CBMC_PARSE_OPTIONS_H
Class that provides messages with a built-in verbosity 'level'.
virtual int doit() override
invoke main modules
static int get_goto_program(goto_modelt &, const optionst &, const cmdlinet &, ui_message_handlert &)
JSON Commandline Interface.
cbmc_parse_optionst(int argc, const char **argv)
void register_languages()
Bounded Model Checking Utilities.
void get_command_line_options(optionst &)
Abstract interface to support a programming language.
static bool process_goto_program(goto_modelt &, const optionst &, messaget &)
String support via creating string constraints and progressively instantiating the universal constrai...
A collection of goto functions.
virtual void help() override
display command line help
static void set_default_options(optionst &)
Set the options that have default values.
void preprocessing(const optionst &)