Advertisement
Guest User

Untitled

a guest
Apr 26th, 2018
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. Sound and relatively complete total correctness proof rule for while loop
  2. 1. Context/Assertive_code; Loop_Body; confirm Inv => Q;
  3. 2. Context/Assume B_exp; Loop_Body; Confirm Inv;
  4. -------------------------------------------------------------------
  5. Context / Assertive_code
  6. Repeat
  7. Loop_body;
  8. maintaining Inv;
  9. until B_Exp
  10. Confirm Q
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement