Yongtao Guo
- 合計アクティビティ 6
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
アクティビティの概要
Yongtao Guoさんの最近のアクティビティ-
Yongtao Guoさんが投稿を作成しました:
Warning: Solver not applicable (gurobi does not support signomial constraints)
回答済み% Decision VariablesP_EV_one = sdpvar(Para.N_Node, Para.N_Time, 'full'); % Charging power per EVP_EV_node = sdpvar(Para.N_Node, Para.N_Time, 'full'); % Total charging power per nodeSOC_EV = sdpvar(...
-
Yongtao Guoさんがコメントを作成しました:
Thank you Ronald and it helps a lot. I will try your suggestions. Hope we can keep in touch.
-
Yongtao Guoさんが投稿を作成しました:
The optimization model cannot be solved: info: 'Either infeasible or unbounded (GUROBI-GUROBI)'
回答済みHi, I have ran an optimization model and the result is 'Either infeasible or unbounded (GUROBI-GUROBI)'. But when I run the code 'IIS = gurobi_iis(model);' for diagnosis, it shows 'Gurobi error 100...