Skip to main content

Querying for solver time before B&B starts?

Answered

Comments

2 comments

  • Elisabeth Rodríguez Heck
    • Gurobi Staff

    Hi Nicolai,

    You can use Callbacks to do this. For this, you should query the RUNTIME at the "where" values that come before Gurobi enters the Branch-and-Bound (PRESOLVE, SIMPLEX, BARRIER). See Callback Codes for more information on the "where" and "what" values and callback.py and tsp.py for Python code examples on how to use callbacks.

    Best regards,

    Elisabeth

    1
  • Nicolai Schjørring
    • Gurobi-versary
    • First Comment
    • First Question

    Thanks a lot, I managed to get it working.

    0

Please sign in to leave a comment.