İrem Bahtiyar

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

アクティビティの概要

İrem Bahtiyarさんの最近のアクティビティ
  • İrem Bahtiyarさんがコメントを作成しました:

    Hello, I have the same problem. x_j's are binary variables. But this does not work. how can I use variable in if statement? for j in range(T):sum8=[]sum9=[]if m.getattr(x[j])==0 :for i in range(C):...

  • İrem Bahtiyarさんが投稿を作成しました:

    Usage of variables

    回答済み

    Hi, I have a trouble with decision variables I defined. I want to use decision variables in some mathematical context but ı get the error of "must be real number, not gurobipy.LinExpr" . The code i...