cprover
postcondition.h
Go to the documentation of this file.
1 /*******************************************************************\
2 
3 Module: Generate Equation using Symbolic Execution
4 
5 Author: Daniel Kroening, kroening@kroening.com
6 
7 \*******************************************************************/
8 
11 
12 #ifndef CPROVER_GOTO_SYMEX_POSTCONDITION_H
13 #define CPROVER_GOTO_SYMEX_POSTCONDITION_H
14 
16 
17 #include "symex_target_equation.h"
18 
19 void postcondition(
20  const namespacet &ns,
21  const value_setst &value_sets,
22  const symex_target_equationt &equation,
23  const class goto_symex_statet &s,
24  exprt &dest);
25 
26 #endif // CPROVER_GOTO_SYMEX_POSTCONDITION_H
Generate Equation using Symbolic Execution.
Value Set Propagation.
TO_BE_DOCUMENTED.
Definition: namespace.h:74
Base class for all expressions.
Definition: expr.h:42
void postcondition(const namespacet &ns, const value_setst &value_sets, const symex_target_equationt &equation, const class goto_symex_statet &s, exprt &dest)