Matheus Ota
- 合計アクティビティ 14
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 4
投稿
Matheus Otaによる最近のアクティビティ-
Suggestions for debugging double free error?
回答済みHi,I've implemented a branch-and-cut algorithm in C++ with Gurobi that adds several families of cuts. In some instances, whenever I add one of these families of cuts (call it Cut X), the program cr...
-
Early Branching in Branch-and-Cut
Hi, I'm have implemented a branch-and-cut algorithm using Gurobi, but in order to improve its performance, I want to detect when no significant changes happens during the (LP<->separation) loop, an...
-
Integer objective function
回答済みHi All, I have a maximization model where the objective function is a real variable. But this variable is a sum of binary variables multiplied by integer weights. When solving the formulation with ...
-
Get current BnB node depth
回答済みHi all, Is there any way of getting the current node depth in the GRBCallback? I know that it is possible to get the node count using GRB_CB_MIPNODE_NODCNT, and that if this count is zero, then we ...