You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My understanding is that we assume that there are no vectors in the output of the function bmark_solvers, while dci from DCISolver.jl has a vector in its stats.solver_specific. So, it looks as a bug in solve_problems function
The text was updated successfully, but these errors were encountered:
I assume we skip these entries in the bmark_solvers process. For instance, right now the solution (which is also a vector) does not appear in the output.
That's why I am suggesting skipping these values in 'solve_problems`.
For the formatting in itself, pretty_table will print the vector anyway if there is one in the DataFrame, so I guess we have to complete the default_formatter in this case.
returns the following error.
My understanding is that we assume that there are no vectors in the output of the function
bmark_solvers
, whiledci
from DCISolver.jl has a vector in itsstats.solver_specific
. So, it looks as a bug insolve_problems
functionThe text was updated successfully, but these errors were encountered: