Yutian He

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

投稿

Yutian Heによる最近のアクティビティ 最近のアクティビティ 投票
  • Gurobi solving SOCP problem

    ユーザーの入力を待っています。

    Hi, I'm using Gurobi to solve an SOCP problem and have tried two different formulations. In the first approach, I define the constraint directly as follows: m.addConstrs(v[k,q,i,h]**2- (4*(1 + 1) *...

  • Gurobi Constraints - 'gurobipy.LinExpr' object has no attribute 'shape'

    回答済み

    Hi, I'm working on an optimization problem in Gurobi where x and pi are the only variables. However, when defining the following constraints, I encountered the error: "'gurobipy.LinExpr' object has...

  • Model too large for size-limited license

    回答済み

    Hi, Thank you so much for your continued help. I tried to solve a large model with Gurobi and I got the error said the model is too large. Then I applied for a WLS license and click the link https:...

  • Define a matrix as a variable and write it in constraint

    進行中

    Hi, I have a quick question about the matrix variable, when I defined the variable and tried to write it in constraint, I got an error for expr1_3:"numpy.core.multiarray failed to import", I tried ...

  • Invalid argument to Model.addConstr

    回答済み

    Dear, I am getting the following error: Invalid argument to Model.addConstr. I put my code downstairs, could you please help me to fix this error? Thank you! Here is my code: import randomimport nu...

  • Find the global solution for QCQP question

    回答済み

    Dear Gurobi Community, I'm trying to solve a QCQP question using Python. And hope to find a global solution. I added m.Params.NonConvex = 2 in my code, but the result cannot get a global solution, ...