48 std::vector<std::pair<exprt, exprt>> equations;
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...
Base class for all expressions.
exprt find(exprt expr) const
std::vector< std::pair< exprt, exprt > > to_vector() const
exprt make_union(const exprt &a, const exprt &b)
Merge the set containing a and the set containing b.
bool replace_expr(exprt &expr) const
Replace subexpressions of expr by the representative element of the set they belong to.