
Ankit Bansal
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Ankit Bansal-
Ankit Bansal commented,
Yes, I did. It seems to work better without the reformulation.
-
Ankit Bansal commented,
Thank you very much for your reply.
-
Ankit Bansal created a post,
On Paramter Tuning with Callbacks
AnsweredIs it possible to perform parameter tuning on a MIP model in which lazy constraints are added using callback?
-
Ankit Bansal commented,
Thank you very much for your help. I am trying to solve a MIP model using Gurobi for my research that has a bunch of SOS1 constraints. I think SOS1 branching may be more effective for my model than...
-
Ankit Bansal commented,
Yes. This answers my question. Thank you very much. What I meant by GUB branching can be found in the following IJOC paper (Section 2.2): https://pubsonline.informs.org/doi/abs/10.1287/ijoc.11.2.17...
-
Ankit Bansal commented,
Thank you very much for your reply. Couple of follow-up questions: how are they included in the branching? Is it through GUB branching or through some other method?
-
Ankit Bansal created a post,
On PreSOS1BigM Parameter
AnsweredConsider a bunch of constraints of type \sum_{i\in N} x_{i} = 1, x_{i} \in {0,1}. If I model them as SOS1 constraints and set the PreSOS1BigM parameter equal to 0, will GUROBI perform GUB branching...