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_skeleton [2007/03/20 14:58]
vkuncak
sav07_lecture_3_skeleton [2007/03/20 17:19]
vkuncak
Line 71: Line 71:
  
 when c is a basic command. when c is a basic command.
 +
  
  
Line 91: Line 92:
  
 We can apply these rules to reduce the size of formulas. We can apply these rules to reduce the size of formulas.
 +
 +==== Symbolic execution ====
 +
 +Symbolic execution converts programs into formulas by going forward. ​ It is therefore somewhat analogous to the way an [[interpreter]] for the language would work.  It is based on the notion of strongest postcondition.
 +
 +==== Weakest preconditions ====
 +
 +While symbolic execution computes formula by going forward along the program syntax tree, weakest precondition computes formula by going backward.
  
 ==== Papers ==== ==== Papers ====