CBMC
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
link_goto_model.h
Go to the documentation of this file.
1/*******************************************************************\
2
3Module: Read Goto Programs
4
5Author: Daniel Kroening, kroening@kroening.com
6
7\*******************************************************************/
8
11
12#ifndef CPROVER_GOTO_PROGRAMS_LINK_GOTO_MODEL_H
13#define CPROVER_GOTO_PROGRAMS_LINK_GOTO_MODEL_H
14
15#include <util/replace_symbol.h>
16
17class goto_modelt;
19
25[[nodiscard]] std::optional<replace_symbolt::expr_mapt>
27
31 goto_modelt &dest,
33
34#endif // CPROVER_GOTO_PROGRAMS_LINK_GOTO_MODEL_H
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...
Definition ai.h:562
std::unordered_map< irep_idt, exprt > expr_mapt