Peter Tawiah-Mensah

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

投稿

Peter Tawiah-Mensahによる最近のアクティビティ 最近のアクティビティ 投票
  • Absolute value modelling

    回答済み

    Hi, I am having problem with this part of my implementation model = gp.Model()model.reset()x = model.addMVar(n1,lb=-1,ub=1) y = np.zeros(n1) sum = 0for i in range(n1-1):    sum += y[i]    objective...