mengyao wang

  • First Question
  • Total activity 2
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1

Posts

Recent activity by mengyao wang Recent activity Votes
  • Runtime measurement

    Hi,I am solving a QCP problem:f(x) = x(1)^2 + x(2)^2 + x(3)^2, with constraints x(1)*x(2) + x(3)^2 = 1 and x(1)*x(3) >= 1.I transformed the QCP into a QP and am solving the QP using Gurobi. However...