LARA

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
sav07_lecture_3 [2007/03/29 21:05]
kremena.diatchka
sav07_lecture_3 [2007/03/30 21:52]
vkuncak
Line 139: Line 139:
  
 While symbolic execution computes formula by going forward along the program syntax tree, [[sav07_lecture_2#​weakest_preconditions|weakest precondition]] computes formula by going backward. While symbolic execution computes formula by going forward along the program syntax tree, [[sav07_lecture_2#​weakest_preconditions|weakest precondition]] computes formula by going backward.
 +
 +\begin{equation*}
 +wp(r,P) = \{ s_1 \mid \forall s_2. (s_1,s_2) \in r \rightarrow s_2 \in P \}
 +\end{equation*}
 +
 We know that the weakest precondition holds following conditions for each relation r and sets Q1, Q2: We know that the weakest precondition holds following conditions for each relation r and sets Q1, Q2:
   wp(r, Q1 ∧ Q2) = wp(r,Q1) ∧ wp(r,Q2)   wp(r, Q1 ∧ Q2) = wp(r,Q1) ∧ wp(r,Q2)