Skip to content
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

Verbosity #99

Closed
r-barnes opened this issue Dec 25, 2021 · 1 comment
Closed

Verbosity #99

r-barnes opened this issue Dec 25, 2021 · 1 comment

Comments

@r-barnes
Copy link

I run

JuMP.optimize!(m)

and get the output

-----------------------------------------------------------------------------------------------------------------------------
|  Iteration #  |     Nodes    | Lower Bound  |  Upper Bound  |      Gap     |     Ratio    |     Time     |    Time Left   |
-----------------------------------------------------------------------------------------------------------------------------
 
First Solution Found at Node -1
LBD = -Inf
UBD = -Inf
Solution is :

Is there a way to increase the verbosity of the output to help me figure out why the solver isn't proceeding?

@mewilhel
Copy link
Member

You can use the command set_optimizer_attribute(m, "verbosity", X) with X = 4 to get subproblem summary statistics.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants