Fatima Ezzahra El habibi
- 合計アクティビティ 9
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 3
- サブスクリプション 2
投稿
Fatima Ezzahra El habibiによる最近のアクティビティ-
Quadratic function as objective function
回答済みHello, 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.
回答済みHello 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 = [....