XIAO ROU YU

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

Posts

Recent activity by XIAO ROU YU Recent activity Votes
  • Constraint involves log

    Answered

    I want to use Gurobi solve a problem with log constraint The origin CVXPY code is: w = cp.Variable((n, 1))Z = cp.Variable((n, N)) for j in range(N):column_Zj=cp.reshape(Z[:, j], (-1, 1))log_expre...

  • Logarithmic Optimization Problem

    Answered

    I am very new in using Gurobi, and I encounter some problem when using "addGenConstrLog". I try to solve a complicated log-optimal problem, and I first tried a simple version where w is an unit si...