Anggita Ketlin Bella Pratiwi
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Anggita Ketlin Bella Pratiwi-
How do I model if and only if statements in Gurobi
Answeredhii, 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...