Documentation

Complexitylib.Classes.PPoly.Uniform.Unrolling.Serializer.Defs

Numeric schedules for streaming tableau serialization #

This definitions layer isolates two variable-length pieces of raw formula compilation as schedules driven only by natural-number counters and a numeric size oracle. A future Turing-machine serializer can recompute that oracle from its fixed formula templates; it never needs to store a BoolFormula, a raw circuit, or a run-time syntax stack.

The right-fold schedule counts connector ranks upward while visiting source members in reverse order. The batch-copy schedule counts source formulas forward and reconstructs each delayed output reference from a prefix-size sum.

Sum the first count values of a numeric size oracle.

Equations
Instances For

    Source-member index visited at an upward-counting reverse rank.

    Equations
    Instances For

      Connector emitted at rank in a stack-free right-fold suffix.

      For an in-range rank, member = count - rank - 1. The first input is the member formula's output, while the second is the identity gate at rank zero or the preceding connector thereafter.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        Reverse connector suffix, indexed by an increasing natural rank.

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For

          Delayed packed-output copy for the formula at a forward source index.

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For

            Delayed batch-copy suffix, indexed in forward source-formula order.

            Equations
            Instances For