Skip to main content

PrePasses setting doesn't seem to have an effect?

Awaiting user input

Comments

2 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?.
  • Matthias Miltenberger
    Gurobi Staff Gurobi Staff

    Hi Sebastian,

    The parameter PrePasses actually limits the maximum number of passes through all the different presolving routines. It can still happen that there is a specific presolving routine that takes a lot of time.

    Gurobi tries to print a new line every 5 seconds - this does not relate to the actual passes through the presolving phase.

    Usually, the time invested in presolving pays off in a much faster-to-solve problem for the often more time-consuming branch-and-cut process.

    Did you try disabling Presolving altogether (Presolve=0) to see how the overall performance is affected?

    Cheers,
    Matthias

     

    0

Post is closed for comments.