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
Previous revision
Last revision Both sides next revision
sav07_lecture_6 [2007/04/16 01:13]
mirco.dotta
sav07_lecture_6 [2007/04/16 10:03]
mirco.dotta
Line 125: Line 125:
 \end{equation*} \end{equation*}
 where $\theta$ is the most general unifier of $A_1$ and $A_2$. where $\theta$ is the most general unifier of $A_1$ and $A_2$.
 +
  
  
Line 186: Line 187:
 [R]e<​sub>​T</​sub>​ = {(a,s1(a)), (s1(a),​s1(s1(a))),​ (s2(a), s2(s2(a))), ...} \\ [R]e<​sub>​T</​sub>​ = {(a,s1(a)), (s1(a),​s1(s1(a))),​ (s2(a), s2(s2(a))), ...} \\
 \\ \\
-Then we should find a pair (tx,ty) s.t. (tx,ty) ∉ [R]. A possible counter-example is (tx,a) ∉ [R], ∀tx+Then we should find a pair (tx,ty) s.t. (tx,ty) ∉ [R]. A possible counter-example is (tx,a) ∉ [R], ∀tx
 +The fact that we have found a counter-example imply that the initial formula is invalid.\\
 \\ \\
 Consider case where R denotes less than relation on integers and Ev denotes that integer is even Consider case where R denotes less than relation on integers and Ev denotes that integer is even
Line 343: Line 345:
  
 Simple example with small ascending chains but large size: constant propagation. Simple example with small ascending chains but large size: constant propagation.
 +
  
 ==== Example analyses ==== ==== Example analyses ====
Line 350: Line 353:
  
  
 +==== References ====
  
 +  * A wonderful tutorial by Prof. Cousot, explaining in fairly simple language what abstract interpretation is all about. [[http://​www.di.ens.fr/​~cousot/​COUSOTtalks/​VMCAI05_TOOLS.shtml|Tutorial Abstract Interpretation]]