Matheus Ota
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Posts
Recent activity by Matheus Ota-
Suggestions for debugging double free error?
AnsweredHi,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
AnsweredHi 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
AnsweredHi 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 ...