Bushido Pora
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by Bushido Pora-
Vectorized constraint
AnsweredHello, Im trying to encode a constraint in a vectorized way because for loops are far too slow Here is the classic constraint : for i in range(10): for i_tilde in range(10): for j in r...
-
Error in the objective functionsyn
AnsweredIm trying to add a quadratic expression to my objective function but fail. Here's the code x = model.addMVar((a, b), vtype=GRB.BINARY, name = "x_{i,j}") qexpr = gp.QuadExpr(0) for s in range(s):...