私は Cplex と Visual Studio 2010 を使用しています。インクルードを追加し、.lib
. 次のようなエラーがたくさんあります。
エラー 1
error LNK2019: unresolved external symbol "public: void __thiscall IloAlgorithm::extract(class IloModel)const " (?extract@IloAlgorithm@@QBEXVIloModel@@@Z) referenced in function _main C:\Users\yasmine\Documents\Visual Studio 2010\Projects\NursesAllocation\NursesAllocation\NursesAllocation.obj
エラー 2
error LNK2019: unresolved external symbol "public: __thiscall IloCplex::IloCplex(class IloEnv)" (??0IloCplex@@QAE@VIloEnv@@@Z) referenced in function _main C:\Users\yasmine\Documents\Visual Studio 2010\Projects\NursesAllocation\NursesAllocation\NursesAllocation.obj
この問題を解決するのを手伝ってくれませんか?