Marius Roland

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

Activity overview

Latest activity by Marius Roland
  • Marius Roland commented,

    Hello Riley,  Thanks a lot for your comment.  Unfortunately setting  NodeLimit=1 and then re-optimizing with NodeLimit=float("infinity") does not work for me.  Marius 

  • Marius Roland commented,

    This is the callback function I use:  def cb_covering(model, where):    if where == GRB.Callback.MIPNODE:        node_count = model.cbGet(GRB.Callback.MIPNODE_NODCNT)        condition = (node_count...

  • Marius Roland commented,

    Hello David,  Thanks for the quick reply :)! I tried with PreCrush set to the value 1 and it does not change anything. I still have the same behavior as in the first log I added.  In addition, you ...

  • Marius Roland created a post,

    Cuts Parameter and B&B Root Node User Cuts

    Answered

    Hello,  I am currently testing new Valid Inequalities (VIs) with Gurobi. I am convinced that these inequalities strongly cut of the LP relaxation.  To test their efficacy I am adding the cuts at th...