Skip to main content

More digits in log file

Answered

Comments

2 comments

  • Eli Towle
    Gurobi Staff Gurobi Staff

    Hi Noortje,

    There unfortunately isn't a way to increase the log precision like this. However, you can retrieve these lower and upper bounds programmatically with the \(\texttt{MIPNODE_OBJBST}\) and \(\texttt{MIPNODE_OBJBND}\) callbacks (see here). This should make plotting much easier, since you won't have to spend time extracting these values from the log. Pyomo is a third-party API, but I believe they support callbacks like this.

    Thanks,

    Eli

    0
  • Noortje Bonenkamp
    Gurobi-versary
    First Comment
    First Question

    Thank you, Eli! I will try it like this! 

    0

Please sign in to leave a comment.