@echecs/swiss - v5.0.0
    Preparing search index...

    Interface PairingOptions

    Options forwarded to the pairing system on each pair() call.

    interface PairingOptions {
        expectedRounds?: number;
        trace?: TraceCallback;
    }
    Index

    Properties

    expectedRounds?: number

    Total expected rounds in the tournament. Affects last-round compatibility checks.

    trace?: TraceCallback

    Structured trace callback for pairing algorithm observability.