Alexandre Faria
- 合計アクティビティ 7
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 1
アクティビティの概要
Alexandre Fariaさんの最近のアクティビティ-
Alexandre Fariaさんがコメントを作成しました:
Thanks, it did work. What -lgurobi_c++ and -lgurobi80 does that -L/... does not? I mean, -L already points to /lib, where libgurobi.so.8.0.1 and libgurobi_g++4.2.a are....
-
Alexandre Fariaさんがコメントを作成しました:
True, however, the problem withstands. Any ideas?
-
Alexandre Fariaさんがコメントを作成しました:
Ok, this time I tried with: g++ -I/media/34GB/Arquivos-de-Programas-Linux/gurobi801/linux64/include/ -L/media/34GB/Arquivos-de-Programas-Linux/gurobi801/linux64/lib -lgurobi_c++ -lgurobi90 -o mip...
-
Alexandre Fariaさんがコメントを作成しました:
Hello. I tried to compile the original mip1 with: g++ -I/media/34GB/Arquivos-de-Programas-Linux/gurobi801/linux64/include/ -L/media/34GB/Arquivos-de-Programas-Linux/gurobi801/linux64/lib/ -o mip1...
-
Alexandre Fariaさんが投稿を作成しました:
Undefined references problem when compiling c++ test code
回答済みHello. I have been experiencing multiple undefined reference problems when trying to compile a very simple c++ source code. In fact, the code is the same as "mip1_c++.cpp", except that I changed "#...