Go to the documentation of this file.
12 #ifndef CPROVER_CBMC_CBMC_PARSE_OPTIONS_H
13 #define CPROVER_CBMC_CBMC_PARSE_OPTIONS_H
35 #define CBMC_OPTIONS \
37 "(preprocess)(slice-by-trace):" \
39 "(no-simplify)(full-slice)" \
40 OPT_REACHABILITY_SLICER \
41 "(no-propagation)(no-simplify-if)" \
42 "(document-subgoals)(test-preprocessor)" \
43 "(show-array-constraints)" \
52 OPT_STRING_REFINEMENT_CBMC \
53 OPT_SHOW_GOTO_FUNCTIONS \
55 "(show-symbol-table)(show-parse-tree)" \
56 "(drop-unused-functions)" \
57 "(havoc-undefined-functions)" \
58 "(property):(stop-on-fail)(trace)" \
59 "(verbosity):(no-library)" \
63 "(symex-coverage-report):" \
66 "(arrays-uf-always)(arrays-uf-never)" \
72 "(claim):(show-claims)(floatbv)(all-claims)(all-properties)" // legacy, and will eventually disappear // NOLINT(whitespace/line_length)
78 virtual int doit()
override;
79 virtual void help()
override;
85 const std::string &extra_options);
110 #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 &)
cbmc_parse_optionst(int argc, const char **argv)
void get_command_line_options(optionst &)
static bool process_goto_program(goto_modelt &, const optionst &, messaget &)
virtual void help() override
display command line help
void register_languages() override
static void set_default_options(optionst &)
Set the options that have default values.
void preprocessing(const optionst &)