Yongtao Guo
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by Yongtao Guo-
Yongtao Guo created a post,
Warning: Solver not applicable (gurobi does not support signomial constraints)
Answered% 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 commented,
Thank you Ronald and it helps a lot. I will try your suggestions. Hope we can keep in touch.
-
Yongtao Guo created a post,
The optimization model cannot be solved: info: 'Either infeasible or unbounded (GUROBI-GUROBI)'
AnsweredHi, 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...