Eliass Fennich
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by Eliass Fennich-
addCut ignored despite PreCrush=1 in Branch-and-Cut implementation
AnsweredHello,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
AnsweredHello, 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...