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
sav08:assume_guarantee_reasoning_with_procedures [2008/04/10 13:41]
vkuncak
sav08:assume_guarantee_reasoning_with_procedures [2008/04/10 13:42]
vkuncak
Line 25: Line 25:
      c1;      c1;
      ​assert Pre(x,y);      ​assert Pre(x,y);
-++|<​code>​havoc x,y;</​code>​+++++|havoc x,y;++
      ​assume Post(x,y);      ​assume Post(x,y);
      c2;      c2;