Arthur d'Hertog

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

Posts

Recent activity by Arthur d'Hertog Recent activity Votes
  • Else/If conditions

    Answered

    Hello, I want to make the following condition on gurobi : if expr_ij  >= 1 :     P[i,j] = 1else : P[i,j] = 0I am new on gurobi, do you have any tips for me ? Thanks a lot,   Arthur