ahmad alanaqreh

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

投稿

ahmad alanaqrehによる最近のアクティビティ 最近のアクティビティ 投票
  • difference between python gurobi and AMPL gurobi

    回答済み

    I have a minimization model as follow :   \ LP format - for model browsing. Use MPS format to capture full model detail.Minimize Z + 0 y6 + 0 y17 + 0 y25 + 0 y32 + 0 y37Subject To cut1: - Z - y1 -...

  • problem with adding constraint to the model

    回答済み

    Hi  I have a model which contains variables and parameters in this way below with gp.Model ( "masterproblem" ) as model: Z_var = model.addVar ( name="Z") y = {} for a in range ( 1, n + 1 )...