Siddharth Nair
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Siddharth Nair-
Getting LP sub-problems from a simple LP-based branch and bound
AnsweredHello, I'm trying to solve a MILP of the form min {c'x+d'y | Ax+By=b, x>=0, y\in {0,1}^N} with an LP-based branch and bound (without cuts). I'm interested in retrieving the LP sub-problems corresp...