dapei jiang

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

投稿

dapei jiangによる最近のアクティビティ 最近のアクティビティ 投票
  • what's the meaning of "(super-basic)" in VBasis?

    回答済み

    Hi, everyone, I'm reading the referance mannual, in Attributes Chapter, I'm confused to VBasis status。 Giving an example, min CX s.t.    a<=  X <= b          X >= 0   1. what's the meaning of -1 (n...

  • Some wonders about the GRBModel::addRange()

    回答済み

    Hi, everyone, I have some wonders about the GRBModel::addRange() API,  GRBConstr addRange ( const GRBLinExpr& expr,double lower,double upper,string name="" ) I'm puzzled the argument lower and uppe...

  • how do I change variable type with c++ API?

    回答済み

    Hi, everyone, I'm practice with the diet_c++.cpp, I want to change the variable type, I modified the API like below, but the results show it doesn't work, could anyone tell me what mistake I was ta...