Go to the documentation of this file.
12 #ifndef CPROVER_JBMC_JBMC_PARSE_OPTIONS_H
13 #define CPROVER_JBMC_JBMC_PARSE_OPTIONS_H
41 #define JBMC_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):" \
50 "(classpath):(cp):(main-class):" \
51 "(no-assertions)(no-assumptions)" \
53 "(smt1)(smt2)(fpa)(cvc3)(cvc4)(boolector)(yices)(z3)(mathsat)" \
54 "(no-sat-preprocessor)" \
56 "(dimacs)(refine)(max-node-refinement):(refine-arrays)(refine-arithmetic)"\
57 OPT_STRING_REFINEMENT \
58 "(16)(32)(64)(LP64)(ILP64)(LLP64)(ILP32)(LP32)" \
59 OPT_SHOW_GOTO_FUNCTIONS \
60 OPT_SHOW_CLASS_HIERARCHY \
62 "(show-symbol-table)" \
66 "(drop-unused-functions)" \
67 "(property):(stop-on-fail)(trace)" \
71 "(symex-coverage-report):" \
73 "(i386-linux)(i386-macos)(i386-win32)(win32)(winx64)" \
75 "(arrays-uf-always)(arrays-uf-never)" \
78 JAVA_BYTECODE_LANGUAGE_OPTIONS \
79 "(java-unwind-enum-static)" \
80 "(localize-faults)(localize-faults-method):" \
83 "(symex-driven-lazy-loading)"
91 virtual int doit()
override;
92 virtual void help()
override;
98 const std::string &extra_options);
118 bool body_available);
130 std::unique_ptr<goto_modelt> &goto_model,
const optionst &);
136 #endif // CPROVER_JBMC_JBMC_PARSE_OPTIONS_H
Class that provides messages with a built-in verbosity 'level'.
dstringt has one field, an unsigned integer no which is an index into a static table of strings.
ui_message_handlert ui_message_handler
void get_command_line_options(optionst &)
Bounded model checking or path exploration for goto-programs.
bool process_goto_functions(goto_modelt &goto_model, const optionst &options)
void process_goto_function(goto_model_functiont &function, const abstract_goto_modelt &, const optionst &)
bool set_properties(goto_modelt &goto_model)
bool generate_function_body(const irep_idt &function_name, symbol_table_baset &symbol_table, goto_functiont &function, bool body_available)
java_object_factory_parameterst object_factory_params
Storage of symbolic execution paths to resume.
bool stub_objects_are_not_null
virtual int doit() override
invoke main modules
bool can_generate_function_body(const irep_idt &name)
The symbol table base class interface.
std::unique_ptr< class_hierarchyt > class_hierarchy
A goto function, consisting of function type (see type), function body (see body),...
int get_goto_program(std::unique_ptr< goto_modelt > &goto_model, const optionst &)
virtual void help() override
display command line help
A collection of goto functions.
path_strategy_choosert path_strategy_chooser
Factory and information for path_storaget.
static void set_default_options(optionst &)
Set the options that have default values.
Abstract interface to eager or lazy GOTO models.
jbmc_parse_optionst(int argc, const char **argv)
bool show_loaded_functions(const abstract_goto_modelt &goto_model)
Interface providing access to a single function in a GOTO model, plus its associated symbol table.