cprover
precondition.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_PRECONDITION_H
13 #define CPROVER_GOTO_SYMEX_PRECONDITION_H
14 
16 
17 #include "symex_target_equation.h"
18 
19 void precondition(
20  const namespacet &ns,
21  value_setst &value_sets,
22  const goto_programt::const_targett target,
23  const symex_target_equationt &equation,
24  const class goto_symex_statet &s,
25  exprt &dest);
26 
27 #endif // CPROVER_GOTO_SYMEX_PRECONDITION_H
Generate Equation using Symbolic Execution.
instructionst::const_iterator const_targett
Value Set Propagation.
void precondition(const namespacet &ns, value_setst &value_sets, const goto_programt::const_targett target, const symex_target_equationt &equation, const class goto_symex_statet &s, exprt &dest)
TO_BE_DOCUMENTED.
Definition: namespace.h:62
Base class for all expressions.
Definition: expr.h:46