Peter Tawiah-Mensah

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

アクティビティの概要

Peter Tawiah-Mensahさんの最近のアクティビティ
  • Peter Tawiah-Mensahさんがコメントを作成しました:

    Thanks a lot!This was extremely helpful.

  • Peter Tawiah-Mensahさんがコメントを作成しました:

    The error is for constraints2 and constraints3. Sorry for not including that

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