Ivana Rajkovic

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

アクティビティの概要

Ivana Rajkovicさんの最近のアクティビティ
  • Ivana Rajkovicさんがコメントを作成しました:

    Dear Maliheh,  Your suggestion regarding the constraint with alfa did work, thank you very much.   Best, Ivana

  • Ivana Rajkovicさんがコメントを作成しました:

    Dear Maliheh, I am afraid that does not help. I added m.addConstr( alfa>= -1000) after the already existing constraint that alfa is non-positive, but the same error happened. What I get when I prin...

  • Ivana Rajkovicさんがコメントを作成しました:

    Hi, Maliheh. Let me try to give you all the details. I will add the exact case when the error happened. First, the general thing that does work: n = 4m = Model() z = m.addMVar((n, n), name="z")x = ...

  • Ivana Rajkovicさんが投稿を作成しました:

    Avoid unnecessary constraints

    回答済み

    Hi. Among others, I have the following variables/fixed values: z = m.addMVar((n, n), name="z")x = np.random.rand(n)products=m.addMVar((n,n)) and would like to have some constraints (I am simplifyin...