Carlos Quintero Pena

  • Gurobi-versary
  • Conversationalist
  • First Question
  • 合計アクティビティ 9
  • 前回のアクティビティ
  • メンバー登録日
  • フォロー 0ユーザー
  • フォロワー 0ユーザー
  • 投票 0
  • サブスクリプション 1

アクティビティの概要

Carlos Quintero Penaさんの最近のアクティビティ
  • Carlos Quintero Penaさんがコメントを作成しました:

    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さんがコメントを作成しました:

    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さんがコメントを作成しました:

    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さんがコメントを作成しました:

    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さんがコメントを作成しました:

    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さんがコメントを作成しました:

    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さんがコメントを作成しました:

    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さんが投稿を作成しました:

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