Fatima Ezzahra El habibi
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 2
Posts
Recent activity by Fatima Ezzahra El habibi-
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 ...
-
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 = [....