İrem Bahtiyar

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

アクティビティの概要

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

    I understand, let me check my model. Thank you for your help! Best, İrem 

  • İrem Bahtiyarさんがコメントを作成しました:

    Mr. Najman Hi, Thank you for your response, I appreciate it! I did not specify MIPGap at first, but now I did and it solved my problem quickly! MIPGap of 0.03 is enough for me. Thank you! I am awar...

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

  • İrem Bahtiyarさんがコメントを作成しました:

    Hi Chung-Kyun, I have the following mathematical model: K is the set of resources, N is the set of products. I coded this but it is long, so to have more efficient code, I want to use matrix forms...

  • İrem Bahtiyarさんが投稿を作成しました:

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