@eagleoutice/flowr - v2.13.14
    Preparing search index...
    interface CountedCombinations {
        couplings: readonly VersionCoupling[];
        total: number;
    }
    Index
    couplings: readonly VersionCoupling[]

    every coupling found between the counted factors

    total: number

    the number of runnable version tuples; an upper bound when couplings contains uncounted entries