Bushido Pora

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

投稿

Bushido Poraによる最近のアクティビティ 最近のアクティビティ 投票
  • Vectorized constraint

    回答済み

    Hello, Im trying to encode a constraint in a vectorized way because for loops are far too slow Here is the classic constraint : for i in range(10):     for i_tilde in range(10):         for j in r...

  • Error in the objective functionsyn

    回答済み

    Im trying to add a quadratic expression to my objective function but fail. Here's the code x = model.addMVar((a, b), vtype=GRB.BINARY, name = "x_{i,j}") qexpr = gp.QuadExpr(0) for s in range(s):...