メインコンテンツへスキップ

How to use MinRel heuristic directly after root relaxation?

回答済み

コメント

3件のコメント

  • Elisabeth Rodríguez Heck
    • Gurobi Staff

    Hi Cebajel,

    Have you tried explicitly setting the number of nodes explored by the MinRel heuristic with the MinRelNodes parameter? This heuristic is only applied at the end of the root node, but triggering it explicitly with the parameter might help.

    Best regards,

    Elisabeth

    1
  • David Torres Sanchez
    • Gurobi Staff

    You can also try other heuristics such as:

    They might also be effective for your problem.

    Cheers, 
    David

    0
  • Cebajel Tanan
    • Gurobi-versary
    • First Comment
    • First Question

    Thanks Elisabeth and David!

    MinRelNodes accomplished the task. And I tried NoRelHeurTime and ZeroObjNodes but it didn't helped in reducing the runtime. PumpPasses is yet to try. But I am in a lot better position now. 
    Thanks.

    1

サインインしてコメントを残してください。