Zhen Chen
- 合計アクティビティ 8
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
アクティビティの概要
Zhen Chenさんの最近のアクティビティ-
Zhen Chenさんがコメントを作成しました:
Thanks very much Marika! Your comments gave me the inspiration to check my codes. After checking for several hours, I found the issue: the definition of a decision variable std::vector<GRBVar> the...
-
Zhen Chenさんがコメントを作成しました:
For example, one model is running sucessfully, the following code get value 1, models[0].get(GRB_IntAttr_SolCount) but very strange that it can't get the value of its vars
-
Zhen Chenさんがコメントを作成しました:
Thanks Marika very much for the reply. The weired thing is that the codes sometimes run sucessfully while sometimes not. If there is something wrong in the model setting, it should fail every time...
-
Zhen Chenさんがコメントを作成しました:
Thanks very much for the reply. I still can't find the reason that why sometimes runing sucessfully, while sometimes showing GRBException error. I guess may be due to the memory or cache issues si...
-
Zhen Chenさんが投稿を作成しました:
c++ debug gurobi, an uncaught exception error frequently occurs during debugging
回答済みHello, When I debug for a c++ gurobi problem, the following error frequently occurs although the codes are right. libc++abi: terminating due to uncaught exception of type GRBExceptionSignal: SIGAB...
-
Zhen Chenさんがコメントを作成しました:
Thanks very much Erik for the answer. I am looking forwad for applying different new features of gurobi in the future.