Alexandre Faria
- 合計アクティビティ 7
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 1
コメント
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....
-
True, however, the problem withstands. Any ideas?
-
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...
-
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...