CBMC
|
#include <memory>
Go to the source code of this file.
Functions | |
std::unique_ptr< ai_baset > | build_analyzer (const optionst &options, const goto_modelt &goto_model, const namespacet &ns, message_handlert &mh) |
Build an abstract interpreter configured by the options. More... | |
std::unique_ptr<ai_baset> build_analyzer | ( | const optionst & | options, |
const goto_modelt & | goto_model, | ||
const namespacet & | ns, | ||
message_handlert & | mh | ||
) |
Build an abstract interpreter configured by the options.
This may require options for:
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.