Anggita Ketlin Bella Pratiwi

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

投稿

Anggita Ketlin Bella Pratiwiによる最近のアクティビティ 最近のアクティビティ 投票
  • How do I model if and only if statements in Gurobi

    回答済み

    hii, I'm having trouble modeling if and only if statements. I modeled it like the code below for i in range(I):     for j in range(J):         m.addConstr((h[j] + eps - M * ( 1 - b) <= g[i]), "bigM...