Jai Kishan Gupta

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

投稿

Jai Kishan Guptaによる最近のアクティビティ 最近のアクティビティ 投票
  • Gurobi on Azure

    回答済み

    I have gurobi academic licence I want to run my python code where I am using gurobi optimization on Azure function. How can I do that like how I can setup gurobi on azure so that I can use same cod...

  • Using sqrt in constraint.

    回答済み

    result = np.sqrt(np.dot(np.dot(variable_array.T,covariance_matrix_array),variable_array)) here is the formula to calcuate the risk which should not be more than 5%. Now can you please help me how I...