Bushido Pora
- 合計アクティビティ 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):...