DR
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
Posts
Recent activity by DR-
Modeling square root of squared variable
AnsweredDear community, I try to model the following objective function in Python: x is the only variable, a and b are parameters. I tried the following but it is not working properly: x = m.addVars(i_ma...
-
Nested quicksum
AnsweredDear community, I am struggling with the quicksum function while trying to fomulate the following formula in python: How do I write this by using quicksum()? I tried it that way: import gurob...