メインコンテンツへスキップ

C++ linker question

回答済み

コメント

4件のコメント

  • 正式なコメント
    Simranjit Kaur
    • Gurobi Staff
    This post is more than three years old. Some information may not be up to date. For current information, please check the Gurobi Documentation or Knowledge Base. If you need more help, please create a new post in the community forum. Or why not try our AI Gurobot?.
  • Greg Glockner
    • Gurobi Staff

    For C++, you need -lgurobi_c++ -lgurobi90 -lm; see the sample Makefile in the examples/build subdirectory.

    0
  • Yingqiu Zhang
    • Gurobi-versary
    • First Question
    • Conversationalist

    Is there any case that we need pthread? Or pthread is not needed at all. Thanks!

    0
  • Greg Glockner
    • Gurobi Staff

    You don't need to link with pthread.

    0

投稿コメントは受け付けていません。