Fatima Ezzahra El habibi

  • Gurobi-versary
  • First Comment
  • First Question
  • 合計アクティビティ 9
  • 前回のアクティビティ
  • メンバー登録日
  • フォロー 0ユーザー
  • フォロワー 0ユーザー
  • 投票 3
  • サブスクリプション 2

アクティビティの概要

Fatima Ezzahra El habibiさんの最近のアクティビティ
  • Fatima Ezzahra El habibiさんがコメントを作成しました:

    Thank you!! Kind regards. Fatima

  • Fatima Ezzahra El habibiさんがコメントを作成しました:

    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さんが投稿を作成しました:

    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 ...

  • Fatima Ezzahra El habibiさんが投稿を作成しました:

    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 = [....