Guest User

Untitled

a guest
Aug 21st, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. Is {true} x := y { x = y } a valid Hoare triple?
  2. { true } x := y { x = y }
  3.  
  4. { y=1 } x := y { x = y } //valid
  5.  
  6. {true} y := 1; x := y { x = y } //valid
Add Comment
Please, Sign In to add comment