Vy Luu

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

Activity overview

Latest activity by Vy Luu
  • Vy Luu commented,

    Hi Jaromił,  Thank you so much for your help. This solves the issue. I some how thought an numpy ndarray Shifts was ok.  Best, Vy 

  • Vy Luu commented,

    Hi Jaromił,  My apology, the code I ran to get my above output is a bit different from the code I posted above: I took out some code which modified the matrix A because I thought it was unimportant...

  • Vy Luu commented,

    Hi Jaromił,  Thank you very much for your response. I may have misunderstood the example code. Is this true? x.sum('*', s) = x[0_T,s] + x[1_T,s] + x[2_T,s] + x[3_T,s] + x[4_T,s] So the constraint: ...

  • Vy Luu created a post,

    Model.AddConstrs does not work?

    Answered

    Hi,  Anyone happens to know what is wrong here? I'm a beginner, tried to debug but no success :(.  This is very similar to the example Workfoce3.py with a small modification in Objective function, ...