Yuhao Zhang

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

Posts

Recent activity by Yuhao Zhang Recent activity Votes
  • How can I efficiently add vector constraint in c++?

    Answered

    Hi,   In my optimization problem I have constraint like this: Ax==By A and B are known coefficient matrix, x and y are unknow variables vector.   I'm now adding the constraints in elementwise like:...