[FlopCpp] Unable to compile FlopC++ 1.0.6 project - please help

Tim Hultberg Tim.Hultberg at eumetsat.int
Wed May 5 04:04:04 EDT 2010


Dear Niladri,
  I have forwarded your mail to the mailing list. (I don’t have any clues about Windows and the MS Visual Studio 2008 VC++ compiler.)

Regarding the CBC performance question you should probably try to send a mail to the CBC mailing list.

Regards, Tim

________________________________
Hi Tim,

I am using the FLOPC++ project and the OsiCbcSolver to develop and run a facility location problem in MS Visual Studio 2008 VC++ compiler. I tried using the latest project source FLOPC++ 1.0.6 , but whenever I compile, I get a linker error. The first error was that the include path ..\..\..\..\Cgl\src\CglDuplicateRow was not present in the additional iclude directory of libCbc. I added this and compiled the project, but now getting the following linker errors:


------ Rebuild All started: Project: bid, Configuration: Debug Win32 ------

Deleting intermediate and output files for project 'bid', configuration 'Debug|Win32'

Compiling...

cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release

cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release

bid.cpp

Compiling manifest to resources...

Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0

Copyright (C) Microsoft Corporation. All rights reserved.

Linking...

LINK : warning LNK4044: unrecognized option '/ERRORREPORT:PROMPT'; ignored

libosiclp.lib(OsiClpSolverInterface.obj) : error LNK2019: unresolved external symbol "public: void __thiscall CoinSmallFactorization::maximumPivots(int)" (?maximumPivots at CoinSmallFactorization@@QAEXH at Z) referenced in function "public: void __thiscall ClpFactorization::maximumPivots(int)" (?maximumPivots at ClpFactorization@@QAEXH at Z)

libclp.lib(ClpSimplex.obj) : error LNK2001: unresolved external symbol "public: void __thiscall CoinSmallFactorization::maximumPivots(int)" (?maximumPivots at CoinSmallFactorization@@QAEXH at Z)

libclp.lib(ClpFactorization.obj) : error LNK2001: unresolved external symbol "public: void __thiscall CoinSmallFactorization::maximumPivots(int)" (?maximumPivots at CoinSmallFactorization@@QAEXH at Z)

libosiclp.lib(OsiClpSolverInterface.obj) : error LNK2019: unresolved external symbol "public: virtual void __thiscall OsiSolverInterface::deleteColNames(int,int)" (?deleteColNames at OsiSolverInterface@@UAEXHH at Z) referenced in function "public: virtual void __thiscall OsiClpSolverInterface::deleteCols(int,int const *)" (?deleteCols at OsiClpSolverInterface@@UAEXHPBH at Z)

libflopcpp.lib(OsiSolverInterface.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall OsiSolverInterface::deleteColNames(int,int)" (?deleteColNames at OsiSolverInterface@@UAEXHH at Z)

libosiclp.lib(OsiClpSolverInterface.obj) : error LNK2019: unresolved external symbol "public: virtual void __thiscall OsiSolverInterface::deleteRowNames(int,int)" (?deleteRowNames at OsiSolverInterface@@UAEXHH at Z) referenced in function "public: virtual void __thiscall OsiClpSolverInterface::deleteRows(int,int const *)" (?deleteRows at OsiClpSolverInterface@@UAEXHPBH at Z)

libflopcpp.lib(OsiSolverInterface.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall OsiSolverInterface::deleteRowNames(int,int)" (?deleteRowNames at OsiSolverInterface@@UAEXHH at Z)

libosiclp.lib(OsiClpSolverInterface.obj) : error LNK2019: unresolved external symbol "public: virtual __thiscall ClpNodeStuff::~ClpNodeStuff(void)" (??1ClpNodeStuff@@UAE at XZ) referenced in function __unwindfunclet$??0OsiClpSolverInterface@@QAE at XZ$0

libcbc.lib(CbcModel.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall ClpNodeStuff::~ClpNodeStuff(void)" (??1ClpNodeStuff@@UAE at XZ)

libosiclp.lib(OsiClpSolverInterface.obj) : error LNK2019: unresolved external symbol "public: __thiscall ClpNodeStuff::ClpNodeStuff(void)" (??0ClpNodeStuff@@QAE at XZ) referenced in function "public: __thiscall OsiClpSolverInterface::OsiClpSolverInterface(void)" (??0OsiClpSolverInterface@@QAE at XZ)

libcbc.lib(CbcModel.obj) : error LNK2001: unresolved external symbol "public: __thiscall ClpNodeStuff::ClpNodeStuff(void)" (??0ClpNodeStuff@@QAE at XZ)

libcbc.lib(CbcBranchActual.obj) : error LNK2001: unresolved external symbol "public: __thiscall ClpNodeStuff::ClpNodeStuff(void)" (??0ClpNodeStuff@@QAE at XZ)

libosiclp.lib(OsiClpSolverInterface.obj) : error LNK2001: unresolved external symbol "public: virtual class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall OsiSolverInterface::dfltRowColName(char,int,unsigned int)const " (?dfltRowColName at OsiSolverInterface@@UBE?AV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@DHI at Z)

libflopcpp.lib(OsiSolverInterface.obj) : error LNK2001: unresolved external symbol "public: virtual class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall OsiSolverInterface::dfltRowColName(char,int,unsigned int)const " (?dfltRowColName at OsiSolverInterface@@UBE?AV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@DHI at Z)

libosiclp.lib(OsiClpSolverInterface.obj) : error LNK2001: unresolved external symbol "public: virtual class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall OsiSolverInterface::getObjName(unsigned int)const " (?getObjName at OsiSolverInterface@@UBE?AV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@I at Z)

libflopcpp.lib(OsiSolverInterface.obj) : error LNK2001: unresolved external symbol "public: virtual class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall OsiSolverInterface::getObjName(unsigned int)const " (?getObjName at OsiSolverInterface@@UBE?AV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@I at Z)

libosiclp.lib(OsiClpSolverInterface.obj) : error LNK2001: unresolved external symbol "public: virtual class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const & __thiscall OsiSolverInterface::getRowNames(void)" (?getRowNames at OsiSolverInterface@@UAEABV?$vector at V?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@V?$allocator at V?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@2@@std@@XZ)

libflopcpp.lib(OsiSolverInterface.obj) : error LNK2001: unresolved external symbol "public: virtual class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const & __thiscall OsiSolverInterface::getRowNames(void)" (?getRowNames at OsiSolverInterface@@UAEABV?$vector at V?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@V?$allocator at V?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@2@@std@@XZ)

libosiclp.lib(OsiClpSolverInterface.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall OsiSolverInterface::setRowNames(class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > &,int,int,int)" (?setRowNames at OsiSolverInterface@@UAEXAAV?$vector at V?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@V?$allocator at V?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@2@@std@@HHH at Z)

libflopcpp.lib(OsiSolverInterface.obj) : error LNK2019: unresolved external symbol "public: virtual void __thiscall OsiSolverInterface::setRowNames(class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > &,int,int,int)" (?setRowNames at OsiSolverInterface@@UAEXAAV?$vector at V?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@V?$allocator at V?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@2@@std@@HHH at Z) referenced in function __ehhandler$?primalPivotResult at OsiSolverInterface@@UAEHHHAAH0AANPAVCoinPackedVector@@@Z

libosiclp.lib(OsiClpSolverInterface.obj) : error LNK2001: unresolved external symbol "public: virtual class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const & __thiscall OsiSolverInterface::getColNames(void)" (?getColNames at OsiSolverInterface@@UAEABV?$vector at V?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@V?$allocator at V?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@2@@std@@XZ)

libflopcpp.lib(OsiSolverInterface.obj) : error LNK2001: unresolved external symbol "public: virtual class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const & __thiscall OsiSolverInterface::getColNames(void)" (?getColNames at OsiSolverInterface@@UAEABV?$vector at V?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@V?$allocator at V?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@2@@std@@XZ)

libosiclp.lib(OsiClpSolverInterface.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall OsiSolverInterface::setColNames(class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > &,int,int,int)" (?setColNames at OsiSolverInterface@@UAEXAAV?$vector at V?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@V?$allocator at V?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@2@@std@@HHH at Z)

libflopcpp.lib(OsiSolverInterface.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall OsiSolverInterface::setColNames(class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > &,int,int,int)" (?setColNames at OsiSolverInterface@@UAEXAAV?$vector at V?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@V?$allocator at V?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@2@@std@@HHH at Z)

libosiclp.lib(OsiClpSolverInterface.obj) : error LNK2019: unresolved external symbol "public: __thiscall ClpNodeStuff::ClpNodeStuff(class ClpNodeStuff const &)" (??0ClpNodeStuff@@QAE at ABV0@@Z) referenced in function "public: __thiscall OsiClpSolverInterface::OsiClpSolverInterface(class OsiClpSolverInterface const &)" (??0OsiClpSolverInterface@@QAE at ABV0@@Z)

libcbc.lib(CbcBranchActual.obj) : error LNK2001: unresolved external symbol "public: __thiscall ClpNodeStuff::ClpNodeStuff(class ClpNodeStuff const &)" (??0ClpNodeStuff@@QAE at ABV0@@Z)

libosiclp.lib(OsiClpSolverInterface.obj) : error LNK2019: unresolved external symbol "public: class ClpNodeStuff & __thiscall ClpNodeStuff::operator=(class ClpNodeStuff const &)" (??4ClpNodeStuff@@QAEAAV0 at ABV0@@Z) referenced in function "public: class OsiClpSolverInterface & __thiscall OsiClpSolverInterface::operator=(class OsiClpSolverInterface const &)" (??4OsiClpSolverInterface@@QAEAAV0 at ABV0@@Z)

libosiclp.lib(OsiClpSolverInterface.obj) : error LNK2019: unresolved external symbol "public: virtual void __thiscall OsiSolverInterface::setColName(int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?setColName at OsiSolverInterface@@UAEXHV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@Z) referenced in function "public: virtual int __thiscall OsiClpSolverInterface::readMps(char const *,char const *)" (?readMps at OsiClpSolverInterface@@UAEHPBD0 at Z)

libflopcpp.lib(OsiSolverInterface.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall OsiSolverInterface::setColName(int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?setColName at OsiSolverInterface@@UAEXHV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@Z)

libosiclp.lib(OsiClpSolverInterface.obj) : error LNK2019: unresolved external symbol "public: virtual void __thiscall OsiSolverInterface::setRowName(int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?setRowName at OsiSolverInterface@@UAEXHV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@Z) referenced in function "public: virtual int __thiscall OsiClpSolverInterface::readMps(char const *,char const *)" (?readMps at OsiClpSolverInterface@@UAEHPBD0 at Z)

libflopcpp.lib(OsiSolverInterface.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall OsiSolverInterface::setRowName(int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?setRowName at OsiSolverInterface@@UAEXHV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@Z)

libosiclp.lib(OsiClpSolverInterface.obj) : error LNK2019: unresolved external symbol "public: __thiscall OsiSOS::OsiSOS(class OsiSolverInterface const *,int,int const *,double const *,int)" (??0OsiSOS@@QAE at PBVOsiSolverInterface@@HPBHPBNH at Z) referenced in function "public: virtual int __thiscall OsiClpSolverInterface::findIntegersAndSOS(bool)" (?findIntegersAndSOS at OsiClpSolverInterface@@UAEH_N at Z)

libcbc.lib(CbcBranchActual.obj) : error LNK2001: unresolved external symbol "public: __thiscall OsiSOS::OsiSOS(class OsiSolverInterface const *,int,int const *,double const *,int)" (??0OsiSOS@@QAE at PBVOsiSolverInterface@@HPBHPBNH at Z)

libosiclp.lib(OsiClpSolverInterface.obj) : error LNK2019: unresolved external symbol "public: void __thiscall ClpNodeStuff::zap(int)" (?zap at ClpNodeStuff@@QAEXH at Z) referenced in function "public: int __thiscall OsiClpSolverInterface::startFastDual(int)" (?startFastDual at OsiClpSolverInterface@@QAEHH at Z)

libclp.lib(ClpSimplexPrimal.obj) : error LNK2001: unresolved external symbol "public: void __thiscall CoinSmallFactorization::zeroTolerance(double)" (?zeroTolerance at CoinSmallFactorization@@QAEXN at Z)

libclp.lib(ClpSimplexNonlinear.obj) : error LNK2001: unresolved external symbol "public: void __thiscall CoinSmallFactorization::zeroTolerance(double)" (?zeroTolerance at CoinSmallFactorization@@QAEXN at Z)

libclp.lib(ClpSimplex.obj) : error LNK2019: unresolved external symbol "public: void __thiscall CoinSmallFactorization::zeroTolerance(double)" (?zeroTolerance at CoinSmallFactorization@@QAEXN at Z) referenced in function "public: void __thiscall ClpFactorization::zeroTolerance(double)" (?zeroTolerance at ClpFactorization@@QAEXN at Z)

libclp.lib(ClpSimplexDual.obj) : error LNK2001: unresolved external symbol "public: void __thiscall CoinSmallFactorization::zeroTolerance(double)" (?zeroTolerance at CoinSmallFactorization@@QAEXN at Z)

libclp.lib(ClpFactorization.obj) : error LNK2001: unresolved external symbol "public: void __thiscall CoinSmallFactorization::zeroTolerance(double)" (?zeroTolerance at CoinSmallFactorization@@QAEXN at Z)

libclp.lib(ClpPackedMatrix.obj) : error LNK2001: unresolved external symbol "public: void __thiscall CoinSmallFactorization::zeroTolerance(double)" (?zeroTolerance at CoinSmallFactorization@@QAEXN at Z)

libclp.lib(ClpSimplex.obj) : error LNK2019: unresolved external symbol "public: virtual __thiscall ClpNode::~ClpNode(void)" (??1ClpNode@@UAE at XZ) referenced in function "public: int __thiscall ClpSimplex::fathom(void *)" (?fathom at ClpSimplex@@QAEHPAX at Z)

libclp.lib(ClpSimplex.obj) : error LNK2019: unresolved external symbol "public: __thiscall ClpNode::ClpNode(class ClpSimplex *,class ClpNodeStuff const *,int)" (??0ClpNode@@QAE at PAVClpSimplex@@PBVClpNodeStuff@@H at Z) referenced in function "public: int __thiscall ClpSimplex::fathom(void *)" (?fathom at ClpSimplex@@QAEHPAX at Z)

libclp.lib(ClpSimplex.obj) : error LNK2019: unresolved external symbol "public: void __thiscall ClpNode::gutsOfConstructor(class ClpSimplex *,class ClpNodeStuff const *,int,int)" (?gutsOfConstructor at ClpNode@@QAEXPAVClpSimplex@@PBVClpNodeStuff@@HH at Z) referenced in function "public: int __thiscall ClpSimplex::fathom(void *)" (?fathom at ClpSimplex@@QAEHPAX at Z)

libclp.lib(ClpSimplex.obj) : error LNK2019: unresolved external symbol "public: void __thiscall ClpNodeStuff::update(int,int,double,bool)" (?update at ClpNodeStuff@@QAEXHHN_N at Z) referenced in function "public: int __thiscall ClpSimplex::fathom(void *)" (?fathom at ClpSimplex@@QAEHPAX at Z)

libclp.lib(ClpSimplex.obj) : error LNK2019: unresolved external symbol "public: int __thiscall ClpNode::way(void)const " (?way at ClpNode@@QBEHXZ) referenced in function "public: int __thiscall ClpSimplex::fathom(void *)" (?fathom at ClpSimplex@@QAEHPAX at Z)

libclp.lib(ClpSimplex.obj) : error LNK2019: unresolved external symbol "public: void __thiscall ClpNode::applyNode(class ClpSimplex *,int)" (?applyNode at ClpNode@@QAEXPAVClpSimplex@@H at Z) referenced in function "public: int __thiscall ClpSimplex::fathom(void *)" (?fathom at ClpSimplex@@QAEHPAX at Z)

libcbc.lib(CbcNode.obj) : error LNK2001: unresolved external symbol "public: void __thiscall ClpNode::applyNode(class ClpSimplex *,int)" (?applyNode at ClpNode@@QAEXPAVClpSimplex@@H at Z)

libcbc.lib(CbcBranchActual.obj) : error LNK2001: unresolved external symbol "public: void __thiscall ClpNode::applyNode(class ClpSimplex *,int)" (?applyNode at ClpNode@@QAEXPAVClpSimplex@@H at Z)

libclp.lib(ClpSimplex.obj) : error LNK2019: unresolved external symbol "public: void __thiscall ClpNode::changeState(void)" (?changeState at ClpNode@@QAEXXZ) referenced in function "public: int __thiscall ClpSimplex::fathom(void *)" (?fathom at ClpSimplex@@QAEHPAX at Z)

libclp.lib(ClpSimplex.obj) : error LNK2019: unresolved external symbol "public: bool __thiscall ClpNode::fathomed(void)const " (?fathomed at ClpNode@@QBE_NXZ) referenced in function "public: int __thiscall ClpSimplex::fathom(void *)" (?fathom at ClpSimplex@@QAEHPAX at Z)

libclp.lib(ClpSimplex.obj) : error LNK2019: unresolved external symbol "public: void __thiscall ClpNode::createArrays(class ClpSimplex *)" (?createArrays at ClpNode@@QAEXPAVClpSimplex@@@Z) referenced in function "public: int __thiscall ClpSimplex::fathomMany(void *)" (?fathomMany at ClpSimplex@@QAEHPAX at Z)

libclp.lib(ClpSimplex.obj) : error LNK2019: unresolved external symbol "public: void __thiscall ClpNode::chooseVariable(class ClpSimplex *,class ClpNodeStuff *)" (?chooseVariable at ClpNode@@QAEXPAVClpSimplex@@PAVClpNodeStuff@@@Z) referenced in function "public: int __thiscall ClpSimplex::fathomMany(void *)" (?fathomMany at ClpSimplex@@QAEHPAX at Z)

libclp.lib(ClpSimplex.obj) : error LNK2019: unresolved external symbol "public: void __thiscall ClpNode::cleanUpForCrunch(void)" (?cleanUpForCrunch at ClpNode@@QAEXXZ) referenced in function "public: int __thiscall ClpSimplex::fathomMany(void *)" (?fathomMany at ClpSimplex@@QAEHPAX at Z)

libclp.lib(ClpSimplex.obj) : error LNK2019: unresolved external symbol "public: int __thiscall ClpNodeStuff::maximumSpace(void)const " (?maximumSpace at ClpNodeStuff@@QBEHXZ) referenced in function "public: int __thiscall ClpSimplex::fathomMany(void *)" (?fathomMany at ClpSimplex@@QAEHPAX at Z)

libclp.lib(ClpSimplex.obj) : error LNK2019: unresolved external symbol "public: int __thiscall ClpNodeStuff::maximumNodes(void)const " (?maximumNodes at ClpNodeStuff@@QBEHXZ) referenced in function "public: int __thiscall ClpSimplex::fathomMany(void *)" (?fathomMany at ClpSimplex@@QAEHPAX at Z)

libclp.lib(ClpSolve.obj) : error LNK2019: unresolved external symbol "public: int __thiscall CoinStructuredModel::columnBlock(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)const " (?columnBlock at CoinStructuredModel@@QBEHABV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@Z) referenced in function "public: int __thiscall ClpSimplex::solve(class CoinStructuredModel *)" (?solve at ClpSimplex@@QAEHPAVCoinStructuredModel@@@Z)

libclp.lib(ClpSolve.obj) : error LNK2019: unresolved external symbol "public: int __thiscall CoinStructuredModel::rowBlock(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)const " (?rowBlock at CoinStructuredModel@@QBEHABV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@Z) referenced in function "public: int __thiscall ClpSimplex::solve(class CoinStructuredModel *)" (?solve at ClpSimplex@@QAEHPAVCoinStructuredModel@@@Z)

libclp.lib(ClpSolve.obj) : error LNK2019: unresolved external symbol "public: void __thiscall CoinStructuredModel::setCoinModel(class CoinModel *,int)" (?setCoinModel at CoinStructuredModel@@QAEXPAVCoinModel@@H at Z) referenced in function "public: int __thiscall ClpSimplex::solve(class CoinStructuredModel *)" (?solve at ClpSimplex@@QAEHPAVCoinStructuredModel@@@Z)

libclp.lib(ClpSolve.obj) : error LNK2019: unresolved external symbol "public: class CoinModel * __thiscall CoinStructuredModel::coinModelBlock(struct CoinModelInfo2 &)" (?coinModelBlock at CoinStructuredModel@@QAEPAVCoinModel@@AAUCoinModelInfo2@@@Z) referenced in function "public: int __thiscall ClpSimplex::solve(class CoinStructuredModel *)" (?solve at ClpSimplex@@QAEHPAVCoinStructuredModel@@@Z)

libclp.lib(ClpSolve.obj) : error LNK2019: unresolved external symbol "public: class CoinModel * __thiscall CoinStructuredModel::coinBlock(int)const " (?coinBlock at CoinStructuredModel@@QBEPAVCoinModel@@H at Z) referenced in function "public: int __thiscall ClpSimplex::loadProblem(class CoinStructuredModel &,bool,bool)" (?loadProblem at ClpSimplex@@QAEHAAVCoinStructuredModel@@_N1 at Z)

libclp.lib(ClpSolve.obj) : error LNK2019: unresolved external symbol "public: struct CoinModelInfo2 __thiscall CoinStructuredModel::block(int,int,double const * &,double const * &,double const * &,double const * &,double const * &)const " (?block at CoinStructuredModel@@QBE?AUCoinModelInfo2@@HHAAPBN0000 at Z) referenced in function "protected: int __thiscall ClpSimplex::solveDW(class CoinStructuredModel *)" (?solveDW at ClpSimplex@@IAEHPAVCoinStructuredModel@@@Z)

libclp.lib(ClpFactorization.obj) : error LNK2019: unresolved external symbol "public: void __thiscall CoinSmallFactorization::pivotTolerance(double)" (?pivotTolerance at CoinSmallFactorization@@QAEXN at Z) referenced in function "public: __thiscall ClpFactorization::ClpFactorization(class ClpFactorization const &,int)" (??0ClpFactorization@@QAE at ABV0@H at Z)

libclp.lib(ClpFactorization.obj) : error LNK2019: unresolved external symbol "public: __thiscall CoinSimpFactorization::CoinSimpFactorization(void)" (??0CoinSimpFactorization@@QAE at XZ) referenced in function "public: __thiscall ClpFactorization::ClpFactorization(class ClpFactorization const &,int)" (??0ClpFactorization@@QAE at ABV0@H at Z)

libclp.lib(ClpFactorization.obj) : error LNK2019: unresolved external symbol "public: __thiscall CoinDenseFactorization::CoinDenseFactorization(void)" (??0CoinDenseFactorization@@QAE at XZ) referenced in function "public: __thiscall ClpFactorization::ClpFactorization(class ClpFactorization const &,int)" (??0ClpFactorization@@QAE at ABV0@H at Z)

libcbc.lib(CbcModel.obj) : error LNK2019: unresolved external symbol "public: int __thiscall CglTreeProbingInfo::packDown(void)" (?packDown at CglTreeProbingInfo@@QAEHXZ) referenced in function "public: void __thiscall CbcModel::branchAndBound(int)" (?branchAndBound at CbcModel@@QAEXH at Z)

libcbc.lib(CbcModel.obj) : error LNK2019: unresolved external symbol "public: virtual __thiscall OsiBranchingInformation::~OsiBranchingInformation(void)" (??1OsiBranchingInformation@@UAE at XZ) referenced in function "public: void __thiscall CbcModel::branchAndBound(int)" (?branchAndBound at CbcModel@@QAEXH at Z)

libcbc.lib(CbcNode.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall OsiBranchingInformation::~OsiBranchingInformation(void)" (??1OsiBranchingInformation@@UAE at XZ)

libcbc.lib(CbcBranchActual.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall OsiBranchingInformation::~OsiBranchingInformation(void)" (??1OsiBranchingInformation@@UAE at XZ)

libflopcpp.lib(OsiSolverInterface.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall OsiBranchingInformation::~OsiBranchingInformation(void)" (??1OsiBranchingInformation@@UAE at XZ)

libcbc.lib(CbcModel.obj) : error LNK2019: unresolved external symbol "public: void __thiscall OsiChooseVariable::setSolver(class OsiSolverInterface const *)" (?setSolver at OsiChooseVariable@@QAEXPBVOsiSolverInterface@@@Z) referenced in function "public: void __thiscall CbcModel::branchAndBound(int)" (?branchAndBound at CbcModel@@QAEXH at Z)

libcbc.lib(CbcModel.obj) : error LNK2019: unresolved external symbol "public: __thiscall CglTreeProbingInfo::CglTreeProbingInfo(class OsiSolverInterface const *)" (??0CglTreeProbingInfo@@QAE at PBVOsiSolverInterface@@@Z) referenced in function "public: void __thiscall CbcModel::branchAndBound(int)" (?branchAndBound at CbcModel@@QAEXH at Z)

libcgl.lib(CglPreProcess.obj) : error LNK2001: unresolved external symbol "public: __thiscall CglTreeProbingInfo::CglTreeProbingInfo(class OsiSolverInterface const *)" (??0CglTreeProbingInfo@@QAE at PBVOsiSolverInterface@@@Z)

libcbc.lib(CbcModel.obj) : error LNK2019: unresolved external symbol "private: void __thiscall CglTreeProbingInfo::convert(void)const " (?convert at CglTreeProbingInfo@@ABEXXZ) referenced in function "public: int * __thiscall CglTreeProbingInfo::toZero(void)const " (?toZero at CglTreeProbingInfo@@QBEPAHXZ)

libcbc.lib(CbcNode.obj) : error LNK2001: unresolved external symbol "private: void __thiscall CglTreeProbingInfo::convert(void)const " (?convert at CglTreeProbingInfo@@ABEXXZ)

libcgl.lib(CglPreProcess.obj) : error LNK2001: unresolved external symbol "private: void __thiscall CglTreeProbingInfo::convert(void)const " (?convert at CglTreeProbingInfo@@ABEXXZ)

libcgl.lib(CglStored.obj) : error LNK2001: unresolved external symbol "private: void __thiscall CglTreeProbingInfo::convert(void)const " (?convert at CglTreeProbingInfo@@ABEXXZ)

libcgl.lib(CglDuplicateRow.obj) : error LNK2019: unresolved external symbol "public: virtual __thiscall CglTreeInfo::~CglTreeInfo(void)" (??1CglTreeInfo@@UAE at XZ) referenced in function "protected: virtual class std::ostreambuf_iterator<char,struct std::char_traits<char> > __thiscall std::num_put<char,class std::ostreambuf_iterator<char,struct std::char_traits<char> > >::do_put(class std::ostreambuf_iterator<char,struct std::char_traits<char> >,class std::ios_base &,char,void const *)const " (?do_put@?$num_put at DV?$ostreambuf_iterator at DU?$char_traits at D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator at DU?$char_traits at D@std@@@2 at V32@AAVios_base at 2@DPBX at Z)

libcgl.lib(CglStored.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall CglTreeInfo::~CglTreeInfo(void)" (??1CglTreeInfo@@UAE at XZ)

libcgl.lib(CglKnapsackCover.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall CglTreeInfo::~CglTreeInfo(void)" (??1CglTreeInfo@@UAE at XZ)

libcgl.lib(CglMixedIntegerRounding2.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall CglTreeInfo::~CglTreeInfo(void)" (??1CglTreeInfo@@UAE at XZ)

libcgl.lib(CglFlowCover.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall CglTreeInfo::~CglTreeInfo(void)" (??1CglTreeInfo@@UAE at XZ)

libcgl.lib(CglClique.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall CglTreeInfo::~CglTreeInfo(void)" (??1CglTreeInfo@@UAE at XZ)

libcbc.lib(CbcModel.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall CglTreeInfo::~CglTreeInfo(void)" (??1CglTreeInfo@@UAE at XZ)

libcbc.lib(CbcCutGenerator.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall CglTreeInfo::~CglTreeInfo(void)" (??1CglTreeInfo@@UAE at XZ)

libcgl.lib(CglProbing.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall CglTreeInfo::~CglTreeInfo(void)" (??1CglTreeInfo@@UAE at XZ)

libcgl.lib(CglGomory.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall CglTreeInfo::~CglTreeInfo(void)" (??1CglTreeInfo@@UAE at XZ)

libcbc.lib(CbcModel.obj) : error LNK2019: unresolved external symbol "public: __thiscall CglTreeInfo::CglTreeInfo(void)" (??0CglTreeInfo@@QAE at XZ) referenced in function "public: bool __thiscall CbcModel::tightenVubs(int,int const *,double)" (?tightenVubs at CbcModel@@QAE_NHPBHN at Z)

libcbc.lib(CbcCutGenerator.obj) : error LNK2001: unresolved external symbol "public: __thiscall CglTreeInfo::CglTreeInfo(void)" (??0CglTreeInfo@@QAE at XZ)

libcgl.lib(CglDuplicateRow.obj) : error LNK2001: unresolved external symbol "public: __thiscall CglTreeInfo::CglTreeInfo(void)" (??0CglTreeInfo@@QAE at XZ)

libcbc.lib(CbcModel.obj) : error LNK2019: unresolved external symbol "public: int __thiscall CglTreeProbingInfo::fixColumns(class OsiSolverInterface &)const " (?fixColumns at CglTreeProbingInfo@@QBEHAAVOsiSolverInterface@@@Z) referenced in function "public: int __thiscall CbcModel::resolve(class OsiSolverInterface *)" (?resolve at CbcModel@@QAEHPAVOsiSolverInterface@@@Z)

libcbc.lib(CbcModel.obj) : error LNK2019: unresolved external symbol "public: __thiscall OsiBranchingInformation::OsiBranchingInformation(class OsiBranchingInformation const &)" (??0OsiBranchingInformation@@QAE at ABV0@@Z) referenced in function "public: class OsiBranchingInformation __thiscall CbcModel::usefulInformation(void)const " (?usefulInformation at CbcModel@@QBE?AVOsiBranchingInformation@@XZ)

libcbc.lib(CbcModel.obj) : error LNK2019: unresolved external symbol "public: __thiscall OsiBranchingInformation::OsiBranchingInformation(class OsiSolverInterface const *,bool,bool)" (??0OsiBranchingInformation@@QAE at PBVOsiSolverInterface@@_N1 at Z) referenced in function "public: class OsiBranchingInformation __thiscall CbcModel::usefulInformation(void)const " (?usefulInformation at CbcModel@@QBE?AVOsiBranchingInformation@@XZ)

libcbc.lib(CbcBranchActual.obj) : error LNK2001: unresolved external symbol "public: __thiscall OsiBranchingInformation::OsiBranchingInformation(class OsiSolverInterface const *,bool,bool)" (??0OsiBranchingInformation@@QAE at PBVOsiSolverInterface@@_N1 at Z)

libflopcpp.lib(OsiSolverInterface.obj) : error LNK2001: unresolved external symbol "public: __thiscall OsiBranchingInformation::OsiBranchingInformation(class OsiSolverInterface const *,bool,bool)" (??0OsiBranchingInformation@@QAE at PBVOsiSolverInterface@@_N1 at Z)

libcbc.lib(CbcModel.obj) : error LNK2019: unresolved external symbol "public: void __thiscall ClpNodeStuff::fillPseudoCosts(double const *,double const *,int const *,int const *,int const *,int const *,int)" (?fillPseudoCosts at ClpNodeStuff@@QAEXPBN0PBH111H at Z) referenced in function "public: int __thiscall CbcModel::doOneNode(class CbcModel *,class CbcNode * &,class CbcNode * &)" (?doOneNode at CbcModel@@QAEHPAV1 at AAPAVCbcNode@@1 at Z)

libcbc.lib(CbcBranchActual.obj) : error LNK2001: unresolved external symbol "public: void __thiscall ClpNodeStuff::fillPseudoCosts(double const *,double const *,int const *,int const *,int const *,int const *,int)" (?fillPseudoCosts at ClpNodeStuff@@QAEXPBN0PBH111H at Z)

libcbc.lib(CbcNode.obj) : error LNK2019: unresolved external symbol "public: __thiscall BitVector128::BitVector128(void)" (??0BitVector128@@QAE at XZ) referenced in function "protected: __thiscall CoinTreeNode::CoinTreeNode(void)" (??0CoinTreeNode@@IAE at XZ)

libcbc.lib(CbcNode.obj) : error LNK2019: unresolved external symbol "public: void __thiscall OsiChooseVariable::clearGoodSolution(void)" (?clearGoodSolution at OsiChooseVariable@@QAEXXZ) referenced in function "public: int __thiscall CbcNode::chooseOsiBranch(class CbcModel *,class CbcNode *,class OsiBranchingInformation *,int)" (?chooseOsiBranch at CbcNode@@QAEHPAVCbcModel@@PAV1 at PAVOsiBranchingInformation@@H at Z)

libcbc.lib(CbcBranchActual.obj) : error LNK2001: unresolved external symbol "public: virtual double __thiscall OsiObject::checkInfeasibility(class OsiBranchingInformation const *)const " (?checkInfeasibility at OsiObject@@UBENPBVOsiBranchingInformation@@@Z)

libcbc.lib(CbcBranchDynamic.obj) : error LNK2001: unresolved external symbol "public: virtual double __thiscall OsiObject::checkInfeasibility(class OsiBranchingInformation const *)const " (?checkInfeasibility at OsiObject@@UBENPBVOsiBranchingInformation@@@Z)

libcbc.lib(CbcBranchBase.obj) : error LNK2001: unresolved external symbol "public: virtual double __thiscall OsiObject::checkInfeasibility(class OsiBranchingInformation const *)const " (?checkInfeasibility at OsiObject@@UBENPBVOsiBranchingInformation@@@Z)

libcbc.lib(CbcBranchActual.obj) : error LNK2001: unresolved external symbol "public: virtual int __thiscall OsiObject::columnNumber(void)const " (?columnNumber at OsiObject@@UBEHXZ)

libcbc.lib(CbcBranchBase.obj) : error LNK2001: unresolved external symbol "public: virtual int __thiscall OsiObject::columnNumber(void)const " (?columnNumber at OsiObject@@UBEHXZ)

libcbc.lib(CbcBranchActual.obj) : error LNK2001: unresolved external symbol "public: virtual double __thiscall OsiObject::upEstimate(void)const " (?upEstimate at OsiObject@@UBENXZ)

libcbc.lib(CbcBranchBase.obj) : error LNK2001: unresolved external symbol "public: virtual double __thiscall OsiObject::upEstimate(void)const " (?upEstimate at OsiObject@@UBENXZ)

libcbc.lib(CbcBranchActual.obj) : error LNK2001: unresolved external symbol "public: virtual double __thiscall OsiObject::downEstimate(void)const " (?downEstimate at OsiObject@@UBENXZ)

libcbc.lib(CbcBranchBase.obj) : error LNK2001: unresolved external symbol "public: virtual double __thiscall OsiObject::downEstimate(void)const " (?downEstimate at OsiObject@@UBENXZ)

libcbc.lib(CbcBranchActual.obj) : error LNK2019: unresolved external symbol "public: __thiscall OsiSimpleInteger::OsiSimpleInteger(int,double,double)" (??0OsiSimpleInteger@@QAE at HNN@Z) referenced in function "public: class OsiSimpleInteger * __thiscall CbcSimpleInteger::osiObject(void)const " (?osiObject at CbcSimpleInteger@@QBEPAVOsiSimpleInteger@@XZ)

libcgl.lib(CglClique.obj) : error LNK2019: unresolved external symbol "public: __thiscall CglTreeInfo::CglTreeInfo(class CglTreeInfo const &)" (??0CglTreeInfo@@QAE at ABV0@@Z) referenced in function "public: virtual void __thiscall CglClique::generateCuts(class OsiSolverInterface const &,class OsiCuts &,class CglTreeInfo)const " (?generateCuts at CglClique@@UBEXABVOsiSolverInterface@@AAVOsiCuts@@VCglTreeInfo@@@Z)

libcgl.lib(CglDuplicateRow.obj) : error LNK2001: unresolved external symbol "public: __thiscall CglTreeInfo::CglTreeInfo(class CglTreeInfo const &)" (??0CglTreeInfo@@QAE at ABV0@@Z)

libcbc.lib(CbcCutGenerator.obj) : error LNK2001: unresolved external symbol "public: __thiscall CglTreeInfo::CglTreeInfo(class CglTreeInfo const &)" (??0CglTreeInfo@@QAE at ABV0@@Z)

libcgl.lib(CglPreProcess.obj) : error LNK2001: unresolved external symbol "public: __thiscall CglTreeInfo::CglTreeInfo(class CglTreeInfo const &)" (??0CglTreeInfo@@QAE at ABV0@@Z)

libcgl.lib(CglProbing.obj) : error LNK2001: unresolved external symbol "public: __thiscall CglTreeInfo::CglTreeInfo(class CglTreeInfo const &)" (??0CglTreeInfo@@QAE at ABV0@@Z)

libcgl.lib(CglGomory.obj) : error LNK2001: unresolved external symbol "public: __thiscall CglTreeInfo::CglTreeInfo(class CglTreeInfo const &)" (??0CglTreeInfo@@QAE at ABV0@@Z)

libcbc.lib(CbcBranchBase.obj) : error LNK2019: unresolved external symbol "public: __thiscall OsiObject::OsiObject(void)" (??0OsiObject@@QAE at XZ) referenced in function "public: __thiscall CbcObject::CbcObject(void)" (??0CbcObject@@QAE at XZ)

libcbc.lib(CbcBranchBase.obj) : error LNK2019: unresolved external symbol "public: virtual __thiscall OsiObject::~OsiObject(void)" (??1OsiObject@@UAE at XZ) referenced in function "public: virtual __thiscall CbcObject::~CbcObject(void)" (??1CbcObject@@UAE at XZ)

libcbc.lib(CbcBranchBase.obj) : error LNK2019: unresolved external symbol "public: __thiscall OsiObject::OsiObject(class OsiObject const &)" (??0OsiObject@@QAE at ABV0@@Z) referenced in function "public: __thiscall CbcObject::CbcObject(class CbcObject const &)" (??0CbcObject@@QAE at ABV0@@Z)

libcbc.lib(CbcBranchBase.obj) : error LNK2019: unresolved external symbol "public: class OsiObject & __thiscall OsiObject::operator=(class OsiObject const &)" (??4OsiObject@@QAEAAV0 at ABV0@@Z) referenced in function "public: class CbcObject & __thiscall CbcObject::operator=(class CbcObject const &)" (??4CbcObject@@QAEAAV0 at ABV0@@Z)

libcbc.lib(CbcBranchBase.obj) : error LNK2019: unresolved external symbol "public: __thiscall OsiBranchingObject::OsiBranchingObject(void)" (??0OsiBranchingObject@@QAE at XZ) referenced in function "public: __thiscall CbcBranchingObject::CbcBranchingObject(void)" (??0CbcBranchingObject@@QAE at XZ)

libcbc.lib(CbcBranchBase.obj) : error LNK2019: unresolved external symbol "public: __thiscall OsiBranchingObject::OsiBranchingObject(class OsiSolverInterface *,double)" (??0OsiBranchingObject@@QAE at PAVOsiSolverInterface@@N at Z) referenced in function "public: __thiscall CbcBranchingObject::CbcBranchingObject(class CbcModel *,int,int,double)" (??0CbcBranchingObject@@QAE at PAVCbcModel@@HHN at Z)

libcbc.lib(CbcBranchBase.obj) : error LNK2019: unresolved external symbol "public: __thiscall OsiBranchingObject::OsiBranchingObject(class OsiBranchingObject const &)" (??0OsiBranchingObject@@QAE at ABV0@@Z) referenced in function "public: __thiscall CbcBranchingObject::CbcBranchingObject(class CbcBranchingObject const &)" (??0CbcBranchingObject@@QAE at ABV0@@Z)

libcbc.lib(CbcBranchBase.obj) : error LNK2019: unresolved external symbol "public: class OsiBranchingObject & __thiscall OsiBranchingObject::operator=(class OsiBranchingObject const &)" (??4OsiBranchingObject@@QAEAAV0 at ABV0@@Z) referenced in function "public: class CbcBranchingObject & __thiscall CbcBranchingObject::operator=(class CbcBranchingObject const &)" (??4CbcBranchingObject@@QAEAAV0 at ABV0@@Z)

libcbc.lib(CbcBranchBase.obj) : error LNK2019: unresolved external symbol "public: virtual __thiscall OsiBranchingObject::~OsiBranchingObject(void)" (??1OsiBranchingObject@@UAE at XZ) referenced in function "public: virtual __thiscall CbcBranchingObject::~CbcBranchingObject(void)" (??1CbcBranchingObject@@UAE at XZ)

libcgl.lib(CglPreProcess.obj) : error LNK2019: unresolved external symbol "public: virtual __thiscall CglTreeProbingInfo::~CglTreeProbingInfo(void)" (??1CglTreeProbingInfo@@UAE at XZ) referenced in function "private: class OsiSolverInterface * __thiscall CglPreProcess::modified(class OsiSolverInterface *,bool,int &,int,int)" (?modified at CglPreProcess@@AAEPAVOsiSolverInterface@@PAV2 at _NAAHHH@Z)

libcgl.lib(CglProbing.obj) : error LNK2019: unresolved external symbol "public: void __thiscall CglTreeProbingInfo::generateCuts(class OsiSolverInterface const &,class OsiCuts &,class CglTreeInfo)const " (?generateCuts at CglTreeProbingInfo@@QBEXABVOsiSolverInterface@@AAVOsiCuts@@VCglTreeInfo@@@Z) referenced in function "public: virtual void __thiscall CglImplication::generateCuts(class OsiSolverInterface const &,class OsiCuts &,class CglTreeInfo)const " (?generateCuts at CglImplication@@UBEXABVOsiSolverInterface@@AAVOsiCuts@@VCglTreeInfo@@@Z)

libcgl.lib(CglStored.obj) : error LNK2019: unresolved external symbol "public: __thiscall CglTreeProbingInfo::CglTreeProbingInfo(class CglTreeProbingInfo const &)" (??0CglTreeProbingInfo@@QAE at ABV0@@Z) referenced in function "public: __thiscall CglStored::CglStored(class CglStored const &)" (??0CglStored@@QAE at ABV0@@Z)

libflopcpp.lib(OsiSolverInterface.obj) : error LNK2019: unresolved external symbol "public: void __thiscall OsiSolverInterface::setRowColNames(class CoinModel &)" (?setRowColNames at OsiSolverInterface@@QAEXAAVCoinModel@@@Z) referenced in function "public: virtual int __thiscall OsiSolverInterface::loadFromCoinModel(class CoinModel &,bool)" (?loadFromCoinModel at OsiSolverInterface@@UAEHAAVCoinModel@@_N at Z)

libflopcpp.lib(OsiSolverInterface.obj) : error LNK2001: unresolved external symbol "public: virtual class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall OsiSolverInterface::getRowName(int,unsigned int)const " (?getRowName at OsiSolverInterface@@UBE?AV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@HI at Z)

libflopcpp.lib(OsiSolverInterface.obj) : error LNK2001: unresolved external symbol "public: virtual class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall OsiSolverInterface::getColName(int,unsigned int)const " (?getColName at OsiSolverInterface@@UBE?AV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@HI at Z)

libflopcpp.lib(OsiSolverInterface.obj) : error LNK2019: unresolved external symbol "public: void __thiscall OsiSolverInterface::setRowColNames(class CoinMpsIO const &)" (?setRowColNames at OsiSolverInterface@@QAEXABVCoinMpsIO@@@Z) referenced in function "public: virtual int __thiscall OsiSolverInterface::readMps(char const *,char const *)" (?readMps at OsiSolverInterface@@UAEHPBD0 at Z)

libflopcpp.lib(OsiSolverInterface.obj) : error LNK2019: unresolved external symbol "public: void __thiscall OsiSolverInterface::setRowColNames(class CoinLpIO &)" (?setRowColNames at OsiSolverInterface@@QAEXAAVCoinLpIO@@@Z) referenced in function "public: int __thiscall OsiSolverInterface::readLp(struct _iobuf *,double)" (?readLp at OsiSolverInterface@@QAEHPAU_iobuf@@N at Z)

libflopcpp.lib(OsiSolverInterface.obj) : error LNK2019: unresolved external symbol "public: __thiscall OsiSimpleInteger::OsiSimpleInteger(class OsiSolverInterface const *,int)" (??0OsiSimpleInteger@@QAE at PBVOsiSolverInterface@@H at Z) referenced in function "public: void __thiscall OsiSolverInterface::findIntegers(bool)" (?findIntegers at OsiSolverInterface@@QAEX_N at Z)

D:\Niladri\COIN OR\depot_coin\FlopC++-1.0.6\1.6\MSVisualStudio\v8\FlopCpp\Debug\bid.exe : fatal error LNK1120: 77 unresolved externals

Build log was saved at "file://d:\Niladri\COIN OR\depot_coin\FlopC++-1.0.6\1.6\MSVisualStudio\v8\FlopCpp\examples\bid\Debug\BuildLog.htm"

bid - 133 error(s), 3 warning(s)

========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========




Can you please tell what might be the issue in this? I have pointed all the compiled library paths in the linker path? This is happenning from FLOPC++ 1.0.2 version onwards. I have tested my project on 1.0.0 and 1.0.1 and it runs fine.

I assume looking at the size of the folders of Cbc library across versions 1.0.0 and 1.0.6 and it seems that lot of development have been done. I have used Cbc library of 1.0.0 and for large problem sizes and some instances, it takes too much runtime and after running for around 30 mins gives an inavlid memory heap error. I am solving an exact method and using CPLEX, the same problem instance gets solved within 10 mins.

So, can you please clarify if any algorithmic improvements have been done in version 1.0.6 of the Cbc project library?

I would really appreciate if you can help me out with some useful information. Awaiting your early response.

Regards,
Niladri Sekhar Das
Assistant Manager
Genpact Analytics,
Hyderabad, India

C +91 9160401122
E -mail: niladri.sekhardas at genpact.com<mailto:niladri.sekhardas at genpact.com>
www.genpact.com<https://webmail.intranet.genpact.com/owa/UrlBlockedError.aspx>

This e-mail (and any attachments), is confidential and may be privileged. It may be read, copied and used only

by intended recipients. Unauthorized access to this e-mail (or attachments) and disclosure or copying of its

contents or any action taken in reliance on it is unlawful. Unintended recipients must notify the sender immediately

by e-mail/phone & delete it from their system without making any copies or disclosing it to a third person.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://list.coin-or.org/pipermail/flopcpp/attachments/20100505/3fac0f92/attachment-0001.html 


More information about the FlopCpp mailing list