• This function computes the virtual best and worst solvers from the provided trace data. Failed results are not considered in the computation.

    Parameters

    • traceData: TraceData[]

      Array of objects containing the result data.

    • defaultTime: number

      The default time for non-numeric solver times.

    Returns TraceData[]

    • Array of objects containing the best and worst solvers.

Generated using TypeDoc