İrem Bahtiyar

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

Activity overview

Latest activity by İrem Bahtiyar
  • İrem Bahtiyar commented,

    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 created a post,

    Usage of variables

    Answered

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