Alexandre Faria
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
Comments
Recent activity by 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...