Juan José Valentín Vírseda

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

アクティビティの概要

Juan José Valentín Vírsedaさんの最近のアクティビティ
  • Juan José Valentín Vírsedaさんが投稿を作成しました:

    Objective function for complementarity model (MCP)

    回答済み

    I am working on a MCP model that I have linearized via the Fortuny-Amat method in order to solve it as a MILP. Now it is formulated as its KKTs. Does Gurobi allow to solve it without setting an obj...

  • Juan José Valentín Vírsedaさんが投稿を作成しました:

    GurobiError: Unsupported type (<class 'numpy.ndarray'>) for LinExpr addition argument

    Hello,   I am trying to perform an array multiplication within a constraint, which you may check in the code below: counter = [] m.addConstr(gb.quicksum(r_up[i] - r_down[i] for i in conv_gens) + gb...