Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Encodes a program for analyzing expected runtimes by removing all existing tick statements,
and adding tick(1) to every existing non-tick statement.
Equations
- pgcl {skip}.ertEnc = pgcl {tick(1) ; skip}
- pgcl {@x_1 := @A}.ertEnc = pgcl {tick(1) ; @x_1 := @A}
- pgcl {@C₁ ; @C₂}.ertEnc = pgcl {@C₁.ertEnc ; @C₂.ertEnc}
- pgcl {{ @C₁ } [@p] { @C₂ }}.ertEnc = pgcl {tick(1) ; { @C₁.ertEnc } [@p] { @C₂.ertEnc }}
- pgcl {{ @C₁ } [] { @C₂ }}.ertEnc = pgcl {tick(1) ; { @C₁.ertEnc } [] { @C₂.ertEnc }}
- pgcl {while @b { @C' }}.ertEnc = pgcl {tick(1) ; while @b { @C'.ertEnc }}
- pgcl {tick(@a)}.ertEnc = pgcl {skip}
- pgcl {observe(@b)}.ertEnc = pgcl {tick(1) ; observe(@b)}
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.