Carlos Quintero Pena

  • Gurobi-versary
  • Conversationalist
  • First Question
  • Total activity 9
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1

Comments

Recent activity by Carlos Quintero Pena Recent activity Votes
  • 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...

  • 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...

  • 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...

  • 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...

  • Matthias, thank you for replying. This is the content of the CMakeOutput.log file. Hope this is the one you were referring to [deleted] 

  • 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...

  • 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="$...