Cheng-Lung Chen

  • Gurobi-versary
  • First Comment
  • First Question
  • 合計アクティビティ 6
  • 前回のアクティビティ
  • メンバー登録日
  • フォロー 0ユーザー
  • フォロワー 0ユーザー
  • 投票 0
  • サブスクリプション 2

アクティビティの概要

Cheng-Lung Chenさんの最近のアクティビティ
  • Cheng-Lung Chenさんがコメントを作成しました:

    Hi Jaromił, Thank you so much and save my life!!!

  • Cheng-Lung Chenさんが投稿を作成しました:

    Can we add user cuts on root node only?

    回答済み

    Hi,  I believe this is an easy question but I couldn't find any related post. In my branch-and-cut, below is how I code the user cut callback if where == GRB.Callback.MIPNODE: status = MyModel.c...

  • Cheng-Lung Chenさんがコメントを作成しました:

    Hello Maliheh, Thanks for responding! I did a couple of experiment and you are correct. The Gurobi presolve, heuristics and cuts are so powerful that the optimization performance is actually better...

  • Cheng-Lung Chenさんが投稿を作成しました:

    Branch-and-cut performance and PreCrush

    回答済み

    Hello,  I am implementing a branch-and-cut algorithm with my own user cuts. Initially, I forgot to change the PreCrush parameter to 1. I quickly realize this is necessary for user cut callback and ...