Eliass Fennich
- 合計アクティビティ 7
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
投稿
Eliass Fennichによる最近のアクティビティ-
addCut ignored despite PreCrush=1 in Branch-and-Cut implementation
回答済み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
回答済み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...