Eliass Fennich

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

Posts

Recent activity by Eliass Fennich Recent activity Votes
  • addCut ignored despite PreCrush=1 in Branch-and-Cut implementation

    Answered

    Hello,I'm implementing a Branch-and-Cut algorithm for my problem using Gurobi, and I'm trying to add problem-specific user cuts through the callback. I have set the following parameters: PreCrush =...

  • Redundant Cuts using Lazy

    Answered

    Hello, I'm working on a branch-and-cut algorithm. Through my analysis of the algorithm's efficiency, I noticed that many of the lazy constraints are redundant. Specifically, even after cutting a so...