9#ifndef CPROVER_GOTO_ANALYZER_BUILD_ANALYZER_H
10#define CPROVER_GOTO_ANALYZER_BUILD_ANALYZER_H
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 is the basic interface of the abstract interpreter with default implementations of the core func...
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...
A namespacet is essentially one or two symbol tables bound together, to allow for symbol lookups in t...