
ibtissam labriji
- Total activity 25
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 8
Comments
Recent activity by ibtissam labriji-
Hello Richard, Thank you for your response. Yes it does the trick. Although, I think that : the range should go to 5. So that y_4 can be taken into consideration : m.addConstrs(i*y_i <= M for i i...
-
Hello Eli, Thank you for your response ! Indeed it worked. I do have one quick question, though : Is there any difference between gp.quicksum() and quicksum() ? Because I remember using quicksum(y...
-
Hello Elli, I have a question regarding the minimization of a multivariate function : Actually, I used the same code as you suggested but with the objective to minimize sum( x[i] log(x[i])) inste...
-
Hello Yuriy, Thank you for your response. Indeed, the solution was to rescale the units of the variables I have. Now I don't get the warning message anymore. Also, as far as I understand , some c...
-
Hello Silke, Indeed it is working ! Thank you. Best Regards, Ibtissam
-
Hello Silke, Thank you for your answer, but the problem still persists. This is part of what my code looks like : I'm aware that the problem can be complex to solve, but I'd like to see how it p...
-
Thank you for your answer Eli. Regards, Ibtissam
-
Hello Eli, I have a question about the ** and pow() operators, more specifically the product of more than 2 variables, for example : m.setObjective (x*x*x) . I see that this doesn't work too, eve...