18 lines
858 B
TeX
18 lines
858 B
TeX
\begin{tabular}{llrrrrrrr}
|
|
\toprule
|
|
\multicolumn{2}{c}{Solver} & \multicolumn{2}{c}{Unsatisfiable} & \multicolumn{2}{c}{Optimal Solution} & Satisfied & Unk. & Err. \\
|
|
\midrule
|
|
\gls{gecode} & (Full) & 1 & (573.39s) & 49 & (218.12s) & 80 & 70 & 0 \\
|
|
\gls{gecode} & (Half) & 1 & (574.69s) & 48 & (201.29s) & 81 & 70 & 0 \\
|
|
\midrule
|
|
\gls{cplex} & (Full) & 2 & (5.35s) & 76 & (141.45s) & 63 & 48 & 11 \\
|
|
\gls{cplex} & (Half) & 1 & (3.24s) & 81 & (178.08s) & 60 & 45 & 13 \\
|
|
\midrule
|
|
\gls{cbc} & (Full) & 2 & (11.94s) & 41 & (131.76s) & 131 & 16 & 10 \\
|
|
\gls{cbc} & (Half) & 2 & (7.01s) & 35 & (135.93s) & 135 & 17 & 11 \\
|
|
\midrule
|
|
OpenWBO & (Full) & 4 & (2.95s) & 29 & (199.27s) & 29 & 13 & 25 \\
|
|
OpenWBO & (Half) & 4 & (3.04s) & 30 & (202.70s) & 28 & 13 & 25 \\
|
|
\bottomrule
|
|
\end{tabular}
|