Yingqiu Zhang
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by Yingqiu Zhang-
Yingqiu Zhang commented,
Hi, Thanks for the answer! As for the aforementioned procedure, can I still use the callback feature? Or I can only reoptimize it and add cut iteratively? Best, Yingqiu
-
Yingqiu Zhang created a post,
Adding lazy cuts using callback in LP
AnsweredIs it possible to add lazy cuts using callback feature in a linear program? I am currently solving a stochastic linear program using Benders decomposition. But I observed that Gurobi can only retri...
-
Yingqiu Zhang commented,
Is there any case that we need pthread? Or pthread is not needed at all. Thanks!
-
Yingqiu Zhang created a post,
C++ linker question
AnsweredBesides linking gurobi library -lgurobi90, do I need to also link -lm and -lpthread or -pthread? Thanks
-
Yingqiu Zhang commented,
I solved above issues by adding GRUOBI_HOME environment variable.
-
Yingqiu Zhang commented,
Hi, Thanks! It is my typo. The link in your post is very useful! Thanks for sharing! My next step is to learn how to use CMake to build c++ project. I tried to use the template of CMakeLists from t...
-
Yingqiu Zhang commented,
By the way, I can successfully build all examples in /Library/gurobi901/mac64/examples/build using the makefile.
-
Yingqiu Zhang created a post,
Error when compiling mip1_c++ using VSCode on mac
OngoingHi All, I am working on macOS Mojave v10.14.6. I am running my code in VSCode, but I cannot compile it using following command: clang++ -std=c++17 -stdlib=libc++ helloworld.cpp -o helloworld.exe ...