Jiajie Zhang

  • Gurobi-versary
  • First Comment
  • First Question
  • 合計アクティビティ 9
  • 前回のアクティビティ
  • メンバー登録日
  • フォロー 0ユーザー
  • フォロワー 0ユーザー
  • 投票 0
  • サブスクリプション 4

アクティビティの概要

Jiajie Zhangさんの最近のアクティビティ
  • Jiajie Zhangさんがコメントを作成しました:

    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さんがコメントを作成しました:

    Thank you very much David. That exactly what I want.

  • 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...

  • Jiajie Zhangさんが投稿を作成しました:

    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...

  • Jiajie Zhangさんが投稿を作成しました:

    Can I add a quadratic user cut in my callback function

    回答済み

    Hi, can I add a quadratic user cut in my callback function? Thanks.