Predicate transformer semantics: Difference between revisions

Content deleted Content added
Line 167:
= { sequential composition and alternation rules }
 
''<math>wp(do x > 0 \rightarrow L: x := x-1 od, (x<0 \wedge wp(x := -x; goto L, post)) \vee
(x >= 0 \wedge post)</math>''
 
= { sequential composition, goto, assignment rules }