Babooshka Shavazipour

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

アクティビティの概要

Babooshka Shavazipourさんの最近のアクティビティ
  • 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...

  • Babooshka Shavazipourさんが投稿を作成しました:

    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)...