12#ifndef CPROVER_GOTO_SYMEX_SYMEX_SLICE_CLASS_H
13#define CPROVER_GOTO_SYMEX_SYMEX_SLICE_CLASS_H
Single SSA step in the equation.
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...
Base class for all expressions.
void get_symbols(const exprt &expr)
void collect_open_variables(const symex_target_equationt &equation, symbol_sett &open_variables)
Collect the open variables, i.e., variables that are used in RHS but never written in LHS.
void slice(symex_target_equationt &equation)
void slice_decl(SSA_stept &SSA_step)
void slice_assignment(SSA_stept &SSA_step)
Inheriting the interface of symex_targett this class represents the SSA form of the input program as ...
std::unordered_set< irep_idt > symbol_sett
Generate Equation using Symbolic Execution.