Xaver Beck

  • Gurobi-versary
  • First Comment
  • First Question
  • 合計アクティビティ 3
  • 前回のアクティビティ
  • メンバー登録日
  • フォロー 0ユーザー
  • フォロワー 0ユーザー
  • 投票 0
  • サブスクリプション 1

投稿

Xaver Beckによる最近のアクティビティ 最近のアクティビティ 投票
  • Lower Bound stays at 0

    回答済み

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