Ege ö

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

アクティビティの概要

Ege öさんの最近のアクティビティ
  • Ege öさんが投稿を作成しました:

    unsupported operand type(s) for +: 'Constr' and 'Var'

    回答済み

    Hi, I have an error for this code, can you please tell me what part should I need to rewrite? Both equation sides should occur for each month, I simply expected to obtain 2 variable summation to be...

  • Ege öさんがコメントを作成しました:

    Hi Simranjit, I would be very happy if you make some comment s about below error too: Total_rev = m.addVars(months, vtype=GRB.CONTINUOUS, name="totalrevenue")Total_revenue= m.addConstr( (Total_rev[...

  • Ege öさんがコメントを作成しました:

    I was trying to write 2nd funtion, now it works, thank you for your support Simranjit :)

  • Ege öさんが投稿を作成しました:

    modelling error

    回答済み

    Hi, I have an error for the below code which is written in python gurobi.I tried to add Constrs or different method but couldn't find the correction method. What do you suggest to get rid of this e...