Yongkang Zhou

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

Activity overview

Latest activity by Yongkang Zhou
  • Yongkang Zhou commented,

    Yes, that solved my problem. Thank you so much for your help!

  • Yongkang Zhou commented,

    Yes I can directly import gurobipy in python. The output of the code is ['ECOS', 'GUROBI', 'OSQP', 'SCS']

  • Yongkang Zhou created a post,

    Can not use GUROBI with CVXPY

    Answered

    I have successfully installed the GUROBIPY and CVXPY. When I try to use the groubi solver in CVXPY, an error popped out. result = prob.solve(solver=cvxpy.GUROBI)   The solver GUROBI is not installe...