DR

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

投稿

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

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