Peter Tawiah-Mensah

  • Gurobi-versary
  • First Comment
  • First Question
  • Total activity 4
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1

Posts

Recent activity by Peter Tawiah-Mensah Recent activity Votes
  • Absolute value modelling

    Answered

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