Yingqiu Zhang
- 合計アクティビティ 11
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
投稿
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...
-
C++ linker question
回答済みBesides linking gurobi library -lgurobi90, do I need to also link -lm and -lpthread or -pthread? Thanks
-
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 ...