Skip to main content

Terminating optimization when leaving root node posts a different bestbound than the one in log.

Awaiting user input

Comments

3 comments

  • Official comment
    Simranjit Kaur
    • Gurobi Staff
    This post is more than three years old. Some information may not be up to date. For current information, please check the Gurobi Documentation or Knowledge Base. If you need more help, please create a new post in the community forum, or try Gurobot, our chatbot interface offering instant, expert-level support.
  • Nicolas Zerega
    • Gurobi-versary
    • Curious
    • Conversationalist

    I solved it by just setting the parameter NodeLimit to 1

    But I still have the question as to why gurobi explores +2 nodes even when I tell it to stop when the NODCNT != 0

    0
  • Jaromił Najman
    • Gurobi Staff

    Hi Nicolas,

    Could you also try setting the Threads parameter to 1 instead of NodeLimit. It is possible that additional threads were able to start exploring the tree and improved the lower bound already.

    Best regards, 
    Jaromił

    0

Post is closed for comments.