Skip to main content

Question about new constraint and reoptimize

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?.
  • Daniel Espinoza

    Hi Rafael,

    Well, if you are solving an LP, and you want to reuse previous information (e.g. the basis), then I recommend either disabling dual reductions, or even disabling all presolve. That might ever further speed-up the LP approach. Also, it might be that finding your good cut is too time consuming in python, I would do some time profiling of that part.

    1
  • Rafael González
    Gurobi-versary
    First Question
    First Comment

    Hi Daniel, 

    For  the matching problem there are some heuristics for finding cutting planes without using flow-networks methods.

    Disabling dual-reductions works incredible. 

    Thank you very much.

    0

Post is closed for comments.