Xaver Beck

  • Gurobi-versary
  • First Comment
  • First Question
  • Total activity 3
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1

Posts

Recent activity by Xaver Beck Recent activity Votes
  • Lower Bound stays at 0

    Answered

    I 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...