Complete direct-unrolling generator -- definitions #
The positive tableau body emits the initial packed configuration, exactly one
packed transition layer per horizon step, and the padded terminal acceptance
fragment. The outer step counter is restored after the loop. Prefixing this
body with program also handles the separately tagged length-zero family
member.
Emit all packed transition layers and restore the outer step counter.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Compact semantic entry contract for the complete transition-layer loop.
- clean : StepClean values
All reusable transition scratch starts clean.
Layer enumeration starts at zero.
At least one represented configuration layer exists.
Instances For
Transition-layer loop with its compact semantic precondition exposed without changing the concrete machine or any behavioral/resource field.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Compact semantic entry contract for final acceptance, padding, and copy.
Raw-gate emission scratch is clear.
Binary-copy scratch is clear.
Addition scratch is clear.
Multiplication scratch is clear.
The acceptance gate fits before the closed padding frontier.
Instances For
Finalization phase with its compact semantic precondition exposed without changing the concrete machine or any behavioral/resource field.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Complete positive-length tableau body, excluding the tagged header.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Complete zero/positive generator for the padded direct-unrolling code.
Equations
- One or more equations did not get rendered due to their size.