Yingqiu Zhang

Gurobi-versary
First Question
Conversationalist
  • Total activity 11
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 3

Posts

Recent activity by Yingqiu Zhang Recent activity Votes
  • Adding lazy cuts using callback in LP

    Answered

    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

    Answered

    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

    Ongoing

    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 ...