Tooba Khan
- 合計アクティビティ 6
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
アクティビティの概要
Tooba Khanさんの最近のアクティビティ-
Tooba Khanさんがコメントを作成しました:
Thank you. The solution worked for me. Although I am using the sum of x_{i}'s as the optimisation function. But Gurobi does not seem to do it correctly. For instance, I want the sum to be minimum a...
-
Tooba Khanさんがコメントを作成しました:
The variables are continuous.
-
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.
-
Tooba Khanさんが投稿を作成しました:
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...