
Roos Vahrmeijer
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Roos Vahrmeijer-
max and min constraints
OngoingHello! I'm trying to formulate the following constraint in python: max{0,qi}<= Qik <= min{Ck, Ck + qi} I tried to do this with the following formulation: m.addConstrs(Q[(i,k)] >= 0 for i in V for...