-
-
Notifications
You must be signed in to change notification settings - Fork 399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug in show(..., ::JuMP.Model) #1092
Comments
Could you give what is the value of |
It seems the problem was with the solver (from |
The name is obtained with |
Possibly as a fallback? try
print(io, split(split(string(m.solver), "Solver")[1], ".")[2])
catch
print(io, m.solver)
end |
Ref #1180 |
Can this be closed now that the new printing is implemented? |
It can be closed because the |
I get errors displaying some models in the terminal. Here are some related stack traces. Unfortunately, I find it hard to compose a MWE, but if the traces below don't help you figure out the issue I can continue trying.
See also conversation in cstjean/TraceCalls.jl#35
The text was updated successfully, but these errors were encountered: