Arthur d'Hertog
- 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-
Else/If conditions
AnsweredHello, 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