SolverBenchmark.jl icon indicating copy to clipboard operation
SolverBenchmark.jl copied to clipboard

Handle Bool in LaTeX

Open abelsiqueira opened this issue 5 years ago • 1 comments

We have supertype(Bool) = Integer. Should there be a special case or 0-1?

abelsiqueira avatar Jul 15 '20 18:07 abelsiqueira

True/False columns are a great excuse to not display the column at all and use highlighting instead. But I guess sometimes we may want to display it. I would say convert to string.

dpo avatar Jul 15 '20 20:07 dpo