Upasana Chakraborty

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

アクティビティの概要

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

    Hi Matthias,I have a follow up question, how does Gurobi figure out how many cores it can use? What i understood is that we need to write a function that tells Gurobi how many cores to use and what...

  • Upasana Chakrabortyさんがコメントを作成しました:

    Hi Elizabeth,  Than you for your response. I had tried that before but i was getting this error: TypeError: unsupported operand type(s) for -=: 'NoneType' and 'float' I guess the issue here is that...

  • Upasana Chakrabortyさんがコメントを作成しました:

    When i try the same : model.addConstrs((y[(i,j)]==1 for (i,j) in arc_cost.keys()) >> (arc_cost[(i,j)] <= 5014 for (i,j) in arc_cost.keys())) i get an error saying : TypeError: unsupported operand t...

  • Upasana Chakrabortyさんが投稿を作成しました:

    Writing constraints in Gurobi

    回答済み

    How can one write a constraint using implication in Gurobi? For example, If variable y is 1 then it implies that variable x is also equal to 1.

  • Upasana Chakrabortyさんがコメントを作成しました:

    Hi Tobias, Thank you for your response. I had done something similar but it either gives a value of 0 for the objective function or throws this error: 'MIP start from previous solve did not produce...

  • Upasana Chakrabortyさんがコメントを作成しました:

    Hi Arun, Did you find a way to solve your problem in Gurobi? I am trying something similar so it would help if you can share. Thanks