Carlos Quintero Pena
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Carlos Quintero Pena-
Carlos Quintero Pena commented,
Mathias, for some reason when I do find_package(GUROBI REQUIRED), GUROBI_LIBRARY is found but GUROBI_CXX_LIBRARY is not. As a workaround I manually added it in the CMake file as follows: set(GUROBI...
-
Carlos Quintero Pena commented,
Hi Mathias, I printed out the variable GUROBI_CXX_LIBRARY and it is empty, whereas GUROBI_LIBRARY shows the correct value. I am using the FindGUROBI.cmake file in https://support.gurobi.com/hc/en-u...
-
Carlos Quintero Pena commented,
Mathias, In addition to what I shared in the previous message I can see the following when enabling verbose [100%] Linking CXX executable opt_plan_continuouscd /home/carlos/Documents/research/proje...
-
Carlos Quintero Pena commented,
Ok, sorry for that. The CMake configuration step seems to be fine, it is after that when I try to build the project that the error appears. Also, I am using my own CMakeLists file since I am writin...
-
Carlos Quintero Pena commented,
Matthias, thank you for replying. This is the content of the CMakeOutput.log file. Hope this is the one you were referring to [deleted]
-
Carlos Quintero Pena commented,
Mathias, in my last post I made a mistake: Like I said, I correctly exported the env variables to my (home user) .bashrc. However, since the examples folder was in /opt/gurobi902/linux64 I used "su...
-
Carlos Quintero Pena commented,
Gwyneth, thank you for your response, I included the following lines to my .basrhc file export GUROBI_HOME="/opt/gurobi902/linux64"export PATH="${PATH}:${GUROBI_HOME}/bin"export LD_LIBRARY_PATH="$...
-
Carlos Quintero Pena created a post,
Undefined reference to Gurobi lib
Hi, I've just installed Gurobi 9.02 in Ubuntu 18.02. I am receiving the error "... undefined reference to `GRBVar::get(GRB_DoubleAttr) const'" not only with "get" but with all the Gurobi functions....