Jiajie Zhang
- 合計アクティビティ 9
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 4
投稿
Jiajie Zhangによる最近のアクティビティ-
Infeasible solution after addGenConstrPWL
回答済みHi, 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...
-
Wrong root node number
回答済みHi, 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...
-
Can I add a quadratic user cut in my callback function
回答済みHi, can I add a quadratic user cut in my callback function? Thanks.