Tooba Khan
- 合計アクティビティ 6
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
投稿
Tooba Khanによる最近のアクティビティ-
Atmost k constraint in Gurobipy.
ユーザーの入力を待っています。How can I add an atmost k constraint in Gurobipy? I have an array of gurobi variable, I want atmost 5 of these variables to have non zero values.
-
Error in addition of absolute values of variables.
回答済みHi, I am trying to add the absolute values of 16 variables. But gurobipy is throwing the following error: TypeError: unsupported operand type(s) for +: 'GenExprAbs' and 'GenExprAbs' How can I sum u...