Xaver Beck
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Xaver Beck-
Lower Bound stays at 0
AnsweredI have a MIP model, when I try to solve, the best Bound never exeeds 0. mdl = Model("BOBS") x = mdl.addVars(A, vtype=GRB.BINARY) y = mdl.addVars(OI, vtype=GRB.BINARY) c = mdl.addVars(I0n...