Fatima Ezzahra El habibi

  • Gurobi-versary
  • First Comment
  • First Question
  • 合計アクティビティ 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 = [....