Yongkang Zhou
- 合計アクティビティ 4
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
Yongkang Zhouさんの最近のアクティビティ-
Yongkang Zhouさんがコメントを作成しました:
Yes, that solved my problem. Thank you so much for your help!
-
Yongkang Zhouさんがコメントを作成しました:
Yes I can directly import gurobipy in python. The output of the code is ['ECOS', 'GUROBI', 'OSQP', 'SCS']
-
Yongkang Zhouさんが投稿を作成しました:
Can not use GUROBI with CVXPY
回答済み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...