İrem Bahtiyar

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

投稿

İrem Bahtiyarによる最近のアクティビティ 最近のアクティビティ 投票
  • Quadratic Expression

    回答済み

    Hi Everyone, I am trying to solve the following code, but it takes forever the solve the model even tough it is not a big problem. Can you help me what is the problem? I believe I cannot handle the...

  • bad operand type for abs(): 'gurobipy.LinExpr'

    回答済み

    Hello,  I am trying to use my variables in a diagonal matrix and I have the following code:   import numpy as npfrom gurobi import * resources=2product=6A=np.array([[1,1,0,0,1,1],[0,0,1,1,1,1]])pri...