DR

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

アクティビティの概要

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

    Thanks a lot, Riley! 

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

    Modeling square root of squared variable

    回答済み

    Dear community, I try to model the following objective function in Python: x is the only variable, a and b are parameters. I tried the following but it is not working properly: x = m.addVars(i_ma...

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

    Thanks, Riley! Is it also possible to write such expressions with the groupby function from the gurobipy_pandas package?

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

    Nested quicksum

    回答済み

    Dear community,   I am struggling with the quicksum function while trying to fomulate the following formula in python:   How do I write this by using quicksum()? I tried it that way: import gurob...