• This function dynamically creates and displays a HTML table based on the comparison summary of two solvers. The cell values are clickable and display a list of instances where the solver time was better, worse, or equal, depending on the clicked cell.

    Parameters

    • comparisonSummary: ComparisonSummary

      An object that holds the comparison summary of two solvers. The object has three keys: better, worse, and equal, and each key holds the number of instances where the first solver was better, worse, or equal to the second solver.

    • comparisonSummaryInverse: ComparisonSummary

      Inverse comparison summary of the two solvers.

    • solver1Name: string

      The name of the first solver.

    • solver2Name: string

      The name of the second solver.

    Returns void

    Remarks

    The table is added to the 'comparisonTableContainer' HTML div.

Generated using TypeDoc