CBMC
build_analyzer.cpp File Reference
+ Include dependency graph for build_analyzer.cpp:

Go to the source code of this file.

Functions

std::unique_ptr< ai_basetbuild_analyzer (const optionst &options, const goto_modelt &goto_model, const namespacet &ns, message_handlert &mh)
 Ideally this should be a pure function of options. More...
 

Function Documentation

◆ build_analyzer()

std::unique_ptr<ai_baset> build_analyzer ( const optionst options,
const goto_modelt goto_model,
const namespacet ns,
message_handlert mh 
)

Ideally this should be a pure function of options.

Build an abstract interpreter configured by the options.

However at the moment some domains require the goto_model or parts of it

Definition at line 29 of file build_analyzer.cpp.