Cheng-Lung Chen

  • Gurobi-versary
  • First Comment
  • First Question
  • Total activity 6
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 2

Activity overview

Latest activity by Cheng-Lung Chen
  • Cheng-Lung Chen commented,

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

  • Cheng-Lung Chen created a post,

    Can we add user cuts on root node only?

    Answered

    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 commented,

    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 created a post,

    Branch-and-cut performance and PreCrush

    Answered

    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 ...