Anggita Ketlin Bella Pratiwi

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

アクティビティの概要

Anggita Ketlin Bella Pratiwiさんの最近のアクティビティ
  • Anggita Ketlin Bella Pratiwiさんがコメントを作成しました:

    Hi, I want to ask more. To describe conditional statements whether there are additional indicator limits besides this m.addConstr((b == 1 ) >> (z == w1), name= "indicator_constr1" ) m.addConstr((b ...

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