Skip to main content

What is the difference between the nodes Explored time and the cpu time?

Answered

Comments

3 comments

  • Official comment
    Simranjit Kaur
    Gurobi Staff 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 why not try our AI Gurobot?.
  • Maliheh Aramon
    Gurobi Staff Gurobi Staff
    Hi Zhu, 
     
    1.The first question: As I asked in the title, what is the difference between the nodes Explored time and the cpu time?
     
    The message "Explored X nodes (Y simplex iterations) in Z seconds" shows the wall-clock time of the recent call to the optimizer. Note that all times reported by the Gurobi optimizer are wall-clock times
     
    2. The second question: If there is difference between the nodes Explored time and the cpu time, which function should I use to get the cpu time?
     
    The Gurobi optimizer does not have any function to query the CPU time. You can rely on the standard libraries in the Gurobi API of your choice to access the CPU time.
     
    I can't understand this phenomenon, I mean, even if reducing the constraints does not improve the speed, at least it should be able to maintain the original solution speed.
     
    If model A and model B represent different formulations of the same model, we can only expect that both models result in the same optimal solution. Although model B has less constraints, it does not necessarily mean that it is an easier model to solve. The extra constraints in model A, despite being redundant, can be used by Gurobi to derive cuts to strengthen the linear relaxations, and hence the bounds at each node of the search tree, improving the runtime. 
     
    Best regards,
    Maliheh
    0
  • Zhu BangXian
    Gurobi-versary
    First Comment
    First Question

    Thank you so much Maliheh!!!

    I've been confused by this question for a long time, but it can't torture me anymore hahaha.

    Thanks for the help again~

    Best wishes,

    Zhu

    0

Post is closed for comments.