我正在使用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
拜托,你能帮我解决这个问题吗?
答案 0 :(得分:0)
我有同样的问题,我解决了它,包括ilocplex.lib到其他依赖项。 但是,我有Visual C ++ for Visual Studio 2008。