@echecs/tournament - v3.3.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.

    Structured trace callback for pairing algorithm observability.