Yingqiu Zhang
- 合計アクティビティ 11
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
アクティビティの概要
Yingqiu Zhangさんの最近のアクティビティ-
Yingqiu Zhangさんがコメントを作成しました:
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さんが投稿を作成しました:
Adding lazy cuts using callback in LP
回答済みIs 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さんがコメントを作成しました:
Is there any case that we need pthread? Or pthread is not needed at all. Thanks!
-
Yingqiu Zhangさんが投稿を作成しました:
C++ linker question
回答済みBesides linking gurobi library -lgurobi90, do I need to also link -lm and -lpthread or -pthread? Thanks
-
Yingqiu Zhangさんがコメントを作成しました:
I solved above issues by adding GRUOBI_HOME environment variable.
-
Yingqiu Zhangさんがコメントを作成しました:
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さんがコメントを作成しました:
By the way, I can successfully build all examples in /Library/gurobi901/mac64/examples/build using the makefile.
-
Yingqiu Zhangさんが投稿を作成しました:
Error when compiling mip1_c++ using VSCode on mac
進行中Hi 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 ...