@suluk/models - v0.1.3
    Preparing search index...

    Interface SelectResult

    interface SelectResult {
        ranked: RankedModel[];
        candidateCount: number;
        unsatisfiable?: string[];
        coverageGaps: string[];
    }
    Index

    Properties

    ranked: RankedModel[]

    ranked best-first; empty when no model satisfies the hard filters.

    candidateCount: number

    the count after hard filtering.

    unsatisfiable?: string[]

    present when the requirements emptied the set — names the unsatisfiable filter(s).

    coverageGaps: string[]

    UNKNOWN-coverage warning: soft axes with no data on the winner (honesty surface).