9#ifndef CPROVER_UTIL_SUBSTITUTE_SYMBOLS_H
10#define CPROVER_UTIL_SUBSTITUTE_SYMBOLS_H
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...
Base class for all expressions.
std::optional< exprt > substitute_symbols(const std::map< irep_idt, exprt > &substitutions, exprt)
Substitute free occurrences of the variables given by their identifiers in the keys of the map in the...