Go to the documentation of this file.
12 #ifndef CPROVER_CBMC_CBMC_PARSE_OPTIONS_H
13 #define CPROVER_CBMC_CBMC_PARSE_OPTIONS_H
43 #define CBMC_OPTIONS \
45 "(preprocess)(slice-by-trace):" \
47 "(no-simplify)(full-slice)" \
48 OPT_REACHABILITY_SLICER \
49 "(debug-level):(no-propagation)(no-simplify-if)" \
50 "(document-subgoals)(outfile):(test-preprocessor)" \
51 "(write-solver-stats-to):" \
52 "(show-array-constraints)" \
60 "(smt1)(smt2)(fpa)(cvc3)(cvc4)(boolector)(yices)(z3)(mathsat)" \
62 "(external-sat-solver):" \
63 "(no-sat-preprocessor)" \
65 "(dimacs)(refine)(max-node-refinement):(refine-arrays)(refine-arithmetic)"\
66 OPT_STRING_REFINEMENT_CBMC \
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 "(verbosity):(no-library)" \
77 "(symex-coverage-report):" \
80 "(arrays-uf-always)(arrays-uf-never)" \
86 "(claim):(show-claims)(floatbv)(all-claims)(all-properties)" // legacy, and will eventually disappear // NOLINT(whitespace/line_length)
92 virtual int doit()
override;
93 virtual void help()
override;
99 const std::string &extra_options);
124 #endif // CPROVER_CBMC_CBMC_PARSE_OPTIONS_H
Class that provides messages with a built-in verbosity 'level'.
virtual int doit() override
invoke main modules
Coverage Instrumentation.
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 &)