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.
Inverse comparison summary of the two solvers.
The name of the first solver.
The name of the second solver.
The table is added to the 'comparisonTableContainer' HTML div.
Generated using TypeDoc
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.