Fatima Ezzahra El habibi
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 2
Activity overview
Latest activity by Fatima Ezzahra El habibi-
Fatima Ezzahra El habibi commented,
Thank you!! Kind regards. Fatima
-
Fatima Ezzahra El habibi commented,
Thank you for your answer Jonasz. Could you explain how I can use MQuadExpr in my case? I didn't understand how to write the code..
-
Fatima Ezzahra El habibi created a post,
Quadratic function as objective function
AnsweredHello, I am working on a maximization problem. This is the original objective function: model.setObjective(v @ x, GRB.MAXIMIZE) But I need to make it a quadratic function: (v@x)**2. If I write it ...
-
Fatima Ezzahra El habibi created a post,
Solution of optimization saved as array.
AnsweredHello everyone. I am new at programming and I've been struggling with this piece of code. I am working with a modified version of the Knapsack Problem. #Data n = n. of itemsweights =[...]v = [....