votes
    Preparing search index...

    Interface CoombsInfo

    Round-level detail specific to Coombs: how this round was resolved. Normally a round eliminates whoever has the most last-place votes, but it resolves by outright majority instead as soon as a candidate has an absolute majority of first choices — which can happen on the very last round, so this can't be inferred from round position alone.

    interface CoombsInfo {
        resolution: "majority" | "elimination";
    }
    Index
    resolution: "majority" | "elimination"