冠冠 李
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by 冠冠 李-
冠冠 李 commented,
Thanks for your answer. Although x is free, I have a constrait model.addConstrs(Cost_Non[i]-(Cost_Tra[i]+C_e[i])>=0 for i in range(N_i) ) to satisfy x>=0. However, it doesn't work on "x". I'm confu...
-
冠冠 李 created a post,
There may be a bug for "addGenConstrLog"
AnsweredI establish a model that contain constrains: model.addGenConstrLog(X[i], Y[i])model.addConstrs((X[i]==Cost_Non[i]-(Cost_Tra[i]+C_e[i]) for i in range(N_i) ),"con_X") model.addConstrs(Cost_Non[i]-(C...