Sajjad Hedayati
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 3
Posts
Recent activity by Sajjad Hedayati-
Calling Shadow Prices Under Degeneracy
OngoingDear Gurobi community I wonder if there is any possibility that we can get degeneracy information of a degenerate optimal basic feasible solution. In fact, I need to drop those constraints that are...
-
Issues with adding valid inequalities
AnsweredHi everyone I have a full integer model with both binary and positive integer variables. I would like to extract the relaxed LP solutions and apply some valid inequality. I already know that MIPNOD...
-
Applying LR to the B&B for MIPs
AnsweredHi everyone I am trying to apply Lagrangian Relaxation to Branch-and-Bound to solve a MIP problem. How can I use LR during branching? I know that I have to use callbacks but I do not know how I can...