Jiajie Zhang
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Activity overview
Latest activity by Jiajie Zhang-
Jiajie Zhang commented,
Hi Jaromił, I did not remember the specific parameter setting. These days I have tried many other parameter settings and have not found any infeasible solutions again. In case I find any infeasible...
-
Jiajie Zhang commented,
Thank you very much David. That exactly what I want.
-
Jiajie Zhang created a post,
Infeasible solution after addGenConstrPWL
AnsweredHi, I am working on the following entropy maximization problem I use addGenConstrPWL to piecewise linearize x*(1-lnx), following are my codes to solve the model. # generate points for PWLysh = zsh...
-
Jiajie Zhang created a post,
Wrong root node number
AnsweredHi, I want to add cuts at root nodes. I first locate them by MIPNODE_NODCNT, but the node number is 5005. I am confused. Below are my codes. if where == MIPNODE: cnt = GRB.Callback.MIPNODE_NODC...
-
Jiajie Zhang created a post,
Can I add a quadratic user cut in my callback function
AnsweredHi, can I add a quadratic user cut in my callback function? Thanks.