Zhen Chen
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Zhen Chen-
Zhen Chen commented,
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 commented,
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 commented,
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 commented,
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 created a post,
c++ debug gurobi, an uncaught exception error frequently occurs during debugging
AnsweredHello, 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 commented,
Thanks very much Erik for the answer. I am looking forwad for applying different new features of gurobi in the future.