Maide Ceren Kaymaz

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

アクティビティの概要

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

    KeyError: 0e

    回答済み

    Hello, I define the binary variables x and y as follows:y = g.addVars(10, 5, GRB.BINARY, name='y_tl')x = g.addVars(10, GRB.BINARY, name='x_l') Here is the constraint I'd like to define: and the for...

  • Maide Ceren Kaymazさんがコメントを作成しました:

    Hi Matthias, Matthias Miltenberger thank you for your answer. Is there a way to set tuple indices while adding in a constraint instead of defining as a variable? I'd like to define this variable as...

  • Maide Ceren Kaymazさんが投稿を作成しました:

    Decision variable indices as a tuple or a list

    回答済み

    Hello, how can I set an indices as a tuple or a list for a continuous variable in a constraint (in Python)?Here Pr,l demonstrates a list with 2 dimensions