• This function computes the best and worst solver times for the data strucutre used in the performance profile chart.

    Parameters

    • data: any

      The data structure containing the filtered and extracted solver times.

    Returns {
        Virtual Best Solver: object[];
        Virtual Worst Solver: object[];
    }

    An object containing the best and worst solver times for the performance profile chart.

    • Virtual Best Solver: object[]
    • Virtual Worst Solver: object[]

Generated using TypeDoc