Babooshka Shavazipour
- 合計アクティビティ 4
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
投稿
Babooshka Shavazipourによる最近のアクティビティ-
How to extract numerical values from the LinExpr objects
回答済みHi, I want to formulate an objective function to calculate VaR. I get errors when I try to run the following code: # A function to calculate the scnearioGainLoss def objective_function(x, confiden...
-
How to formulate multiple conditional logical (AND and OR) constraints
回答済みI am wondering what would be the efficient way of formulating the following constraint in (Python) Gurobi: # The big-MM = 10**9# Constraintsfor i in range(n): for k inrange(n): if (i!=k)...