[Cbc] Static linking from own code in Linux

Gleb Belov gleb.belov at monash.edu
Sun Feb 21 19:07:34 EST 2016


Hi Ted,

the linker does not really find any functions in the libraries, although 
it finds all the .a files. The relevant part of cmake's output is 
attached. Here are the contents of CBC's lib directory:

bg at bg-vbox:/media/sf_SHARED/prj/libmzn/build$ ls $OSICBC_HOME/lib
libCbc.a   libCbcSolver.a   libCgl.a   libClp.a   libClpSolver.a 
libCoinUtils.a   libOsi.a     libOsiCbc.la  libOsiClp.la 
libOsiCommonTests.la  pkgconfig
libCbc.la  libCbcSolver.la  libCgl.la  libClp.la  libClpSolver.la 
libCoinUtils.la  libOsiCbc.a  libOsiClp.a   libOsiCommonTests.a libOsi.la

Looking for one of the functions missed, writeMpsNative, gives:

bg at bg-vbox:/media/sf_SHARED/prj/libmzn/build$ grep writeMpsNative 
$OSICBC_HOME/lib/*
Binary file /home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a matches
Binary file /home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a matches
Binary file /home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsi.a matches
Binary file /home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiCbc.a matches
Binary file /home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a matches
Binary file /home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiCommonTests.a 
matches
grep: /home/bg/Documents/prj/coin-Cbc-2.9/lib/pkgconfig: Is a directory


Gleb

On 22/02/2016 10:36 AM, Ted Ralphs wrote:
> As far as I know, there shouldn't be anything special you need to do 
> in order to link to static libraries in Linux. What's the error? On 
> Windows, we only support generation of static libraries at this point, 
> so nothing should be any different there.
>
> Ted
>
> On Sun, Feb 21, 2016 at 6:02 PM, Gleb Belov <gleb.belov at monash.edu 
> <mailto:gleb.belov at monash.edu>> wrote:
>
>     Now it works with 2268 without any further changes, thank you.
>
>     Next question: when configuring with --enable-static
>     --disable-shared, the /lib forlder has only .a (and probably .la)
>     files and the examples' Makefile is not much different. However my
>     executable does not link. Is there any specific link flag in this
>     case? What is under Win?
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.coin-or.org/pipermail/cbc/attachments/20160222/8d979ead/attachment-0001.html>
-------------- next part --------------
Linking CXX executable mzn-cbc
/usr/bin/cmake -E cmake_link_script CMakeFiles/mzn-cbc.dir/link.txt --verbose=1
/usr/bin/c++    -std=c++11 -O3 -DNDEBUG    CMakeFiles/mzn-cbc.dir/lib/solver.cpp.o CMakeFiles/mzn-cbc.dir/lib/flattener.cpp.o CMakeFiles/mzn-cbc.dir/solvers/MIP/MIP_solverinstance.cpp.o CMakeFiles/mzn-cbc.dir/solvers/MIP/MIP_osicbc_wrap.cpp.o  -o mzn-cbc  -L/opt/gurobi650/linux64/lib  -L/opt/ibm/ILOG/CPLEX_Studio1263/cplex/lib/x86-64_linux/static_pic  -L/home/bg/Documents/prj/scipoptsuite-3.2.0/scip-3.2.0/../lib  -L/home/bg/Documents/prj/coin-Cbc-2.9/lib -rdynamic libminizinc.a -lOsi -lOsiClp -lClp -lCgl -lCbc -lCbcSolver -lCoinUtils -Wl,-rpath,/opt/gurobi650/linux64/lib:/opt/ibm/ILOG/CPLEX_Studio1263/cplex/lib/x86-64_linux/static_pic:/home/bg/Documents/prj/scipoptsuite-3.2.0/scip-3.2.0/../lib:/home/bg/Documents/prj/coin-Cbc-2.9/lib: 
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a(OsiClpSolverInterface.o): In function `OsiClpSolverInterface::writeMpsNative(char const*, char const**, char const**, int, int, double) const':
OsiClpSolverInterface.cpp:(.text+0xae2): undefined reference to `OsiSolverInterface::writeMpsNative(char const*, char const**, char const**, int, int, double, int, CoinSet const*) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a(OsiClpSolverInterface.o): In function `OsiNodeSimple::gutsOfConstructor(OsiSolverInterface&, int, int*, CoinWarmStart*) [clone .part.180]':
OsiClpSolverInterface.cpp:(.text+0x2d5a): undefined reference to `typeinfo for OsiSolverInterface'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a(OsiClpSolverInterface.o): In function `OsiClpSolverInterface::writeLp(_IO_FILE*, double, int, int, double, bool) const':
OsiClpSolverInterface.cpp:(.text+0x4adc): undefined reference to `OsiSolverInterface::writeLpNative(_IO_FILE*, char const* const*, char const* const*, double, int, int, double, bool) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a(OsiClpSolverInterface.o): In function `OsiClpSolverInterface::writeMps(char const*, char const*, double) const':
OsiClpSolverInterface.cpp:(.text+0x71a7): undefined reference to `OsiSolverInterface::writeMpsNative(char const*, char const**, char const**, int, int, double, int, CoinSet const*) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a(OsiClpSolverInterface.o): In function `OsiClpSolverInterface::operator=(OsiClpSolverInterface const&)':
OsiClpSolverInterface.cpp:(.text+0x1122c): undefined reference to `OsiSolverInterface::operator=(OsiSolverInterface const&)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a(OsiClpSolverInterface.o): In function `OsiClpSolverInterface::reset()':
OsiClpSolverInterface.cpp:(.text+0x193a1): undefined reference to `OsiSolverInterface::setInitialData()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a(OsiClpSolverInterface.o): In function `OsiClpSolverInterface::applyRowCuts(int, OsiRowCut const**) [clone .part.265]':
OsiClpSolverInterface.cpp:(.text+0x1c3d2): undefined reference to `OsiRowCut::row() const'
OsiClpSolverInterface.cpp:(.text+0x1c4d9): undefined reference to `OsiRowCut::lb() const'
OsiClpSolverInterface.cpp:(.text+0x1c4e6): undefined reference to `OsiRowCut::ub() const'
OsiClpSolverInterface.cpp:(.text+0x1c4f4): undefined reference to `OsiRowCut::row() const'
OsiClpSolverInterface.cpp:(.text+0x1c521): undefined reference to `OsiRowCut::row() const'
OsiClpSolverInterface.cpp:(.text+0x1c559): undefined reference to `OsiRowCut::row() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a(OsiClpSolverInterface.o): In function `OsiClpSolverInterface::applyRowCut(OsiRowCut const&)':
OsiClpSolverInterface.cpp:(.text+0x1d6bd): undefined reference to `OsiRowCut::row() const'
OsiClpSolverInterface.cpp:(.text+0x1d764): undefined reference to `OsiRowCut::lb() const'
OsiClpSolverInterface.cpp:(.text+0x1d773): undefined reference to `OsiRowCut::ub() const'
OsiClpSolverInterface.cpp:(.text+0x1d782): undefined reference to `OsiRowCut::row() const'
OsiClpSolverInterface.cpp:(.text+0x1d7a4): undefined reference to `OsiRowCut::row() const'
OsiClpSolverInterface.cpp:(.text+0x1d7c5): undefined reference to `OsiRowCut::row() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a(OsiClpSolverInterface.o): In function `OsiClpSolverInterface::deleteCols(int, int const*)':
OsiClpSolverInterface.cpp:(.text+0x1df7e): undefined reference to `OsiSolverInterface::findIntegers(bool)'
OsiClpSolverInterface.cpp:(.text+0x1df93): undefined reference to `OsiSolverInterface::deleteBranchingInfo(int, int const*)'
OsiClpSolverInterface.cpp:(.text+0x1e232): undefined reference to `OsiSolverInterface::deleteColNames(int, int)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a(OsiClpSolverInterface.o): In function `OsiClpSolverInterface::deleteRows(int, int const*)':
OsiClpSolverInterface.cpp:(.text+0x1e733): undefined reference to `OsiSolverInterface::deleteRowNames(int, int)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a(OsiClpSolverInterface.o): In function `OsiClpSolverInterface::OsiClpSolverInterface()':
OsiClpSolverInterface.cpp:(.text+0x1f3d4): undefined reference to `OsiSolverInterface::OsiSolverInterface()'
OsiClpSolverInterface.cpp:(.text+0x1f5f2): undefined reference to `OsiSolverInterface::~OsiSolverInterface()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a(OsiClpSolverInterface.o): In function `OsiClpSolverInterface::OsiClpSolverInterface(OsiClpSolverInterface const&)':
OsiClpSolverInterface.cpp:(.text+0x1ff8b): undefined reference to `OsiSolverInterface::OsiSolverInterface(OsiSolverInterface const&)'
OsiClpSolverInterface.cpp:(.text+0x2074d): undefined reference to `OsiSolverInterface::~OsiSolverInterface()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a(OsiClpSolverInterface.o): In function `OsiClpSolverInterface::OsiClpSolverInterface(ClpSimplex*, bool)':
OsiClpSolverInterface.cpp:(.text+0x20d57): undefined reference to `OsiSolverInterface::OsiSolverInterface()'
OsiClpSolverInterface.cpp:(.text+0x211cf): undefined reference to `OsiSolverInterface::~OsiSolverInterface()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a(OsiClpSolverInterface.o): In function `OsiClpSolverInterface::~OsiClpSolverInterface()':
OsiClpSolverInterface.cpp:(.text+0x21726): undefined reference to `OsiSolverInterface::~OsiSolverInterface()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a(OsiClpSolverInterface.o): In function `OsiClpSolverInterface::clone(bool) const':
OsiClpSolverInterface.cpp:(.text+0x22e9c): undefined reference to `OsiSolverInterface::OsiSolverInterface()'
OsiClpSolverInterface.cpp:(.text+0x23111): undefined reference to `OsiSolverInterface::~OsiSolverInterface()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a(OsiClpSolverInterface.o): In function `OsiClpSolverInterface::resolve()':
OsiClpSolverInterface.cpp:(.text+0x2563d): undefined reference to `OsiSolverInterface::getApplicationData() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a(OsiClpSolverInterface.o): In function `OsiClpSolverInterface::setRowName(int, std::string)':
OsiClpSolverInterface.cpp:(.text+0x29d0e): undefined reference to `OsiSolverInterface::setRowName(int, std::string)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a(OsiClpSolverInterface.o): In function `OsiClpSolverInterface::addRow(CoinPackedVectorBase const&, double, double, std::string)':
OsiClpSolverInterface.cpp:(.text+0x29ed1): undefined reference to `OsiSolverInterface::setRowName(int, std::string)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a(OsiClpSolverInterface.o): In function `OsiClpSolverInterface::addRow(CoinPackedVectorBase const&, char, double, double, std::string)':
OsiClpSolverInterface.cpp:(.text+0x2a119): undefined reference to `OsiSolverInterface::setRowName(int, std::string)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a(OsiClpSolverInterface.o): In function `OsiClpSolverInterface::readMps(char const*, char const*)':
OsiClpSolverInterface.cpp:(.text+0x2a8ce): undefined reference to `OsiSolverInterface::setRowName(int, std::string)'
OsiClpSolverInterface.cpp:(.text+0x2aa06): undefined reference to `OsiSolverInterface::setColName(int, std::string)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a(OsiClpSolverInterface.o): In function `OsiClpSolverInterface::readMps(char const*, bool, bool)':
OsiClpSolverInterface.cpp:(.text+0x2b6c5): undefined reference to `OsiSolverInterface::setRowName(int, std::string)'
OsiClpSolverInterface.cpp:(.text+0x2b881): undefined reference to `OsiSolverInterface::setColName(int, std::string)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a(OsiClpSolverInterface.o): In function `OsiClpSolverInterface::readLp(char const*, double)':
OsiClpSolverInterface.cpp:(.text+0x2c24f): undefined reference to `OsiSolverInterface::setRowName(int, std::string)'
OsiClpSolverInterface.cpp:(.text+0x2c3a1): undefined reference to `OsiSolverInterface::setColName(int, std::string)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a(OsiClpSolverInterface.o): In function `OsiClpSolverInterface::setColName(int, std::string)':
OsiClpSolverInterface.cpp:(.text+0x2ca7e): undefined reference to `OsiSolverInterface::setColName(int, std::string)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a(OsiClpSolverInterface.o): In function `OsiClpSolverInterface::addCol(CoinPackedVectorBase const&, double, double, double, std::string)':
OsiClpSolverInterface.cpp:(.text+0x2cc61): undefined reference to `OsiSolverInterface::setColName(int, std::string)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a(OsiClpSolverInterface.o): In function `OsiClpSolverInterface::addCol(int, int const*, double const*, double, double, double, std::string)':
OsiClpSolverInterface.cpp:(.text+0x2cf34): undefined reference to `OsiSolverInterface::setColName(int, std::string)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a(OsiClpSolverInterface.o): In function `OsiClpSolverInterface::findIntegersAndSOS(bool)':
OsiClpSolverInterface.cpp:(.text+0x2d730): undefined reference to `OsiSolverInterface::findIntegers(bool)'
OsiClpSolverInterface.cpp:(.text+0x2d77c): undefined reference to `typeinfo for OsiSOS'
OsiClpSolverInterface.cpp:(.text+0x2d781): undefined reference to `typeinfo for OsiObject'
OsiClpSolverInterface.cpp:(.text+0x2d86c): undefined reference to `typeinfo for OsiSOS'
OsiClpSolverInterface.cpp:(.text+0x2d871): undefined reference to `typeinfo for OsiObject'
OsiClpSolverInterface.cpp:(.text+0x2d9ae): undefined reference to `OsiSOS::OsiSOS(OsiSolverInterface const*, int, int const*, double const*, int)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a(OsiClpSolverInterface.o): In function `OsiClpSolverInterface::newLanguage(CoinMessages::Language)':
OsiClpSolverInterface.cpp:(.text+0x11b57): undefined reference to `OsiSolverInterface::newLanguage(CoinMessages::Language)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a(OsiClpSolverInterface.o): In function `OsiClpSolverInterface::~OsiClpSolverInterface()':
OsiClpSolverInterface.cpp:(.text+0x216dc): undefined reference to `OsiSolverInterface::~OsiSolverInterface()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a(OsiClpSolverInterface.o): In function `OsiClpSolverInterface::getObjValue() const':
OsiClpSolverInterface.cpp:(.text+0x2d096): undefined reference to `OsiSolverInterface::getObjValue() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a(OsiClpSolverInterface.o): In function `OsiClpSolverInterface::restoreBaseModel(int)':
OsiClpSolverInterface.cpp:(.text+0x2dbab): undefined reference to `OsiSolverInterface::restoreBaseModel(int)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a(OsiClpSolverInterface.o):(.rodata._ZTI21OsiClpSolverInterface[_ZTI21OsiClpSolverInterface]+0x18): undefined reference to `typeinfo for OsiSolverInterface'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a(OsiClpSolverInterface.o):(.rodata._ZTV21OsiClpSolverInterface[_ZTV21OsiClpSolverInterface]+0xac8): undefined reference to `OsiSolverInterface::getNumIntegers() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a(OsiClpSolverInterface.o):(.rodata._ZTV21OsiClpSolverInterface[_ZTV21OsiClpSolverInterface]+0xb78): undefined reference to `OsiSolverInterface::getStrictColSolution()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a(OsiClpSolverInterface.o):(.rodata._ZTV21OsiClpSolverInterface[_ZTV21OsiClpSolverInterface]+0xbb8): undefined reference to `OsiSolverInterface::getFractionalIndices(double) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a(OsiClpSolverInterface.o):(.rodata._ZTV21OsiClpSolverInterface[_ZTV21OsiClpSolverInterface]+0xbc8): undefined reference to `OsiSolverInterface::setObjCoeffSet(int const*, int const*, double const*)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a(OsiClpSolverInterface.o):(.rodata._ZTV21OsiClpSolverInterface[_ZTV21OsiClpSolverInterface]+0xc50): undefined reference to `OsiSolverInterface::reducedCostFix(double, bool)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a(OsiClpSolverInterface.o):(.rodata._ZTV21OsiClpSolverInterface[_ZTV21OsiClpSolverInterface]+0xc78): undefined reference to `OsiSolverInterface::dfltRowColName(char, int, unsigned int) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a(OsiClpSolverInterface.o):(.rodata._ZTV21OsiClpSolverInterface[_ZTV21OsiClpSolverInterface]+0xc80): undefined reference to `OsiSolverInterface::getObjName(unsigned int) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a(OsiClpSolverInterface.o):(.rodata._ZTV21OsiClpSolverInterface[_ZTV21OsiClpSolverInterface]+0xc98): undefined reference to `OsiSolverInterface::getRowNames()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a(OsiClpSolverInterface.o):(.rodata._ZTV21OsiClpSolverInterface[_ZTV21OsiClpSolverInterface]+0xca8): undefined reference to `OsiSolverInterface::setRowNames(std::vector<std::string, std::allocator<std::string> >&, int, int, int)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a(OsiClpSolverInterface.o):(.rodata._ZTV21OsiClpSolverInterface[_ZTV21OsiClpSolverInterface]+0xcb0): undefined reference to `OsiSolverInterface::deleteRowNames(int, int)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a(OsiClpSolverInterface.o):(.rodata._ZTV21OsiClpSolverInterface[_ZTV21OsiClpSolverInterface]+0xcc0): undefined reference to `OsiSolverInterface::getColNames()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a(OsiClpSolverInterface.o):(.rodata._ZTV21OsiClpSolverInterface[_ZTV21OsiClpSolverInterface]+0xcd0): undefined reference to `OsiSolverInterface::setColNames(std::vector<std::string, std::allocator<std::string> >&, int, int, int)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a(OsiClpSolverInterface.o):(.rodata._ZTV21OsiClpSolverInterface[_ZTV21OsiClpSolverInterface]+0xcd8): undefined reference to `OsiSolverInterface::deleteColNames(int, int)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a(OsiClpSolverInterface.o):(.rodata._ZTV21OsiClpSolverInterface[_ZTV21OsiClpSolverInterface]+0xde0): undefined reference to `OsiSolverInterface::readGMPL(char const*, char const*)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a(OsiClpSolverInterface.o):(.rodata._ZTV21OsiClpSolverInterface[_ZTV21OsiClpSolverInterface]+0xe18): undefined reference to `OsiSolverInterface::activateRowCutDebugger(char const*)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libOsiClp.a(OsiClpSolverInterface.o):(.rodata._ZTV21OsiClpSolverInterface[_ZTV21OsiClpSolverInterface]+0xe20): undefined reference to `OsiSolverInterface::activateRowCutDebugger(double const*, bool)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcModel.o): In function `flipSolver(OsiSolverInterface*, double)':
CbcModel.cpp:(.text+0x3d8): undefined reference to `typeinfo for OsiSolverInterface'
CbcModel.cpp:(.text+0x6f7): undefined reference to `typeinfo for OsiSolverInterface'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcModel.o): In function `CbcModel::analyzeObjective()':
CbcModel.cpp:(.text+0x21c5): undefined reference to `typeinfo for OsiSolverInterface'
CbcModel.cpp:(.text+0x2508): undefined reference to `typeinfo for OsiObject'
CbcModel.cpp:(.text+0x2e80): undefined reference to `typeinfo for OsiObject'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcModel.o): In function `CbcModel::resetModel()':
CbcModel.cpp:(.text+0x35d3): undefined reference to `typeinfo for CglImplication'
CbcModel.cpp:(.text+0x35d8): undefined reference to `typeinfo for CglCutGenerator'
CbcModel.cpp:(.text+0x362d): undefined reference to `typeinfo for CglImplication'
CbcModel.cpp:(.text+0x3632): undefined reference to `typeinfo for CglCutGenerator'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcModel.o): In function `CbcModel::synchronizeHandlers(int)':
CbcModel.cpp:(.text+0x4602): undefined reference to `typeinfo for OsiSolverInterface'
CbcModel.cpp:(.text+0x464f): undefined reference to `typeinfo for OsiSolverInterface'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcModel.o): In function `CbcModel::reducedCostFix()':
CbcModel.cpp:(.text+0x482d): undefined reference to `typeinfo for OsiSolverInterface'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcModel.o): In function `CbcModel::pseudoShadow(int)':
CbcModel.cpp:(.text+0x527c): undefined reference to `typeinfo for OsiObject'
CbcModel.cpp:(.text+0x5ba0): undefined reference to `typeinfo for OsiObject'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcModel.o): In function `CbcModel::passInPriorities(int const*, bool)':
CbcModel.cpp:(.text+0x65fd): undefined reference to `typeinfo for OsiObject'
CbcModel.cpp:(.text+0x67da): undefined reference to `typeinfo for OsiSolverInterface'
CbcModel.cpp:(.text+0x6894): undefined reference to `typeinfo for OsiSOS'
CbcModel.cpp:(.text+0x6899): undefined reference to `typeinfo for OsiObject'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcModel.o): In function `CbcModel::findIntegers(bool, int)':
CbcModel.cpp:(.text+0x6cd9): undefined reference to `typeinfo for OsiObject'
CbcModel.cpp:(.text+0x6fbe): undefined reference to `typeinfo for OsiSolverInterface'
CbcModel.cpp:(.text+0x7068): undefined reference to `typeinfo for OsiSOS'
CbcModel.cpp:(.text+0x706d): undefined reference to `typeinfo for OsiObject'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcModel.o): In function `CbcModel::convertToDynamic()':
CbcModel.cpp:(.text+0x7348): undefined reference to `typeinfo for OsiObject'
CbcModel.cpp:(.text+0x73ba): undefined reference to `typeinfo for OsiObject'
CbcModel.cpp:(.text+0x73ce): undefined reference to `typeinfo for OsiObject'
CbcModel.cpp:(.text+0x73e5): undefined reference to `typeinfo for OsiObject'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcModel.o):CbcModel.cpp:(.text+0x75a9): more undefined references to `typeinfo for OsiObject' follow
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcModel.o): In function `CbcModel::addObjects(int, OsiObject**)':
CbcModel.cpp:(.text+0x7dde): undefined reference to `typeinfo for OsiSimpleInteger'
CbcModel.cpp:(.text+0x7de3): undefined reference to `typeinfo for OsiObject'
CbcModel.cpp:(.text+0x7e4b): undefined reference to `typeinfo for OsiObject'
CbcModel.cpp:(.text+0x8018): undefined reference to `typeinfo for OsiObject'
CbcModel.cpp:(.text+0x8078): undefined reference to `typeinfo for OsiObject'
CbcModel.cpp:(.text+0x8087): undefined reference to `typeinfo for OsiSimpleInteger'
CbcModel.cpp:(.text+0x808c): undefined reference to `typeinfo for OsiObject'
CbcModel.cpp:(.text+0x80dd): undefined reference to `typeinfo for OsiObject'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcModel.o): In function `CbcModel::setNextRowCut(OsiRowCut const&)':
CbcModel.cpp:(.text+0x85ce): undefined reference to `OsiRowCut::OsiRowCut(OsiRowCut const&)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcModel.o): In function `CbcModel::resolve(OsiSolverInterface*)':
CbcModel.cpp:(.text+0x91e4): undefined reference to `typeinfo for OsiSolverInterface'
CbcModel.cpp:(.text+0x920a): undefined reference to `CglTreeProbingInfo::fixColumns(OsiSolverInterface&) const'
CbcModel.cpp:(.text+0x92df): undefined reference to `typeinfo for CglGomory'
CbcModel.cpp:(.text+0x92e4): undefined reference to `typeinfo for CglCutGenerator'
CbcModel.cpp:(.text+0x92fe): undefined reference to `CglGomory::getLimit() const'
CbcModel.cpp:(.text+0x930d): undefined reference to `CglGomory::setLimitAtRoot(int)'
CbcModel.cpp:(.text+0x9314): undefined reference to `typeinfo for CglTwomir'
CbcModel.cpp:(.text+0x9319): undefined reference to `typeinfo for CglCutGenerator'
CbcModel.cpp:(.text+0x93f3): undefined reference to `CglTreeProbingInfo::fixColumns(OsiSolverInterface&) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcModel.o): In function `CbcModel::resolve(CbcNodeInfo*, int, double*, double*, double*)':
CbcModel.cpp:(.text+0x9653): undefined reference to `typeinfo for OsiSolverInterface'
CbcModel.cpp:(.text+0x98e5): undefined reference to `OsiSolverInterface::getRowCutDebugger() const'
CbcModel.cpp:(.text+0x9971): undefined reference to `OsiSolverInterface::writeMpsNative(char const*, char const**, char const**, int, int, double, int, CoinSet const*) const'
CbcModel.cpp:(.text+0x9b45): undefined reference to `OsiSolverInterface::getRowCutDebugger() const'
CbcModel.cpp:(.text+0x9c88): undefined reference to `OsiSolverInterface::getRowCutDebugger() const'
CbcModel.cpp:(.text+0x9c9d): undefined reference to `OsiSolverInterface::getRowCutDebuggerAlways() const'
CbcModel.cpp:(.text+0x9cab): undefined reference to `OsiRowCutDebugger::printOptimalSolution(OsiSolverInterface const&) const'
CbcModel.cpp:(.text+0x9cd1): undefined reference to `OsiSolverInterface::writeMpsNative(char const*, char const**, char const**, int, int, double, int, CoinSet const*) const'
CbcModel.cpp:(.text+0x9d1f): undefined reference to `OsiSolverInterface::getRowCutDebuggerAlways() const'
CbcModel.cpp:(.text+0x9d2a): undefined reference to `OsiRowCutDebugger::printOptimalSolution(OsiSolverInterface const&) const'
CbcModel.cpp:(.text+0x9d50): undefined reference to `OsiSolverInterface::writeMpsNative(char const*, char const**, char const**, int, int, double, int, CoinSet const*) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcModel.o): In function `CbcModel::resolve(CbcNodeInfo*, int, double*, double*, double*) [clone .constprop.347]':
CbcModel.cpp:(.text+0x9e8a): undefined reference to `typeinfo for OsiSolverInterface'
CbcModel.cpp:(.text+0xa135): undefined reference to `OsiSolverInterface::getRowCutDebugger() const'
CbcModel.cpp:(.text+0xa1e1): undefined reference to `OsiSolverInterface::writeMpsNative(char const*, char const**, char const**, int, int, double, int, CoinSet const*) const'
CbcModel.cpp:(.text+0xa2ca): undefined reference to `OsiSolverInterface::getRowCutDebugger() const'
CbcModel.cpp:(.text+0xa2df): undefined reference to `OsiSolverInterface::getRowCutDebuggerAlways() const'
CbcModel.cpp:(.text+0xa2ea): undefined reference to `OsiRowCutDebugger::printOptimalSolution(OsiSolverInterface const&) const'
CbcModel.cpp:(.text+0xa310): undefined reference to `OsiSolverInterface::writeMpsNative(char const*, char const**, char const**, int, int, double, int, CoinSet const*) const'
CbcModel.cpp:(.text+0xa364): undefined reference to `OsiSolverInterface::getRowCutDebugger() const'
CbcModel.cpp:(.text+0xa37c): undefined reference to `OsiSolverInterface::getRowCutDebuggerAlways() const'
CbcModel.cpp:(.text+0xa387): undefined reference to `OsiRowCutDebugger::printOptimalSolution(OsiSolverInterface const&) const'
CbcModel.cpp:(.text+0xa3ad): undefined reference to `OsiSolverInterface::writeMpsNative(char const*, char const**, char const**, int, int, double, int, CoinSet const*) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcModel.o): In function `CbcModel::setLogLevel(int)':
CbcModel.cpp:(.text+0xa433): undefined reference to `typeinfo for OsiSolverInterface'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcModel.o): In function `CbcModel::setObjectiveValue(CbcNode*, CbcNode const*) const':
CbcModel.cpp:(.text+0xa70e): undefined reference to `OsiBabSolver::mipBound() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcModel.o): In function `CbcModel::usefulInformation() const':
CbcModel.cpp:(.text+0xa86f): undefined reference to `OsiBranchingInformation::OsiBranchingInformation(OsiSolverInterface const*, bool, bool)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcModel.o): In function `getIntegerInformation(OsiObject const*, double&, double&)':
CbcModel.cpp:(.text+0xa987): undefined reference to `typeinfo for OsiObject'
CbcModel.cpp:(.text+0xa9ce): undefined reference to `typeinfo for OsiSimpleInteger'
CbcModel.cpp:(.text+0xa9d3): undefined reference to `typeinfo for OsiObject'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcModel.o): In function `CbcModel::fillPseudoCosts(double*, double*, int*, int*, int*, int*, int*) const':
CbcModel.cpp:(.text+0xae4c): undefined reference to `typeinfo for OsiObject'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcModel.o): In function `CbcModel::previousBounds(CbcNode*, CbcNodeInfo*, int, double&, double&, int)':
CbcModel.cpp:(.text+0xb82a): undefined reference to `typeinfo for OsiBranchingObject'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcModel.o): In function `CbcModel::setOptionalInteger(int)':
CbcModel.cpp:(.text+0xd28e): undefined reference to `typeinfo for OsiSolverInterface'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcModel.o): In function `CbcModel::conflictCut(OsiSolverInterface const*, bool&)':
CbcModel.cpp:(.text+0xde08): undefined reference to `typeinfo for OsiSolverInterface'
CbcModel.cpp:(.text+0xe9a0): undefined reference to `OsiRowCut::OsiRowCut()'
CbcModel.cpp:(.text+0xe9b0): undefined reference to `OsiRowCut::setUb(double)'
CbcModel.cpp:(.text+0xea0d): undefined reference to `OsiRowCut::setLb(double)'
CbcModel.cpp:(.text+0xea5a): undefined reference to `OsiRowCut::setRow(int, int const*, double const*, bool)'
CbcModel.cpp:(.text+0xeb04): undefined reference to `OsiRowCut::setLb(double)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcModel.o): In function `CbcModel::initialSolve()':
CbcModel.cpp:(.text+0xed85): undefined reference to `OsiSolverInterface::getAuxiliaryInfo() const'
CbcModel.cpp:(.text+0xed91): undefined reference to `typeinfo for OsiBabSolver'
CbcModel.cpp:(.text+0xed96): undefined reference to `typeinfo for OsiAuxInfo'
CbcModel.cpp:(.text+0xedd8): undefined reference to `OsiBabSolver::OsiBabSolver(int)'
CbcModel.cpp:(.text+0xede6): undefined reference to `OsiSolverInterface::setAuxiliaryInfo(OsiAuxInfo*)'
CbcModel.cpp:(.text+0xedef): undefined reference to `OsiSolverInterface::getAuxiliaryInfo() const'
CbcModel.cpp:(.text+0xedfb): undefined reference to `typeinfo for OsiBabSolver'
CbcModel.cpp:(.text+0xee00): undefined reference to `typeinfo for OsiAuxInfo'
CbcModel.cpp:(.text+0xee1c): undefined reference to `OsiBabSolver::~OsiBabSolver()'
CbcModel.cpp:(.text+0xee3a): undefined reference to `OsiBabSolver::~OsiBabSolver()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcModel.o): In function `CbcModel::synchronizeModel()':
CbcModel.cpp:(.text+0xeee0): undefined reference to `typeinfo for OsiObject'
CbcModel.cpp:(.text+0xef7a): undefined reference to `OsiSolverInterface::getAuxiliaryInfo() const'
CbcModel.cpp:(.text+0xef86): undefined reference to `typeinfo for OsiBabSolver'
CbcModel.cpp:(.text+0xef8b): undefined reference to `typeinfo for OsiAuxInfo'
CbcModel.cpp:(.text+0xefae): undefined reference to `OsiBabSolver::OsiBabSolver(int)'
CbcModel.cpp:(.text+0xefba): undefined reference to `OsiSolverInterface::setAuxiliaryInfo(OsiAuxInfo*)'
CbcModel.cpp:(.text+0xefc3): undefined reference to `OsiSolverInterface::getAuxiliaryInfo() const'
CbcModel.cpp:(.text+0xefcf): undefined reference to `typeinfo for OsiBabSolver'
CbcModel.cpp:(.text+0xefd4): undefined reference to `typeinfo for OsiAuxInfo'
CbcModel.cpp:(.text+0xefee): undefined reference to `OsiBabSolver::~OsiBabSolver()'
CbcModel.cpp:(.text+0xf00a): undefined reference to `OsiBabSolver::~OsiBabSolver()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcModel.o): In function `CbcModel::AddIntegers()':
CbcModel.cpp:(.text+0xf817): undefined reference to `typeinfo for OsiSolverInterface'
CbcModel.cpp:(.text+0xfc8c): undefined reference to `typeinfo for OsiSolverInterface'
CbcModel.cpp:(.text+0xfebd): undefined reference to `typeinfo for OsiSolverInterface'
CbcModel.cpp:(.text+0x103dd): undefined reference to `typeinfo for OsiSolverInterface'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcModel.o): In function `CbcModel::addCuts(CbcNode*, CoinWarmStartBasis*&)':
CbcModel.cpp:(.text+0x11187): undefined reference to `OsiSolverInterface::getRowCutDebugger() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcModel.o): In function `CbcModel::serialCuts(OsiCuts&, CbcNode*, OsiCuts&, int)':
CbcModel.cpp:(.text+0x115f7): undefined reference to `OsiRowCut::lb() const'
CbcModel.cpp:(.text+0x11607): undefined reference to `OsiRowCut::ub() const'
CbcModel.cpp:(.text+0x11730): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcModel.cpp:(.text+0x1174d): undefined reference to `OsiRowCut::OsiRowCut(OsiRowCut const&)'
CbcModel.cpp:(.text+0x11775): undefined reference to `OsiSolverInterface::getRowCutDebuggerAlways() const'
CbcModel.cpp:(.text+0x11780): undefined reference to `OsiRowCutDebugger::printOptimalSolution(OsiSolverInterface const&) const'
CbcModel.cpp:(.text+0x117a6): undefined reference to `OsiSolverInterface::writeMpsNative(char const*, char const**, char const**, int, int, double, int, CoinSet const*) const'
CbcModel.cpp:(.text+0x119e3): undefined reference to `OsiRowCut::lb() const'
CbcModel.cpp:(.text+0x11a88): undefined reference to `OsiRowCut::lb() const'
CbcModel.cpp:(.text+0x11a98): undefined reference to `OsiRowCut::ub() const'
CbcModel.cpp:(.text+0x11abb): undefined reference to `OsiRowCut::lb() const'
CbcModel.cpp:(.text+0x11ad1): undefined reference to `OsiRowCut::ub() const'
CbcModel.cpp:(.text+0x11af4): undefined reference to `OsiRowCut::ub() const'
CbcModel.cpp:(.text+0x11b55): undefined reference to `OsiRowCut::lb() const'
CbcModel.cpp:(.text+0x11b65): undefined reference to `OsiRowCut::ub() const'
CbcModel.cpp:(.text+0x11bac): undefined reference to `OsiRowCut::OsiRowCut(OsiRowCut const&)'
CbcModel.cpp:(.text+0x11bc2): undefined reference to `OsiRowCut::mutableRow()'
CbcModel.cpp:(.text+0x11c05): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcModel.cpp:(.text+0x11e1c): undefined reference to `OsiRowCut::OsiRowCut(OsiRowCut const&)'
CbcModel.cpp:(.text+0x11e32): undefined reference to `OsiRowCut::mutableRow()'
CbcModel.cpp:(.text+0x11e74): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcModel.cpp:(.text+0x12113): undefined reference to `OsiSolverInterface::getRowCutDebugger() const'
CbcModel.cpp:(.text+0x1213c): undefined reference to `OsiRowCutDebugger::onOptimalPath(OsiSolverInterface const&) const'
CbcModel.cpp:(.text+0x12175): undefined reference to `OsiSolverInterface::getRowCutDebugger() const'
CbcModel.cpp:(.text+0x12195): undefined reference to `OsiSolverInterface::getRowCutDebugger() const'
CbcModel.cpp:(.text+0x121b4): undefined reference to `OsiRowCutDebugger::onOptimalPath(OsiSolverInterface const&) const'
CbcModel.cpp:(.text+0x121e8): undefined reference to `typeinfo for CglProbing'
CbcModel.cpp:(.text+0x121ed): undefined reference to `typeinfo for CglCutGenerator'
CbcModel.cpp:(.text+0x122d6): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcModel.cpp:(.text+0x12351): undefined reference to `OsiRowCut::row() const'
CbcModel.cpp:(.text+0x123e9): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcModel.cpp:(.text+0x1242e): undefined reference to `OsiRowCut::~OsiRowCut()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcModel.o): In function `CbcModel::makeGlobalCuts(int, int const*)':
CbcModel.cpp:(.text+0x125e7): undefined reference to `OsiRowCut::OsiRowCut()'
CbcModel.cpp:(.text+0x125f6): undefined reference to `OsiRowCut::setLb(double)'
CbcModel.cpp:(.text+0x12606): undefined reference to `OsiRowCut::setUb(double)'
CbcModel.cpp:(.text+0x12636): undefined reference to `OsiRowCut::setRow(int, int const*, double const*, bool)'
CbcModel.cpp:(.text+0x12659): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcModel.cpp:(.text+0x12712): undefined reference to `OsiRowCut::~OsiRowCut()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcModel.o): In function `CbcModel::makeGlobalCut(OsiRowCut const*)':
CbcModel.cpp:(.text+0x1275e): undefined reference to `OsiRowCut::row() const'
CbcModel.cpp:(.text+0x12785): undefined reference to `OsiRowCut::OsiRowCut(OsiRowCut const&)'
CbcModel.cpp:(.text+0x12797): undefined reference to `OsiRowCut::mutableRow()'
CbcModel.cpp:(.text+0x127c3): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcModel.cpp:(.text+0x127fc): undefined reference to `OsiRowCut::row() const'
CbcModel.cpp:(.text+0x1281f): undefined reference to `OsiRowCut::row() const'
CbcModel.cpp:(.text+0x12849): undefined reference to `OsiRowCut::lb() const'
CbcModel.cpp:(.text+0x12857): undefined reference to `OsiRowCut::ub() const'
CbcModel.cpp:(.text+0x128bf): undefined reference to `OsiRowCut::row() const'
CbcModel.cpp:(.text+0x12adc): undefined reference to `OsiRowCut::~OsiRowCut()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcModel.o): In function `CbcModel::makeGlobalCut(OsiRowCut const&)':
CbcModel.cpp:(.text+0x12b0c): undefined reference to `OsiRowCut::OsiRowCut(OsiRowCut const&)'
CbcModel.cpp:(.text+0x12b1c): undefined reference to `OsiRowCut::mutableRow()'
CbcModel.cpp:(.text+0x12b41): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcModel.cpp:(.text+0x12b69): undefined reference to `OsiRowCut::~OsiRowCut()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcModel.o): In function `CbcModel::makePartialCut(OsiRowCut const*, OsiSolverInterface const*)':
CbcModel.cpp:(.text+0x12bb5): undefined reference to `OsiRowCut::lb() const'
CbcModel.cpp:(.text+0x12bce): undefined reference to `OsiRowCut::row() const'
CbcModel.cpp:(.text+0x12bf2): undefined reference to `OsiRowCut::row() const'
CbcModel.cpp:(.text+0x12c14): undefined reference to `OsiRowCut::row() const'
CbcModel.cpp:(.text+0x12d39): undefined reference to `OsiRowCut::OsiRowCut()'
CbcModel.cpp:(.text+0x12d4b): undefined reference to `OsiRowCut::setUb(double)'
CbcModel.cpp:(.text+0x12e01): undefined reference to `OsiRowCut::setLb(double)'
CbcModel.cpp:(.text+0x12e19): undefined reference to `OsiRowCut::setRow(int, int const*, double const*, bool)'
CbcModel.cpp:(.text+0x12e6e): undefined reference to `OsiRowCut::mutableRow()'
CbcModel.cpp:(.text+0x12ec2): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcModel.cpp:(.text+0x12efa): undefined reference to `OsiSolverInterface::getRowCutDebugger() const'
CbcModel.cpp:(.text+0x1308e): undefined reference to `OsiRowCut::~OsiRowCut()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcModel.o): In function `CbcModel::setBestSolution(CBC_Message, double&, double const*, int)':
CbcModel.cpp:(.text+0x1373b): undefined reference to `OsiCuts::OsiCuts()'
CbcModel.cpp:(.text+0x137df): undefined reference to `OsiRowCut::OsiRowCut(OsiRowCut const&)'
CbcModel.cpp:(.text+0x137f2): undefined reference to `OsiRowCut::mutableRow()'
CbcModel.cpp:(.text+0x13821): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcModel.cpp:(.text+0x13851): undefined reference to `OsiSolverInterface::getRowCutDebuggerAlways() const'
CbcModel.cpp:(.text+0x13a58): undefined reference to `typeinfo for OsiObject'
CbcModel.cpp:(.text+0x13d6c): undefined reference to `OsiCuts::~OsiCuts()'
CbcModel.cpp:(.text+0x14e5a): undefined reference to `OsiCuts::~OsiCuts()'
CbcModel.cpp:(.text+0x14e6d): undefined reference to `OsiRowCut::~OsiRowCut()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcModel.o): In function `CbcModel::feasibleSolution(int&, int&) const':
CbcModel.cpp:(.text+0x15f79): undefined reference to `OsiBranchingInformation::OsiBranchingInformation(OsiSolverInterface const*, bool, bool)'
CbcModel.cpp:(.text+0x160e8): undefined reference to `OsiBranchingInformation::~OsiBranchingInformation()'
CbcModel.cpp:(.text+0x16133): undefined reference to `OsiBranchingInformation::~OsiBranchingInformation()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcModel.o): In function `CbcModel::chooseBranch(CbcNode*&, int, CbcNode*, OsiCuts&, bool&, CoinWarmStartBasis*, double const*, double const*, OsiSolverBranch*&)':
CbcModel.cpp:(.text+0x162fe): undefined reference to `OsiBabSolver::mipBound() const'
CbcModel.cpp:(.text+0x16373): undefined reference to `OsiBranchingInformation::OsiBranchingInformation(OsiSolverInterface const*, bool, bool)'
CbcModel.cpp:(.text+0x163f4): undefined reference to `OsiBranchingInformation::~OsiBranchingInformation()'
CbcModel.cpp:(.text+0x16436): undefined reference to `OsiCuts::OsiCuts()'
CbcModel.cpp:(.text+0x16552): undefined reference to `OsiBabSolver::mipFeasible() const'
CbcModel.cpp:(.text+0x1660e): undefined reference to `OsiCuts::~OsiCuts()'
CbcModel.cpp:(.text+0x16685): undefined reference to `typeinfo for OsiBranchingObject'
CbcModel.cpp:(.text+0x16a58): undefined reference to `typeinfo for OsiSolverInterface'
CbcModel.cpp:(.text+0x16aa2): undefined reference to `typeinfo for OsiSolverInterface'
CbcModel.cpp:(.text+0x16ddb): undefined reference to `OsiBabSolver::mipBound() const'
CbcModel.cpp:(.text+0x17186): undefined reference to `OsiBranchingInformation::~OsiBranchingInformation()'
CbcModel.cpp:(.text+0x1719e): undefined reference to `OsiCuts::~OsiCuts()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcModel.o): In function `CbcModel::solveWithCuts(OsiCuts&, int, CbcNode*) [clone .constprop.345]':
CbcModel.cpp:(.text+0x17252): undefined reference to `typeinfo for OsiSolverInterface'
CbcModel.cpp:(.text+0x17399): undefined reference to `OsiCuts::OsiCuts()'
CbcModel.cpp:(.text+0x174d0): undefined reference to `OsiCuts::~OsiCuts()'
CbcModel.cpp:(.text+0x176fe): undefined reference to `OsiCuts::OsiCuts()'
CbcModel.cpp:(.text+0x1770d): undefined reference to `OsiCuts::operator=(OsiCuts const&)'
CbcModel.cpp:(.text+0x17715): undefined reference to `OsiCuts::~OsiCuts()'
CbcModel.cpp:(.text+0x179ab): undefined reference to `OsiCuts::OsiCuts()'
CbcModel.cpp:(.text+0x17d0f): undefined reference to `OsiRowCut::row() const'
CbcModel.cpp:(.text+0x17e19): undefined reference to `OsiRowCut::lb() const'
CbcModel.cpp:(.text+0x17e29): undefined reference to `OsiRowCut::ub() const'
CbcModel.cpp:(.text+0x17e39): undefined reference to `OsiRowCut::row() const'
CbcModel.cpp:(.text+0x17e5d): undefined reference to `OsiRowCut::row() const'
CbcModel.cpp:(.text+0x17e7d): undefined reference to `OsiRowCut::row() const'
CbcModel.cpp:(.text+0x189a7): undefined reference to `OsiCuts::~OsiCuts()'
CbcModel.cpp:(.text+0x18d6e): undefined reference to `OsiCuts::~OsiCuts()'
CbcModel.cpp:(.text+0x18e2d): undefined reference to `typeinfo for OsiSolverInterface'
CbcModel.cpp:(.text+0x19534): undefined reference to `typeinfo for OsiSolverInterface'
CbcModel.cpp:(.text+0x19653): undefined reference to `CglStored::addCut(OsiRowCut const&)'
CbcModel.cpp:(.text+0x19871): undefined reference to `OsiSolverInterface::getRowCutDebugger() const'
CbcModel.cpp:(.text+0x19886): undefined reference to `OsiRowCutDebugger::onOptimalPath(OsiSolverInterface const&) const'
CbcModel.cpp:(.text+0x19923): undefined reference to `OsiCuts::~OsiCuts()'
CbcModel.cpp:(.text+0x1a1a4): undefined reference to `typeinfo for OsiSolverInterface'
CbcModel.cpp:(.text+0x1a36b): undefined reference to `typeinfo for CglStored'
CbcModel.cpp:(.text+0x1a370): undefined reference to `typeinfo for CglCutGenerator'
CbcModel.cpp:(.text+0x1a524): undefined reference to `typeinfo for CglProbing'
CbcModel.cpp:(.text+0x1a529): undefined reference to `typeinfo for CglCutGenerator'
CbcModel.cpp:(.text+0x1a5a9): undefined reference to `CglProbing::rowCuts() const'
CbcModel.cpp:(.text+0x1a847): undefined reference to `CglProbing::setRowCuts(int)'
CbcModel.cpp:(.text+0x1a90e): undefined reference to `CglProbing::setMaxLook(int)'
CbcModel.cpp:(.text+0x1a91b): undefined reference to `CglProbing::setMaxProbe(int)'
CbcModel.cpp:(.text+0x1aa6a): undefined reference to `OsiSolverInterface::getRowCutDebugger() const'
CbcModel.cpp:(.text+0x1ab92): undefined reference to `CglProbing::setRowCuts(int)'
CbcModel.cpp:(.text+0x1adb4): undefined reference to `OsiCuts::OsiCuts()'
CbcModel.cpp:(.text+0x1adc7): undefined reference to `OsiCuts::operator=(OsiCuts const&)'
CbcModel.cpp:(.text+0x1add3): undefined reference to `OsiCuts::~OsiCuts()'
CbcModel.cpp:(.text+0x1ae1c): undefined reference to `typeinfo for OsiSolverInterface'
CbcModel.cpp:(.text+0x1b011): undefined reference to `OsiCuts::~OsiCuts()'
CbcModel.cpp:(.text+0x1b542): undefined reference to `OsiCuts::~OsiCuts()'
CbcModel.cpp:(.text+0x1b5c4): undefined reference to `OsiBranchingInformation::~OsiBranchingInformation()'
CbcModel.cpp:(.text+0x1b5e7): undefined reference to `OsiBranchingInformation::~OsiBranchingInformation()'
CbcModel.cpp:(.text+0x1b7e6): undefined reference to `OsiCuts::~OsiCuts()'
CbcModel.cpp:(.text+0x1b820): undefined reference to `OsiSolverInterface::writeMpsNative(char const*, char const**, char const**, int, int, double, int, CoinSet const*) const'
CbcModel.cpp:(.text+0x1b830): undefined reference to `OsiSolverInterface::getRowCutDebuggerAlways() const'
CbcModel.cpp:(.text+0x1b83b): undefined reference to `OsiRowCutDebugger::printOptimalSolution(OsiSolverInterface const&) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcModel.o): In function `CbcModel::CbcModel(CbcModel const&, bool)':
CbcModel.cpp:(.text+0x1e67e): undefined reference to `typeinfo for OsiObject'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcModel.o): In function `CbcModel::checkSolution(double, double*, int, double)':
CbcModel.cpp:(.text+0x2145c): undefined reference to `typeinfo for OsiSolverInterface'
CbcModel.cpp:(.text+0x21689): undefined reference to `OsiBranchingInformation::OsiBranchingInformation(OsiSolverInterface const*, bool, bool)'
CbcModel.cpp:(.text+0x21a6b): undefined reference to `OsiBranchingInformation::~OsiBranchingInformation()'
CbcModel.cpp:(.text+0x21fea): undefined reference to `OsiBranchingInformation::OsiBranchingInformation(OsiSolverInterface const*, bool, bool)'
CbcModel.cpp:(.text+0x2208f): undefined reference to `OsiBranchingInformation::~OsiBranchingInformation()'
CbcModel.cpp:(.text+0x220a4): undefined reference to `OsiCuts::OsiCuts()'
CbcModel.cpp:(.text+0x22187): undefined reference to `OsiRowCut::OsiRowCut(OsiRowCut const&)'
CbcModel.cpp:(.text+0x2219f): undefined reference to `OsiRowCut::mutableRow()'
CbcModel.cpp:(.text+0x221c8): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcModel.cpp:(.text+0x221ef): undefined reference to `OsiCuts::~OsiCuts()'
CbcModel.cpp:(.text+0x2221a): undefined reference to `OsiBabSolver::solution(double&, double*, int)'
CbcModel.cpp:(.text+0x225ce): undefined reference to `OsiBabSolver::solution(double&, double*, int)'
CbcModel.cpp:(.text+0x22852): undefined reference to `OsiCuts::~OsiCuts()'
CbcModel.cpp:(.text+0x22865): undefined reference to `OsiBranchingInformation::~OsiBranchingInformation()'
CbcModel.cpp:(.text+0x22884): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcModel.cpp:(.text+0x22899): undefined reference to `OsiBranchingInformation::~OsiBranchingInformation()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcModel.o): In function `CbcModel::solveWithCuts(OsiCuts&, int, CbcNode*)':
CbcModel.cpp:(.text+0x22949): undefined reference to `typeinfo for OsiSolverInterface'
CbcModel.cpp:(.text+0x22a90): undefined reference to `OsiCuts::OsiCuts()'
CbcModel.cpp:(.text+0x22c0d): undefined reference to `typeinfo for OsiBranchingObject'
CbcModel.cpp:(.text+0x22cbf): undefined reference to `OsiCuts::~OsiCuts()'
CbcModel.cpp:(.text+0x22ee4): undefined reference to `OsiCuts::OsiCuts()'
CbcModel.cpp:(.text+0x22ef3): undefined reference to `OsiCuts::operator=(OsiCuts const&)'
CbcModel.cpp:(.text+0x22efb): undefined reference to `OsiCuts::~OsiCuts()'
CbcModel.cpp:(.text+0x22f42): undefined reference to `typeinfo for OsiIntegerBranchingObject'
CbcModel.cpp:(.text+0x22f47): undefined reference to `typeinfo for OsiBranchingObject'
CbcModel.cpp:(.text+0x232fb): undefined reference to `OsiCuts::OsiCuts()'
CbcModel.cpp:(.text+0x2365f): undefined reference to `OsiRowCut::row() const'
CbcModel.cpp:(.text+0x2377e): undefined reference to `OsiRowCut::lb() const'
CbcModel.cpp:(.text+0x2378e): undefined reference to `OsiRowCut::ub() const'
CbcModel.cpp:(.text+0x2379e): undefined reference to `OsiRowCut::row() const'
CbcModel.cpp:(.text+0x237c2): undefined reference to `OsiRowCut::row() const'
CbcModel.cpp:(.text+0x237e2): undefined reference to `OsiRowCut::row() const'
CbcModel.cpp:(.text+0x24797): undefined reference to `OsiCuts::~OsiCuts()'
CbcModel.cpp:(.text+0x249b7): undefined reference to `OsiCuts::~OsiCuts()'
CbcModel.cpp:(.text+0x24a78): undefined reference to `typeinfo for OsiSolverInterface'
CbcModel.cpp:(.text+0x250cb): undefined reference to `CglStored::addCut(OsiRowCut const&)'
CbcModel.cpp:(.text+0x25142): undefined reference to `typeinfo for OsiSolverInterface'
CbcModel.cpp:(.text+0x251d5): undefined reference to `OsiSolverInterface::getRowCutDebugger() const'
CbcModel.cpp:(.text+0x251ea): undefined reference to `OsiRowCutDebugger::onOptimalPath(OsiSolverInterface const&) const'
CbcModel.cpp:(.text+0x2526e): undefined reference to `OsiSolverInterface::writeMpsNative(char const*, char const**, char const**, int, int, double, int, CoinSet const*) const'
CbcModel.cpp:(.text+0x2527d): undefined reference to `OsiSolverInterface::getRowCutDebuggerAlways() const'
CbcModel.cpp:(.text+0x25288): undefined reference to `OsiRowCutDebugger::printOptimalSolution(OsiSolverInterface const&) const'
CbcModel.cpp:(.text+0x253b4): undefined reference to `OsiCuts::~OsiCuts()'
CbcModel.cpp:(.text+0x25704): undefined reference to `OsiSolverInterface::getRowCutDebugger() const'
CbcModel.cpp:(.text+0x258d1): undefined reference to `typeinfo for OsiSolverInterface'
CbcModel.cpp:(.text+0x26112): undefined reference to `typeinfo for CglStored'
CbcModel.cpp:(.text+0x26117): undefined reference to `typeinfo for CglCutGenerator'
CbcModel.cpp:(.text+0x262d7): undefined reference to `typeinfo for CglProbing'
CbcModel.cpp:(.text+0x262dc): undefined reference to `typeinfo for CglCutGenerator'
CbcModel.cpp:(.text+0x2635c): undefined reference to `CglProbing::rowCuts() const'
CbcModel.cpp:(.text+0x265b3): undefined reference to `CglProbing::setMaxLook(int)'
CbcModel.cpp:(.text+0x265c0): undefined reference to `CglProbing::setMaxProbe(int)'
CbcModel.cpp:(.text+0x26691): undefined reference to `CglProbing::setRowCuts(int)'
CbcModel.cpp:(.text+0x267bb): undefined reference to `CglProbing::setRowCuts(int)'
CbcModel.cpp:(.text+0x26810): undefined reference to `OsiCuts::OsiCuts()'
CbcModel.cpp:(.text+0x2681f): undefined reference to `OsiCuts::operator=(OsiCuts const&)'
CbcModel.cpp:(.text+0x26827): undefined reference to `OsiCuts::~OsiCuts()'
CbcModel.cpp:(.text+0x26869): undefined reference to `typeinfo for OsiSolverInterface'
CbcModel.cpp:(.text+0x26a5e): undefined reference to `OsiCuts::~OsiCuts()'
CbcModel.cpp:(.text+0x27030): undefined reference to `OsiCuts::~OsiCuts()'
CbcModel.cpp:(.text+0x27117): undefined reference to `OsiBranchingInformation::~OsiBranchingInformation()'
CbcModel.cpp:(.text+0x2713a): undefined reference to `OsiBranchingInformation::~OsiBranchingInformation()'
CbcModel.cpp:(.text+0x2730b): undefined reference to `OsiCuts::~OsiCuts()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcModel.o): In function `CbcModel::tightenVubs(int, int const*, double)':
CbcModel.cpp:(.text+0x28739): undefined reference to `OsiCuts::OsiCuts()'
CbcModel.cpp:(.text+0x2878f): undefined reference to `typeinfo for CglProbing'
CbcModel.cpp:(.text+0x28794): undefined reference to `typeinfo for CglCutGenerator'
CbcModel.cpp:(.text+0x287d7): undefined reference to `CglProbing::getMaxPass() const'
CbcModel.cpp:(.text+0x287e6): undefined reference to `CglProbing::getMaxProbe() const'
CbcModel.cpp:(.text+0x287fa): undefined reference to `CglProbing::getMaxLook() const'
CbcModel.cpp:(.text+0x28809): undefined reference to `CglProbing::rowCuts() const'
CbcModel.cpp:(.text+0x2881d): undefined reference to `CglProbing::setMaxPass(int)'
CbcModel.cpp:(.text+0x2882a): undefined reference to `CglProbing::setMaxProbe(int)'
CbcModel.cpp:(.text+0x28837): undefined reference to `CglProbing::setMaxLook(int)'
CbcModel.cpp:(.text+0x28841): undefined reference to `CglProbing::setRowCuts(int)'
CbcModel.cpp:(.text+0x28859): undefined reference to `CglTreeInfo::CglTreeInfo()'
CbcModel.cpp:(.text+0x2886f): undefined reference to `CglProbing::generateCutsAndModify(OsiSolverInterface const&, OsiCuts&, CglTreeInfo*)'
CbcModel.cpp:(.text+0x28877): undefined reference to `CglProbing::tightLower() const'
CbcModel.cpp:(.text+0x288a7): undefined reference to `CglProbing::tightUpper() const'
CbcModel.cpp:(.text+0x28a1d): undefined reference to `CglTreeInfo::~CglTreeInfo()'
CbcModel.cpp:(.text+0x28d26): undefined reference to `OsiCuts::OsiCuts()'
CbcModel.cpp:(.text+0x28d3b): undefined reference to `OsiCuts::operator=(OsiCuts const&)'
CbcModel.cpp:(.text+0x28d48): undefined reference to `OsiCuts::~OsiCuts()'
CbcModel.cpp:(.text+0x28d55): undefined reference to `CglTreeInfo::CglTreeInfo()'
CbcModel.cpp:(.text+0x28d70): undefined reference to `CglProbing::generateCutsAndModify(OsiSolverInterface const&, OsiCuts&, CglTreeInfo*)'
CbcModel.cpp:(.text+0x28d78): undefined reference to `CglProbing::tightLower() const'
CbcModel.cpp:(.text+0x28da8): undefined reference to `CglProbing::tightUpper() const'
CbcModel.cpp:(.text+0x28f10): undefined reference to `CglTreeInfo::~CglTreeInfo()'
CbcModel.cpp:(.text+0x2917c): undefined reference to `CglProbing::setMaxPass(int)'
CbcModel.cpp:(.text+0x29190): undefined reference to `CglProbing::setMaxProbe(int)'
CbcModel.cpp:(.text+0x2919f): undefined reference to `CglProbing::setMaxLook(int)'
CbcModel.cpp:(.text+0x291ae): undefined reference to `CglProbing::setRowCuts(int)'
CbcModel.cpp:(.text+0x29484): undefined reference to `CglTreeInfo::~CglTreeInfo()'
CbcModel.cpp:(.text+0x29493): undefined reference to `OsiCuts::~OsiCuts()'
CbcModel.cpp:(.text+0x2962d): undefined reference to `CglTreeInfo::~CglTreeInfo()'
CbcModel.cpp:(.text+0x2980b): undefined reference to `CglTreeInfo::~CglTreeInfo()'
CbcModel.cpp:(.text+0x29818): undefined reference to `OsiCuts::~OsiCuts()'
CbcModel.cpp:(.text+0x2989f): undefined reference to `CglTreeInfo::~CglTreeInfo()'
CbcModel.cpp:(.text+0x298b4): undefined reference to `OsiCuts::~OsiCuts()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcModel.o): In function `CbcModel::doOneNode(CbcModel*, CbcNode*&, CbcNode*&)':
CbcModel.cpp:(.text+0x2aa47): undefined reference to `OsiCuts::OsiCuts()'
CbcModel.cpp:(.text+0x2aa83): undefined reference to `typeinfo for OsiSolverInterface'
CbcModel.cpp:(.text+0x2abdd): undefined reference to `OsiBabSolver::mipBound() const'
CbcModel.cpp:(.text+0x2af58): undefined reference to `OsiCuts::~OsiCuts()'
CbcModel.cpp:(.text+0x2b3f7): undefined reference to `OsiCuts::~OsiCuts()'
CbcModel.cpp:(.text+0x2b591): undefined reference to `OsiSolverInterface::getRowCutDebuggerAlways() const'
CbcModel.cpp:(.text+0x2b5bb): undefined reference to `OsiSolverInterface::getRowCutDebuggerAlways() const'
CbcModel.cpp:(.text+0x2b5c6): undefined reference to `OsiRowCutDebugger::printOptimalSolution(OsiSolverInterface const&) const'
CbcModel.cpp:(.text+0x2b5ec): undefined reference to `OsiSolverInterface::writeMpsNative(char const*, char const**, char const**, int, int, double, int, CoinSet const*) const'
CbcModel.cpp:(.text+0x2b685): undefined reference to `OsiSolverInterface::getRowCutDebugger() const'
CbcModel.cpp:(.text+0x2bb15): undefined reference to `OsiSolverInterface::getRowCutDebuggerAlways() const'
CbcModel.cpp:(.text+0x2bb32): undefined reference to `OsiSolverInterface::getRowCutDebugger() const'
CbcModel.cpp:(.text+0x2bb6a): undefined reference to `OsiSolverInterface::writeMpsNative(char const*, char const**, char const**, int, int, double, int, CoinSet const*) const'
CbcModel.cpp:(.text+0x2bb7a): undefined reference to `OsiSolverInterface::getRowCutDebuggerAlways() const'
CbcModel.cpp:(.text+0x2bb85): undefined reference to `OsiRowCutDebugger::printOptimalSolution(OsiSolverInterface const&) const'
CbcModel.cpp:(.text+0x2bcf4): undefined reference to `OsiRowCut::OsiRowCut()'
CbcModel.cpp:(.text+0x2bd14): undefined reference to `OsiRowCut::setLb(double)'
CbcModel.cpp:(.text+0x2bd34): undefined reference to `OsiRowCut::setUb(double)'
CbcModel.cpp:(.text+0x2bd6a): undefined reference to `OsiRowCut::setRow(int, int const*, double const*, bool)'
CbcModel.cpp:(.text+0x2bd72): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcModel.cpp:(.text+0x2bf24): undefined reference to `OsiBranchingInformation::OsiBranchingInformation(OsiSolverInterface const*, bool, bool)'
CbcModel.cpp:(.text+0x2c019): undefined reference to `OsiBabSolver::mipFeasible() const'
CbcModel.cpp:(.text+0x2c04c): undefined reference to `OsiBranchingInformation::~OsiBranchingInformation()'
CbcModel.cpp:(.text+0x2c62b): undefined reference to `OsiCuts::OsiCuts()'
CbcModel.cpp:(.text+0x2c6f0): undefined reference to `OsiCuts::~OsiCuts()'
CbcModel.cpp:(.text+0x2c80d): undefined reference to `OsiCuts::~OsiCuts()'
CbcModel.cpp:(.text+0x2c820): undefined reference to `OsiBranchingInformation::~OsiBranchingInformation()'
CbcModel.cpp:(.text+0x2c8c4): undefined reference to `OsiCuts::~OsiCuts()'
CbcModel.cpp:(.text+0x2c902): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcModel.cpp:(.text+0x2ce7b): undefined reference to `typeinfo for OsiObject'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcModel.o): In function `CbcModel::goToDantzig(int, ClpDualRowPivot*&)':
CbcModel.cpp:(.text+0x2d25e): undefined reference to `typeinfo for OsiSolverInterface'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcModel.o): In function `CbcModel::branchAndBound(int)':
CbcModel.cpp:(.text+0x2d49e): undefined reference to `typeinfo for OsiSolverInterface'
CbcModel.cpp:(.text+0x2d5b3): undefined reference to `CglPreProcess::originalColumns()'
CbcModel.cpp:(.text+0x2d5eb): undefined reference to `OsiSolverInterface::getRowCutDebuggerAlways() const'
CbcModel.cpp:(.text+0x2d77d): undefined reference to `typeinfo for OsiObject'
CbcModel.cpp:(.text+0x2d8fc): undefined reference to `typeinfo for OsiObject'
CbcModel.cpp:(.text+0x2da50): undefined reference to `typeinfo for OsiObject'
CbcModel.cpp:(.text+0x2dae4): undefined reference to `typeinfo for OsiObject'
CbcModel.cpp:(.text+0x2dd13): undefined reference to `CglPreProcess::originalColumns()'
CbcModel.cpp:(.text+0x2df53): undefined reference to `typeinfo for OsiObject'
CbcModel.cpp:(.text+0x2e000): undefined reference to `typeinfo for OsiSolverInterface'
CbcModel.cpp:(.text+0x2e0b0): undefined reference to `typeinfo for OsiObject'
CbcModel.cpp:(.text+0x2e21e): undefined reference to `CglPreProcess::postProcess(OsiSolverInterface&, bool)'
CbcModel.cpp:(.text+0x2e586): undefined reference to `typeinfo for OsiObject'
CbcModel.cpp:(.text+0x2e5fe): undefined reference to `OsiSolverInterface::addObjects(int, OsiObject**)'
CbcModel.cpp:(.text+0x2e6ab): undefined reference to `OsiChooseVariable::setSolver(OsiSolverInterface const*)'
CbcModel.cpp:(.text+0x2e6e8): undefined reference to `typeinfo for OsiObject'
CbcModel.cpp:(.text+0x2e891): undefined reference to `OsiSolverInterface::getRowCutDebuggerAlways() const'
CbcModel.cpp:(.text+0x2eafd): undefined reference to `typeinfo for OsiSolverInterface'
CbcModel.cpp:(.text+0x2ee33): undefined reference to `OsiCuts::OsiCuts()'
CbcModel.cpp:(.text+0x2f0cb): undefined reference to `OsiBranchingInformation::OsiBranchingInformation(OsiSolverInterface const*, bool, bool)'
CbcModel.cpp:(.text+0x2f240): undefined reference to `OsiBabSolver::mipFeasible() const'
CbcModel.cpp:(.text+0x2f570): undefined reference to `typeinfo for OsiObject'
CbcModel.cpp:(.text+0x2f8cf): undefined reference to `CglDuplicateRow::CglDuplicateRow(OsiSolverInterface*)'
CbcModel.cpp:(.text+0x2f8e5): undefined reference to `CglDuplicateRow::outDuplicates(OsiSolverInterface*)'
CbcModel.cpp:(.text+0x2f91f): undefined reference to `CglDuplicateRow::~CglDuplicateRow()'
CbcModel.cpp:(.text+0x2f94f): undefined reference to `CglPreProcess::originalColumns()'
CbcModel.cpp:(.text+0x2f95b): undefined reference to `OsiSolverInterface::getRowCutDebuggerAlways() const'
CbcModel.cpp:(.text+0x2f96e): undefined reference to `OsiRowCutDebugger::redoSolution(int, int const*)'
CbcModel.cpp:(.text+0x2fbf8): undefined reference to `typeinfo for OsiSimpleInteger'
CbcModel.cpp:(.text+0x2fc1a): undefined reference to `typeinfo for OsiSOS'
CbcModel.cpp:(.text+0x2fe50): undefined reference to `typeinfo for OsiObject'
CbcModel.cpp:(.text+0x2ff48): undefined reference to `typeinfo for OsiObject'
CbcModel.cpp:(.text+0x30020): undefined reference to `CglTreeProbingInfo::convert()'
CbcModel.cpp:(.text+0x30357): undefined reference to `typeinfo for OsiSolverInterface'
CbcModel.cpp:(.text+0x3037a): undefined reference to `OsiSolverInterface::getRowCutDebuggerAlways() const'
CbcModel.cpp:(.text+0x30388): undefined reference to `OsiSolverInterface::getRowCutDebuggerAlways() const'
CbcModel.cpp:(.text+0x30394): undefined reference to `OsiSolverInterface::getRowCutDebugger() const'
CbcModel.cpp:(.text+0x3048b): undefined reference to `typeinfo for OsiSolverInterface'
CbcModel.cpp:(.text+0x30aa7): undefined reference to `OsiRowCut::row() const'
CbcModel.cpp:(.text+0x313e6): undefined reference to `typeinfo for OsiSolverInterface'
CbcModel.cpp:(.text+0x3151e): undefined reference to `CglPreProcess::postProcess(OsiSolverInterface&, bool)'
CbcModel.cpp:(.text+0x3174a): undefined reference to `typeinfo for OsiSolverInterface'
CbcModel.cpp:(.text+0x31777): undefined reference to `OsiBranchingInformation::~OsiBranchingInformation()'
CbcModel.cpp:(.text+0x31783): undefined reference to `OsiCuts::~OsiCuts()'
CbcModel.cpp:(.text+0x3181b): undefined reference to `OsiRowCut::OsiRowCut()'
CbcModel.cpp:(.text+0x3182a): undefined reference to `OsiRowCut::setLb(double)'
CbcModel.cpp:(.text+0x3183a): undefined reference to `OsiRowCut::setUb(double)'
CbcModel.cpp:(.text+0x3186c): undefined reference to `OsiRowCut::setRow(int, int const*, double const*, bool)'
CbcModel.cpp:(.text+0x3188f): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcModel.cpp:(.text+0x318f4): undefined reference to `OsiRowCut::OsiRowCut()'
CbcModel.cpp:(.text+0x3190c): undefined reference to `OsiRowCut::setLb(double)'
CbcModel.cpp:(.text+0x3192c): undefined reference to `OsiRowCut::setUb(double)'
CbcModel.cpp:(.text+0x3195e): undefined reference to `OsiRowCut::setRow(int, int const*, double const*, bool)'
CbcModel.cpp:(.text+0x3272a): undefined reference to `typeinfo for OsiSolverInterface'
CbcModel.cpp:(.text+0x32b42): undefined reference to `OsiSolverInterface::getAuxiliaryInfo() const'
CbcModel.cpp:(.text+0x32b52): undefined reference to `typeinfo for OsiBabSolver'
CbcModel.cpp:(.text+0x32b57): undefined reference to `typeinfo for OsiAuxInfo'
CbcModel.cpp:(.text+0x3304c): undefined reference to `OsiRowCut::OsiRowCut()'
CbcModel.cpp:(.text+0x3305b): undefined reference to `OsiRowCut::setLb(double)'
CbcModel.cpp:(.text+0x3307b): undefined reference to `OsiRowCut::setUb(double)'
CbcModel.cpp:(.text+0x330ab): undefined reference to `OsiRowCut::setRow(int, int const*, double const*, bool)'
CbcModel.cpp:(.text+0x330c4): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcModel.cpp:(.text+0x33864): undefined reference to `OsiBabSolver::mipBound() const'
CbcModel.cpp:(.text+0x33b50): undefined reference to `typeinfo for OsiObject'
CbcModel.cpp:(.text+0x33dbc): undefined reference to `CglTreeProbingInfo::CglTreeProbingInfo(OsiSolverInterface const*)'
CbcModel.cpp:(.text+0x33dd9): undefined reference to `OsiRowCutDebugger::redoSolution(int, int const*)'
CbcModel.cpp:(.text+0x33e21): undefined reference to `CglTreeProbingInfo::CglTreeProbingInfo(CglTreeProbingInfo const&)'
CbcModel.cpp:(.text+0x33e45): undefined reference to `CglTreeProbingInfo::packDown()'
CbcModel.cpp:(.text+0x33e76): undefined reference to `CglTreeProbingInfo::~CglTreeProbingInfo()'
CbcModel.cpp:(.text+0x341fa): undefined reference to `CglStored::bestObjective() const'
CbcModel.cpp:(.text+0x3446d): undefined reference to `typeinfo for OsiSolverInterface'
CbcModel.cpp:(.text+0x346de): undefined reference to `typeinfo for OsiSolverInterface'
CbcModel.cpp:(.text+0x34c88): undefined reference to `typeinfo for OsiObject'
CbcModel.cpp:(.text+0x35473): undefined reference to `typeinfo for OsiObject'
CbcModel.cpp:(.text+0x35677): undefined reference to `typeinfo for OsiObject'
CbcModel.cpp:(.text+0x35be2): undefined reference to `typeinfo for OsiObject'
CbcModel.cpp:(.text+0x35d76): undefined reference to `CglImplication::CglImplication(CglTreeProbingInfo*)'
CbcModel.cpp:(.text+0x35dd0): undefined reference to `CglImplication::~CglImplication()'
CbcModel.cpp:(.text+0x35e0b): undefined reference to `typeinfo for OsiObject'
CbcModel.cpp:(.text+0x36070): undefined reference to `OsiSolverInterface::getRowCutDebugger() const'
CbcModel.cpp:(.text+0x36341): undefined reference to `OsiBabSolver::OsiBabSolver(int)'
CbcModel.cpp:(.text+0x3634d): undefined reference to `OsiSolverInterface::setAuxiliaryInfo(OsiAuxInfo*)'
CbcModel.cpp:(.text+0x36356): undefined reference to `OsiSolverInterface::getAuxiliaryInfo() const'
CbcModel.cpp:(.text+0x36362): undefined reference to `typeinfo for OsiBabSolver'
CbcModel.cpp:(.text+0x36367): undefined reference to `typeinfo for OsiAuxInfo'
CbcModel.cpp:(.text+0x36381): undefined reference to `OsiBabSolver::~OsiBabSolver()'
CbcModel.cpp:(.text+0x363f4): undefined reference to `CglStored::saveStuff(double, double const*, double const*, double const*)'
CbcModel.cpp:(.text+0x36528): undefined reference to `typeinfo for OsiObject'
CbcModel.cpp:(.text+0x369d2): undefined reference to `OsiBranchingInformation::~OsiBranchingInformation()'
CbcModel.cpp:(.text+0x369de): undefined reference to `OsiCuts::~OsiCuts()'
CbcModel.cpp:(.text+0x36a07): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcModel.cpp:(.text+0x36a14): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcModel.cpp:(.text+0x36a21): undefined reference to `OsiBabSolver::~OsiBabSolver()'
CbcModel.cpp:(.text+0x36f57): undefined reference to `CglStored::bestObjective() const'
CbcModel.cpp:(.text+0x36f76): undefined reference to `CglStored::bestObjective() const'
CbcModel.cpp:(.text+0x3710a): undefined reference to `OsiCuts::OsiCuts()'
CbcModel.cpp:(.text+0x37119): undefined reference to `OsiCuts::operator=(OsiCuts const&)'
CbcModel.cpp:(.text+0x37121): undefined reference to `OsiCuts::~OsiCuts()'
CbcModel.cpp:(.text+0x3814b): undefined reference to `CglTreeProbingInfo::~CglTreeProbingInfo()'
CbcModel.cpp:(.text+0x38169): undefined reference to `CglProbing::CglProbing()'
CbcModel.cpp:(.text+0x38173): undefined reference to `CglProbing::setUsingObjective(int)'
CbcModel.cpp:(.text+0x38180): undefined reference to `CglProbing::setMaxPass(int)'
CbcModel.cpp:(.text+0x3818d): undefined reference to `CglProbing::setMaxPassRoot(int)'
CbcModel.cpp:(.text+0x3819a): undefined reference to `CglProbing::setMaxLook(int)'
CbcModel.cpp:(.text+0x381a7): undefined reference to `CglProbing::setRowCuts(int)'
CbcModel.cpp:(.text+0x381b4): undefined reference to `CglProbing::setMaxElements(int)'
CbcModel.cpp:(.text+0x381cb): undefined reference to `CglProbing::setMaxProbeRoot(int)'
CbcModel.cpp:(.text+0x3821e): undefined reference to `CglProbing::setMode(int)'
CbcModel.cpp:(.text+0x3822a): undefined reference to `OsiCuts::OsiCuts()'
CbcModel.cpp:(.text+0x38244): undefined reference to `CglProbing::generateCutsAndModify(OsiSolverInterface const&, OsiCuts&, CglTreeInfo*)'
CbcModel.cpp:(.text+0x38255): undefined reference to `CglProbing::cliqueModel(OsiSolverInterface const*, int)'
CbcModel.cpp:(.text+0x38271): undefined reference to `CglPreProcess::CglPreProcess()'
CbcModel.cpp:(.text+0x38284): undefined reference to `CglPreProcess::cliqueIt(OsiSolverInterface&, double) const'
CbcModel.cpp:(.text+0x382c6): undefined reference to `CglTreeProbingInfo::analyze(OsiSolverInterface const&, int, int, int const*, CliqueEntry const*, char const*)'
CbcModel.cpp:(.text+0x382ee): undefined reference to `CglFakeClique::CglFakeClique(OsiSolverInterface*, bool)'
CbcModel.cpp:(.text+0x38387): undefined reference to `typeinfo for CglKnapsackCover'
CbcModel.cpp:(.text+0x3838c): undefined reference to `typeinfo for CglCutGenerator'
CbcModel.cpp:(.text+0x383ae): undefined reference to `CglKnapsackCover::createCliques(OsiSolverInterface&, int, int, bool)'
CbcModel.cpp:(.text+0x383c6): undefined reference to `CglFakeClique::~CglFakeClique()'
CbcModel.cpp:(.text+0x383d2): undefined reference to `CglPreProcess::~CglPreProcess()'
CbcModel.cpp:(.text+0x383de): undefined reference to `OsiCuts::~OsiCuts()'
CbcModel.cpp:(.text+0x383ea): undefined reference to `CglProbing::~CglProbing()'
CbcModel.cpp:(.text+0x383fa): undefined reference to `CglFakeClique::~CglFakeClique()'
CbcModel.cpp:(.text+0x38406): undefined reference to `CglPreProcess::~CglPreProcess()'
CbcModel.cpp:(.text+0x38412): undefined reference to `OsiCuts::~OsiCuts()'
CbcModel.cpp:(.text+0x3841e): undefined reference to `CglProbing::~CglProbing()'
CbcModel.cpp:(.text+0x38446): undefined reference to `CglTreeProbingInfo::analyze(OsiSolverInterface const&, int, int, int const*, CliqueEntry const*, char const*)'
CbcModel.cpp:(.text+0x38519): undefined reference to `typeinfo for OsiObject'
CbcModel.cpp:(.text+0x38577): undefined reference to `OsiCuts::~OsiCuts()'
CbcModel.cpp:(.text+0x3861d): undefined reference to `OsiRowCut::OsiRowCut()'
CbcModel.cpp:(.text+0x38638): undefined reference to `OsiRowCut::setLb(double)'
CbcModel.cpp:(.text+0x38657): undefined reference to `OsiRowCut::setUb(double)'
CbcModel.cpp:(.text+0x38672): undefined reference to `OsiRowCut::setRow(int, int const*, double const*, bool)'
CbcModel.cpp:(.text+0x38695): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcModel.cpp:(.text+0x386cb): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcModel.cpp:(.text+0x387dd): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcModel.cpp:(.text+0x3883e): undefined reference to `CglImplication::~CglImplication()'
CbcModel.cpp:(.text+0x388a7): undefined reference to `typeinfo for OsiObject'
CbcModel.cpp:(.text+0x38927): undefined reference to `CglStored::bestObjective() const'
CbcModel.cpp:(.text+0x38aa2): undefined reference to `CglDuplicateRow::~CglDuplicateRow()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcModel.o): In function `CbcModel::originalModel(CbcModel*, bool)':
CbcModel.cpp:(.text+0x38b21): undefined reference to `OsiSolverInterface::copyParameters(OsiSolverInterface&)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcModel.o): In function `CbcModel::integerPresolveThisModel(OsiSolverInterface*, bool)':
CbcModel.cpp:(.text+0x39878): undefined reference to `typeinfo for OsiSolverInterface'
CbcModel.cpp:(.text+0x398df): undefined reference to `typeinfo for OsiSolverInterface'
CbcModel.cpp:(.text+0x39a31): undefined reference to `OsiSolverInterface::copyParameters(OsiSolverInterface&)'
CbcModel.cpp:(.text+0x3a21e): undefined reference to `OsiCuts::OsiCuts()'
CbcModel.cpp:(.text+0x3a384): undefined reference to `OsiCuts::~OsiCuts()'
CbcModel.cpp:(.text+0x3a64d): undefined reference to `OsiSolverInterface::getAuxiliaryInfo() const'
CbcModel.cpp:(.text+0x3a659): undefined reference to `typeinfo for OsiBabSolver'
CbcModel.cpp:(.text+0x3a65e): undefined reference to `typeinfo for OsiAuxInfo'
CbcModel.cpp:(.text+0x3a688): undefined reference to `OsiBabSolver::OsiBabSolver(int)'
CbcModel.cpp:(.text+0x3a698): undefined reference to `OsiSolverInterface::setAuxiliaryInfo(OsiAuxInfo*)'
CbcModel.cpp:(.text+0x3a6a1): undefined reference to `OsiSolverInterface::getAuxiliaryInfo() const'
CbcModel.cpp:(.text+0x3a6ad): undefined reference to `typeinfo for OsiBabSolver'
CbcModel.cpp:(.text+0x3a6b2): undefined reference to `typeinfo for OsiAuxInfo'
CbcModel.cpp:(.text+0x3a6d0): undefined reference to `OsiBabSolver::~OsiBabSolver()'
CbcModel.cpp:(.text+0x3a6ee): undefined reference to `OsiBabSolver::~OsiBabSolver()'
CbcModel.cpp:(.text+0x3a705): undefined reference to `OsiCuts::~OsiCuts()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcNode.o): In function `solveAnalyze(void*)':
CbcNode.cpp:(.text+0x451): undefined reference to `typeinfo for OsiSolverInterface'
CbcNode.cpp:(.text+0x6ed): undefined reference to `typeinfo for OsiSolverInterface'
CbcNode.cpp:(.text+0x9e3): undefined reference to `typeinfo for OsiSolverInterface'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcNode.o): In function `CbcNode::way() const':
CbcNode.cpp:(.text+0xeb2): undefined reference to `typeinfo for OsiBranchingObject'
CbcNode.cpp:(.text+0xed3): undefined reference to `typeinfo for OsiTwoWayBranchingObject'
CbcNode.cpp:(.text+0xedb): undefined reference to `typeinfo for OsiBranchingObject'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcNode.o): In function `CbcNode::chooseOsiBranch(CbcModel*, CbcNode*, OsiBranchingInformation*, int)':
CbcNode.cpp:(.text+0x111d): undefined reference to `OsiChooseVariable::clearGoodSolution()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcNode.o): In function `CbcNode::chooseBranch(CbcModel*, CbcNode*, int)':
CbcNode.cpp:(.text+0x1bdb): undefined reference to `typeinfo for OsiSolverInterface'
CbcNode.cpp:(.text+0x2018): undefined reference to `typeinfo for OsiObject'
CbcNode.cpp:(.text+0x2281): undefined reference to `typeinfo for OsiObject'
CbcNode.cpp:(.text+0x2471): undefined reference to `typeinfo for OsiObject'
CbcNode.cpp:(.text+0x2639): undefined reference to `typeinfo for OsiObject'
CbcNode.cpp:(.text+0x3636): undefined reference to `OsiBranchingInformation::~OsiBranchingInformation()'
CbcNode.cpp:(.text+0x4809): undefined reference to `OsiBranchingInformation::~OsiBranchingInformation()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcNode.o): In function `CbcNode::analyze(CbcModel*, double*)':
CbcNode.cpp:(.text+0x4fb0): undefined reference to `typeinfo for OsiSolverInterface'
CbcNode.cpp:(.text+0x505a): undefined reference to `typeinfo for OsiObject'
CbcNode.cpp:(.text+0x549e): undefined reference to `typeinfo for OsiObject'
CbcNode.cpp:(.text+0x56e4): undefined reference to `typeinfo for OsiObject'
CbcNode.cpp:(.text+0x7251): undefined reference to `typeinfo for OsiObject'
CbcNode.cpp:(.text+0x72ab): undefined reference to `typeinfo for OsiObject'
CbcNode.cpp:(.text+0x72f9): undefined reference to `OsiBranchingInformation::~OsiBranchingInformation()'
CbcNode.cpp:(.text+0x7d30): undefined reference to `typeinfo for OsiSolverInterface'
CbcNode.cpp:(.text+0x853e): undefined reference to `OsiBranchingInformation::~OsiBranchingInformation()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcNode.o): In function `CbcNode::chooseClpBranch(CbcModel*, CbcNode*)':
CbcNode.cpp:(.text+0x8881): undefined reference to `typeinfo for OsiObject'
CbcNode.cpp:(.text+0x88a2): undefined reference to `typeinfo for OsiSolverInterface'
CbcNode.cpp:(.text+0x8c4b): undefined reference to `typeinfo for OsiBranchingObject'
CbcNode.cpp:(.text+0x8cc5): undefined reference to `OsiBranchingInformation::~OsiBranchingInformation()'
CbcNode.cpp:(.text+0x8db0): undefined reference to `OsiBranchingInformation::~OsiBranchingInformation()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcNode.o): In function `CbcNode::chooseDynamicBranch(CbcModel*, CbcNode*, OsiSolverBranch*&, int)':
CbcNode.cpp:(.text+0x8e98): undefined reference to `OsiSolverInterface::getAuxiliaryInfo() const'
CbcNode.cpp:(.text+0x8ea8): undefined reference to `typeinfo for OsiBabSolver'
CbcNode.cpp:(.text+0x8ead): undefined reference to `typeinfo for OsiAuxInfo'
CbcNode.cpp:(.text+0x8f6b): undefined reference to `typeinfo for OsiObject'
CbcNode.cpp:(.text+0x8fcb): undefined reference to `OsiBranchingInformation::~OsiBranchingInformation()'
CbcNode.cpp:(.text+0x9451): undefined reference to `typeinfo for OsiSolverInterface'
CbcNode.cpp:(.text+0x950d): undefined reference to `typeinfo for OsiObject'
CbcNode.cpp:(.text+0x9628): undefined reference to `typeinfo for OsiObject'
CbcNode.cpp:(.text+0x989a): undefined reference to `typeinfo for OsiObject'
CbcNode.cpp:(.text+0x98e0): undefined reference to `typeinfo for OsiObject'
CbcNode.cpp:(.text+0x9e06): undefined reference to `typeinfo for OsiObject'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcNode.o):CbcNode.cpp:(.text+0x9fd4): more undefined references to `typeinfo for OsiObject' follow
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcNode.o): In function `CbcNode::chooseDynamicBranch(CbcModel*, CbcNode*, OsiSolverBranch*&, int)':
CbcNode.cpp:(.text+0xb607): undefined reference to `typeinfo for OsiBranchingObject'
CbcNode.cpp:(.text+0xb6a1): undefined reference to `typeinfo for OsiBranchingObject'
CbcNode.cpp:(.text+0xb764): undefined reference to `typeinfo for OsiObject'
CbcNode.cpp:(.text+0xb828): undefined reference to `typeinfo for OsiObject'
CbcNode.cpp:(.text+0xbb07): undefined reference to `typeinfo for OsiBranchingObject'
CbcNode.cpp:(.text+0xca3a): undefined reference to `typeinfo for OsiObject'
CbcNode.cpp:(.text+0xd46b): undefined reference to `typeinfo for OsiBranchingObject'
CbcNode.cpp:(.text+0xd695): undefined reference to `typeinfo for OsiObject'
CbcNode.cpp:(.text+0xd6da): undefined reference to `typeinfo for OsiBranchingObject'
CbcNode.cpp:(.text+0xe0f1): undefined reference to `typeinfo for OsiObject'
CbcNode.cpp:(.text+0xe465): undefined reference to `OsiBranchingInformation::~OsiBranchingInformation()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcObject.o): In function `CbcObject::CbcObject()':
CbcObject.cpp:(.text+0x115): undefined reference to `OsiObject::OsiObject()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcObject.o): In function `CbcObject::CbcObject(CbcModel*)':
CbcObject.cpp:(.text+0x14d): undefined reference to `OsiObject::OsiObject()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcObject.o): In function `CbcObject::~CbcObject()':
CbcObject.cpp:(.text+0x19c): undefined reference to `OsiObject::~OsiObject()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcObject.o): In function `CbcObject::CbcObject(CbcObject const&)':
CbcObject.cpp:(.text+0x1bd): undefined reference to `OsiObject::OsiObject(OsiObject const&)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcObject.o): In function `CbcObject::operator=(CbcObject const&)':
CbcObject.cpp:(.text+0x202): undefined reference to `OsiObject::operator=(OsiObject const&)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcObject.o): In function `CbcObject::~CbcObject()':
CbcObject.cpp:(.text+0x188): undefined reference to `OsiObject::~OsiObject()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcObject.o):(.rodata._ZTI9CbcObject[_ZTI9CbcObject]+0x10): undefined reference to `typeinfo for OsiObject'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcObject.o):(.rodata._ZTV9CbcObject[_ZTV9CbcObject]+0x30): undefined reference to `OsiObject::checkInfeasibility(OsiBranchingInformation const*) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcObject.o):(.rodata._ZTV9CbcObject[_ZTV9CbcObject]+0x60): undefined reference to `OsiObject::columnNumber() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcObject.o):(.rodata._ZTV9CbcObject[_ZTV9CbcObject]+0x80): undefined reference to `OsiObject::upEstimate() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcObject.o):(.rodata._ZTV9CbcObject[_ZTV9CbcObject]+0x88): undefined reference to `OsiObject::downEstimate() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcSimpleInteger.o): In function `CbcSimpleInteger::solverBranch(OsiSolverInterface*, OsiBranchingInformation const*) const':
CbcSimpleInteger.cpp:(.text+0x3bf): undefined reference to `OsiSolverBranch::OsiSolverBranch()'
CbcSimpleInteger.cpp:(.text+0x3d0): undefined reference to `OsiSolverBranch::addBranch(int, double)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcSimpleInteger.o): In function `CbcSimpleInteger::osiObject() const':
CbcSimpleInteger.cpp:(.text+0xd57): undefined reference to `OsiSimpleInteger::OsiSimpleInteger(int, double, double)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcSimpleInteger.o):(.rodata._ZTV16CbcSimpleInteger[_ZTV16CbcSimpleInteger]+0x30): undefined reference to `OsiObject::checkInfeasibility(OsiBranchingInformation const*) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcSimpleInteger.o):(.rodata._ZTV16CbcSimpleInteger[_ZTV16CbcSimpleInteger]+0x80): undefined reference to `OsiObject::upEstimate() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcSimpleInteger.o):(.rodata._ZTV16CbcSimpleInteger[_ZTV16CbcSimpleInteger]+0x88): undefined reference to `OsiObject::downEstimate() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcSimpleIntegerDynamicPseudoCost.o): In function `CbcSimpleIntegerDynamicPseudoCost::solverBranch() const':
CbcSimpleIntegerDynamicPseudoCost.cpp:(.text+0x1261): undefined reference to `OsiSolverBranch::OsiSolverBranch()'
CbcSimpleIntegerDynamicPseudoCost.cpp:(.text+0x1272): undefined reference to `OsiSolverBranch::addBranch(int, double)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcSimpleIntegerDynamicPseudoCost.o):(.rodata._ZTV33CbcSimpleIntegerDynamicPseudoCost[_ZTV33CbcSimpleIntegerDynamicPseudoCost]+0x30): undefined reference to `OsiObject::checkInfeasibility(OsiBranchingInformation const*) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcSimpleIntegerPseudoCost.o):(.rodata._ZTV26CbcSimpleIntegerPseudoCost[_ZTV26CbcSimpleIntegerPseudoCost]+0x30): undefined reference to `OsiObject::checkInfeasibility(OsiBranchingInformation const*) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcSOS.o): In function `CbcSOS::solverBranch() const':
CbcSOS.cpp:(.text+0x813): undefined reference to `OsiSolverBranch::OsiSolverBranch()'
CbcSOS.cpp:(.text+0x839): undefined reference to `OsiSolverBranch::addBranch(int, int, int const*, double const*, int, int const*, double const*)'
CbcSOS.cpp:(.text+0x855): undefined reference to `OsiSolverBranch::addBranch(int, int, int const*, double const*, int, int const*, double const*)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcSOS.o): In function `CbcSOS::osiObject(OsiSolverInterface const*) const':
CbcSOS.cpp:(.text+0x262d): undefined reference to `OsiSOS::OsiSOS(OsiSolverInterface const*, int, int const*, double const*, int)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcSOS.o):(.rodata._ZTV6CbcSOS[_ZTV6CbcSOS]+0x30): undefined reference to `OsiObject::checkInfeasibility(OsiBranchingInformation const*) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcSOS.o):(.rodata._ZTV6CbcSOS[_ZTV6CbcSOS]+0x60): undefined reference to `OsiObject::columnNumber() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcSOS.o):(.rodata._ZTV6CbcSOS[_ZTV6CbcSOS]+0x80): undefined reference to `OsiObject::upEstimate() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcSOS.o):(.rodata._ZTV6CbcSOS[_ZTV6CbcSOS]+0x88): undefined reference to `OsiObject::downEstimate() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcStatistics.o): In function `CbcStatistics::CbcStatistics(CbcNode*, CbcModel*)':
CbcStatistics.cpp:(.text+0xfc): undefined reference to `typeinfo for OsiBranchingObject'
CbcStatistics.cpp:(.text+0x10b): undefined reference to `typeinfo for OsiTwoWayBranchingObject'
CbcStatistics.cpp:(.text+0x110): undefined reference to `typeinfo for OsiBranchingObject'
CbcStatistics.cpp:(.text+0x1fb): undefined reference to `typeinfo for OsiSimpleInteger'
CbcStatistics.cpp:(.text+0x200): undefined reference to `typeinfo for OsiObject'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcStrategy.o): In function `CbcStrategyDefault::~CbcStrategyDefault()':
CbcStrategy.cpp:(.text+0x3a5): undefined reference to `CglPreProcess::~CglPreProcess()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcStrategy.o): In function `CbcStrategyDefaultSubTree::~CbcStrategyDefaultSubTree()':
CbcStrategy.cpp:(.text+0x3d5): undefined reference to `CglPreProcess::~CglPreProcess()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcStrategy.o): In function `CbcStrategyDefault::~CbcStrategyDefault()':
CbcStrategy.cpp:(.text+0x40d): undefined reference to `CglPreProcess::~CglPreProcess()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcStrategy.o): In function `CbcStrategyDefaultSubTree::~CbcStrategyDefaultSubTree()':
CbcStrategy.cpp:(.text+0x44d): undefined reference to `CglPreProcess::~CglPreProcess()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcStrategy.o): In function `CbcStrategy::~CbcStrategy()':
CbcStrategy.cpp:(.text+0x4a5): undefined reference to `CglPreProcess::~CglPreProcess()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcStrategy.o):CbcStrategy.cpp:(.text+0x4dd): more undefined references to `CglPreProcess::~CglPreProcess()' follow
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcStrategy.o): In function `setCutAndHeuristicOptions(CbcModel&)':
CbcStrategy.cpp:(.text+0x69c): undefined reference to `typeinfo for CglProbing'
CbcStrategy.cpp:(.text+0x6a1): undefined reference to `typeinfo for CglCutGenerator'
CbcStrategy.cpp:(.text+0x6bf): undefined reference to `CglProbing::setUsingObjective(int)'
CbcStrategy.cpp:(.text+0x6cc): undefined reference to `CglProbing::setMaxPass(int)'
CbcStrategy.cpp:(.text+0x6d9): undefined reference to `CglProbing::setMaxPassRoot(int)'
CbcStrategy.cpp:(.text+0x6e6): undefined reference to `CglProbing::setMaxProbe(int)'
CbcStrategy.cpp:(.text+0x6f3): undefined reference to `CglProbing::setMaxProbeRoot(int)'
CbcStrategy.cpp:(.text+0x700): undefined reference to `CglProbing::setMaxLook(int)'
CbcStrategy.cpp:(.text+0x70d): undefined reference to `CglProbing::setMaxLookRoot(int)'
CbcStrategy.cpp:(.text+0x71a): undefined reference to `CglProbing::setMaxLookRoot(int)'
CbcStrategy.cpp:(.text+0x727): undefined reference to `CglProbing::setMaxElements(int)'
CbcStrategy.cpp:(.text+0x734): undefined reference to `CglProbing::setMaxElementsRoot(int)'
CbcStrategy.cpp:(.text+0x741): undefined reference to `CglProbing::setRowCuts(int)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcStrategy.o): In function `CbcStrategyDefault::setupCutGenerators(CbcModel&)':
CbcStrategy.cpp:(.text+0x79c): undefined reference to `CglProbing::CglProbing()'
CbcStrategy.cpp:(.text+0x7ad): undefined reference to `CglProbing::setUsingObjective(int)'
CbcStrategy.cpp:(.text+0x7be): undefined reference to `CglProbing::setMaxPass(int)'
CbcStrategy.cpp:(.text+0x7cf): undefined reference to `CglProbing::setMaxPassRoot(int)'
CbcStrategy.cpp:(.text+0x7e0): undefined reference to `CglProbing::setMaxProbe(int)'
CbcStrategy.cpp:(.text+0x7f1): undefined reference to `CglProbing::setMaxLook(int)'
CbcStrategy.cpp:(.text+0x802): undefined reference to `CglProbing::setMaxElements(int)'
CbcStrategy.cpp:(.text+0x813): undefined reference to `CglProbing::setMaxElementsRoot(int)'
CbcStrategy.cpp:(.text+0x81f): undefined reference to `CglGomory::CglGomory()'
CbcStrategy.cpp:(.text+0x830): undefined reference to `CglGomory::setLimit(int)'
CbcStrategy.cpp:(.text+0x83c): undefined reference to `CglKnapsackCover::CglKnapsackCover()'
CbcStrategy.cpp:(.text+0x84c): undefined reference to `CglClique::CglClique(bool, bool)'
CbcStrategy.cpp:(.text+0x866): undefined reference to `CglMixedIntegerRounding2::CglMixedIntegerRounding2()'
CbcStrategy.cpp:(.text+0x872): undefined reference to `CglFlowCover::CglFlowCover()'
CbcStrategy.cpp:(.text+0x8bd): undefined reference to `typeinfo for CglProbing'
CbcStrategy.cpp:(.text+0x8c2): undefined reference to `typeinfo for CglCutGenerator'
CbcStrategy.cpp:(.text+0x8f5): undefined reference to `typeinfo for CglGomory'
CbcStrategy.cpp:(.text+0x8fa): undefined reference to `typeinfo for CglCutGenerator'
CbcStrategy.cpp:(.text+0x92d): undefined reference to `typeinfo for CglKnapsackCover'
CbcStrategy.cpp:(.text+0x932): undefined reference to `typeinfo for CglCutGenerator'
CbcStrategy.cpp:(.text+0x965): undefined reference to `typeinfo for CglClique'
CbcStrategy.cpp:(.text+0x96a): undefined reference to `typeinfo for CglCutGenerator'
CbcStrategy.cpp:(.text+0x99d): undefined reference to `typeinfo for CglFlowCover'
CbcStrategy.cpp:(.text+0x9a2): undefined reference to `typeinfo for CglCutGenerator'
CbcStrategy.cpp:(.text+0x9d5): undefined reference to `typeinfo for CglMixedIntegerRounding2'
CbcStrategy.cpp:(.text+0x9da): undefined reference to `typeinfo for CglCutGenerator'
CbcStrategy.cpp:(.text+0xa7e): undefined reference to `CglFlowCover::~CglFlowCover()'
CbcStrategy.cpp:(.text+0xa8a): undefined reference to `CglMixedIntegerRounding2::~CglMixedIntegerRounding2()'
CbcStrategy.cpp:(.text+0xa9c): undefined reference to `vtable for CglClique'
CbcStrategy.cpp:(.text+0xaa1): undefined reference to `CglCutGenerator::~CglCutGenerator()'
CbcStrategy.cpp:(.text+0xaad): undefined reference to `CglKnapsackCover::~CglKnapsackCover()'
CbcStrategy.cpp:(.text+0xab9): undefined reference to `CglGomory::~CglGomory()'
CbcStrategy.cpp:(.text+0xac5): undefined reference to `CglProbing::~CglProbing()'
CbcStrategy.cpp:(.text+0xd10): undefined reference to `CglMixedIntegerRounding2::~CglMixedIntegerRounding2()'
CbcStrategy.cpp:(.text+0xd22): undefined reference to `vtable for CglClique'
CbcStrategy.cpp:(.text+0xd27): undefined reference to `CglCutGenerator::~CglCutGenerator()'
CbcStrategy.cpp:(.text+0xd33): undefined reference to `CglKnapsackCover::~CglKnapsackCover()'
CbcStrategy.cpp:(.text+0xd3f): undefined reference to `CglGomory::~CglGomory()'
CbcStrategy.cpp:(.text+0xd4b): undefined reference to `CglProbing::~CglProbing()'
CbcStrategy.cpp:(.text+0xd76): undefined reference to `CglFlowCover::~CglFlowCover()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcStrategy.o): In function `CbcStrategyDefault::setupOther(CbcModel&)':
CbcStrategy.cpp:(.text+0xdc7): undefined reference to `CglPreProcess::~CglPreProcess()'
CbcStrategy.cpp:(.text+0xdeb): undefined reference to `CglPreProcess::CglPreProcess()'
CbcStrategy.cpp:(.text+0xdf7): undefined reference to `CglPreProcess::passInMessageHandler(CoinMessageHandler*)'
CbcStrategy.cpp:(.text+0xe15): undefined reference to `typeinfo for OsiSolverInterface'
CbcStrategy.cpp:(.text+0xed0): undefined reference to `typeinfo for OsiObject'
CbcStrategy.cpp:(.text+0xf43): undefined reference to `CglPreProcess::passInProhibited(char const*, int)'
CbcStrategy.cpp:(.text+0xfcb): undefined reference to `CglProbing::CglProbing()'
CbcStrategy.cpp:(.text+0xfdc): undefined reference to `CglProbing::setUsingObjective(int)'
CbcStrategy.cpp:(.text+0xfed): undefined reference to `CglProbing::setMaxPass(int)'
CbcStrategy.cpp:(.text+0xffe): undefined reference to `CglProbing::setMaxPassRoot(int)'
CbcStrategy.cpp:(.text+0x1035): undefined reference to `CglProbing::setMaxProbeRoot(int)'
CbcStrategy.cpp:(.text+0x1046): undefined reference to `CglProbing::setMaxProbeRoot(int)'
CbcStrategy.cpp:(.text+0x1057): undefined reference to `CglProbing::setMaxElements(int)'
CbcStrategy.cpp:(.text+0x1068): undefined reference to `CglProbing::setMaxElementsRoot(int)'
CbcStrategy.cpp:(.text+0x1079): undefined reference to `CglProbing::setMaxLookRoot(int)'
CbcStrategy.cpp:(.text+0x108a): undefined reference to `CglProbing::setRowCuts(int)'
CbcStrategy.cpp:(.text+0x10a0): undefined reference to `CglPreProcess::addCutGenerator(CglCutGenerator*)'
CbcStrategy.cpp:(.text+0x1116): undefined reference to `CglPreProcess::preProcessNonDefault(OsiSolverInterface&, int, int, int)'
CbcStrategy.cpp:(.text+0x1179): undefined reference to `typeinfo for OsiSolverInterface'
CbcStrategy.cpp:(.text+0x11b9): undefined reference to `CglPreProcess::~CglPreProcess()'
CbcStrategy.cpp:(.text+0x11e7): undefined reference to `CglProbing::~CglProbing()'
CbcStrategy.cpp:(.text+0x14e5): undefined reference to `CglPreProcess::originalColumns()'
CbcStrategy.cpp:(.text+0x156b): undefined reference to `CglProbing::~CglProbing()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcStrategy.o): In function `CbcStrategyDefaultSubTree::setupCutGenerators(CbcModel&)':
CbcStrategy.cpp:(.text+0x15ea): undefined reference to `CglProbing::CglProbing()'
CbcStrategy.cpp:(.text+0x15fb): undefined reference to `CglProbing::setUsingObjective(int)'
CbcStrategy.cpp:(.text+0x160c): undefined reference to `CglProbing::setMaxPass(int)'
CbcStrategy.cpp:(.text+0x161d): undefined reference to `CglProbing::setMaxProbe(int)'
CbcStrategy.cpp:(.text+0x162e): undefined reference to `CglProbing::setMaxLook(int)'
CbcStrategy.cpp:(.text+0x163f): undefined reference to `CglProbing::setMaxElements(int)'
CbcStrategy.cpp:(.text+0x164b): undefined reference to `CglGomory::CglGomory()'
CbcStrategy.cpp:(.text+0x165c): undefined reference to `CglGomory::setLimit(int)'
CbcStrategy.cpp:(.text+0x1668): undefined reference to `CglKnapsackCover::CglKnapsackCover()'
CbcStrategy.cpp:(.text+0x1678): undefined reference to `CglClique::CglClique(bool, bool)'
CbcStrategy.cpp:(.text+0x1692): undefined reference to `CglMixedIntegerRounding2::CglMixedIntegerRounding2()'
CbcStrategy.cpp:(.text+0x169e): undefined reference to `CglFlowCover::CglFlowCover()'
CbcStrategy.cpp:(.text+0x1706): undefined reference to `typeinfo for CglProbing'
CbcStrategy.cpp:(.text+0x170b): undefined reference to `typeinfo for CglCutGenerator'
CbcStrategy.cpp:(.text+0x1760): undefined reference to `typeinfo for CglProbing'
CbcStrategy.cpp:(.text+0x1765): undefined reference to `typeinfo for CglCutGenerator'
CbcStrategy.cpp:(.text+0x189d): undefined reference to `CglFlowCover::~CglFlowCover()'
CbcStrategy.cpp:(.text+0x18a9): undefined reference to `CglMixedIntegerRounding2::~CglMixedIntegerRounding2()'
CbcStrategy.cpp:(.text+0x18bb): undefined reference to `vtable for CglClique'
CbcStrategy.cpp:(.text+0x18c0): undefined reference to `CglCutGenerator::~CglCutGenerator()'
CbcStrategy.cpp:(.text+0x18cc): undefined reference to `CglKnapsackCover::~CglKnapsackCover()'
CbcStrategy.cpp:(.text+0x18d8): undefined reference to `CglGomory::~CglGomory()'
CbcStrategy.cpp:(.text+0x18e4): undefined reference to `CglProbing::~CglProbing()'
CbcStrategy.cpp:(.text+0x1954): undefined reference to `typeinfo for CglGomory'
CbcStrategy.cpp:(.text+0x1959): undefined reference to `typeinfo for CglCutGenerator'
CbcStrategy.cpp:(.text+0x19b5): undefined reference to `typeinfo for CglGomory'
CbcStrategy.cpp:(.text+0x19ba): undefined reference to `typeinfo for CglCutGenerator'
CbcStrategy.cpp:(.text+0x19f4): undefined reference to `typeinfo for CglKnapsackCover'
CbcStrategy.cpp:(.text+0x19f9): undefined reference to `typeinfo for CglCutGenerator'
CbcStrategy.cpp:(.text+0x1a55): undefined reference to `typeinfo for CglKnapsackCover'
CbcStrategy.cpp:(.text+0x1a5a): undefined reference to `typeinfo for CglCutGenerator'
CbcStrategy.cpp:(.text+0x1a94): undefined reference to `typeinfo for CglClique'
CbcStrategy.cpp:(.text+0x1a99): undefined reference to `typeinfo for CglCutGenerator'
CbcStrategy.cpp:(.text+0x1af5): undefined reference to `typeinfo for CglClique'
CbcStrategy.cpp:(.text+0x1afa): undefined reference to `typeinfo for CglCutGenerator'
CbcStrategy.cpp:(.text+0x1b34): undefined reference to `typeinfo for CglFlowCover'
CbcStrategy.cpp:(.text+0x1b39): undefined reference to `typeinfo for CglCutGenerator'
CbcStrategy.cpp:(.text+0x1ba5): undefined reference to `typeinfo for CglFlowCover'
CbcStrategy.cpp:(.text+0x1baa): undefined reference to `typeinfo for CglCutGenerator'
CbcStrategy.cpp:(.text+0x1be4): undefined reference to `typeinfo for CglMixedIntegerRounding2'
CbcStrategy.cpp:(.text+0x1be9): undefined reference to `typeinfo for CglCutGenerator'
CbcStrategy.cpp:(.text+0x1c5c): undefined reference to `typeinfo for CglMixedIntegerRounding2'
CbcStrategy.cpp:(.text+0x1c61): undefined reference to `typeinfo for CglCutGenerator'
CbcStrategy.cpp:(.text+0x1ee1): undefined reference to `CglProbing::~CglProbing()'
CbcStrategy.cpp:(.text+0x1ef8): undefined reference to `CglGomory::~CglGomory()'
CbcStrategy.cpp:(.text+0x1f1a): undefined reference to `vtable for CglClique'
CbcStrategy.cpp:(.text+0x1f1f): undefined reference to `CglCutGenerator::~CglCutGenerator()'
CbcStrategy.cpp:(.text+0x1f2b): undefined reference to `CglKnapsackCover::~CglKnapsackCover()'
CbcStrategy.cpp:(.text+0x1f41): undefined reference to `CglFlowCover::~CglFlowCover()'
CbcStrategy.cpp:(.text+0x1f4d): undefined reference to `CglMixedIntegerRounding2::~CglMixedIntegerRounding2()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcSubProblem.o): In function `CbcSubProblem::CbcSubProblem(OsiSolverInterface const*, double const*, double const*, unsigned char const*, int)':
CbcSubProblem.cpp:(.text+0x328): undefined reference to `typeinfo for OsiSolverInterface'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcSubProblem.o): In function `CbcSubProblem::apply(OsiSolverInterface*, int) const':
CbcSubProblem.cpp:(.text+0x879): undefined reference to `typeinfo for OsiSolverInterface'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcTree.o): In function `CbcTree::addBranchingInformation(CbcModel const*, CbcNodeInfo const*, double const*, double const*)':
CbcTree.cpp:(.text+0xac4): undefined reference to `typeinfo for OsiBranchingObject'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcTreeLocal.o): In function `CbcTreeLocal::operator=(CbcTreeLocal const&)':
CbcTreeLocal.cpp:(.text+0x313): undefined reference to `OsiRowCut::operator=(OsiRowCut const&)'
CbcTreeLocal.cpp:(.text+0x326): undefined reference to `OsiRowCut::operator=(OsiRowCut const&)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcTreeLocal.o): In function `CbcTreeLocal::deleteCut(OsiRowCut&)':
CbcTreeLocal.cpp:(.text+0x6ce): undefined reference to `OsiRowCut::operator==(OsiRowCut const&) const'
CbcTreeLocal.cpp:(.text+0x6f0): undefined reference to `OsiRowCut::ub() const'
CbcTreeLocal.cpp:(.text+0x6fe): undefined reference to `OsiRowCut::lb() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcTreeLocal.o): In function `CbcTreeVariable::operator=(CbcTreeVariable const&)':
CbcTreeLocal.cpp:(.text+0x773): undefined reference to `OsiRowCut::operator=(OsiRowCut const&)'
CbcTreeLocal.cpp:(.text+0x786): undefined reference to `OsiRowCut::operator=(OsiRowCut const&)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcTreeLocal.o): In function `CbcTreeVariable::deleteCut(OsiRowCut&)':
CbcTreeLocal.cpp:(.text+0xb2e): undefined reference to `OsiRowCut::operator==(OsiRowCut const&) const'
CbcTreeLocal.cpp:(.text+0xb50): undefined reference to `OsiRowCut::ub() const'
CbcTreeLocal.cpp:(.text+0xb5e): undefined reference to `OsiRowCut::lb() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcTreeLocal.o): In function `CbcTreeVariable::push(CbcNode*)':
CbcTreeLocal.cpp:(.text+0xcb2): undefined reference to `OsiRowCut::row() const'
CbcTreeLocal.cpp:(.text+0xdc4): undefined reference to `OsiRowCut::ub() const'
CbcTreeLocal.cpp:(.text+0xdd1): undefined reference to `OsiRowCut::lb() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcTreeLocal.o): In function `CbcTreeLocal::push(CbcNode*)':
CbcTreeLocal.cpp:(.text+0xf62): undefined reference to `OsiRowCut::row() const'
CbcTreeLocal.cpp:(.text+0x1074): undefined reference to `OsiRowCut::ub() const'
CbcTreeLocal.cpp:(.text+0x1081): undefined reference to `OsiRowCut::lb() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcTreeLocal.o): In function `CbcTreeLocal::CbcTreeLocal()':
CbcTreeLocal.cpp:(.text+0x125d): undefined reference to `OsiRowCut::OsiRowCut()'
CbcTreeLocal.cpp:(.text+0x1269): undefined reference to `OsiRowCut::OsiRowCut()'
CbcTreeLocal.cpp:(.text+0x1336): undefined reference to `OsiRowCut::~OsiRowCut()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcTreeLocal.o): In function `CbcTreeLocal::~CbcTreeLocal()':
CbcTreeLocal.cpp:(.text+0x13a5): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcTreeLocal.cpp:(.text+0x13b1): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcTreeLocal.cpp:(.text+0x13ce): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcTreeLocal.cpp:(.text+0x13da): undefined reference to `OsiRowCut::~OsiRowCut()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcTreeLocal.o): In function `CbcTreeLocal::CbcTreeLocal(CbcTreeLocal const&)':
CbcTreeLocal.cpp:(.text+0x1431): undefined reference to `OsiRowCut::OsiRowCut()'
CbcTreeLocal.cpp:(.text+0x1440): undefined reference to `OsiRowCut::OsiRowCut()'
CbcTreeLocal.cpp:(.text+0x1513): undefined reference to `OsiRowCut::operator=(OsiRowCut const&)'
CbcTreeLocal.cpp:(.text+0x1522): undefined reference to `OsiRowCut::operator=(OsiRowCut const&)'
CbcTreeLocal.cpp:(.text+0x1734): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcTreeLocal.cpp:(.text+0x173c): undefined reference to `OsiRowCut::~OsiRowCut()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcTreeLocal.o): In function `CbcTreeVariable::CbcTreeVariable()':
CbcTreeLocal.cpp:(.text+0x179d): undefined reference to `OsiRowCut::OsiRowCut()'
CbcTreeLocal.cpp:(.text+0x17a9): undefined reference to `OsiRowCut::OsiRowCut()'
CbcTreeLocal.cpp:(.text+0x1876): undefined reference to `OsiRowCut::~OsiRowCut()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcTreeLocal.o): In function `CbcTreeVariable::~CbcTreeVariable()':
CbcTreeLocal.cpp:(.text+0x18e5): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcTreeLocal.cpp:(.text+0x18f1): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcTreeLocal.cpp:(.text+0x190e): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcTreeLocal.cpp:(.text+0x191a): undefined reference to `OsiRowCut::~OsiRowCut()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcTreeLocal.o): In function `CbcTreeVariable::CbcTreeVariable(CbcTreeVariable const&)':
CbcTreeLocal.cpp:(.text+0x1971): undefined reference to `OsiRowCut::OsiRowCut()'
CbcTreeLocal.cpp:(.text+0x1980): undefined reference to `OsiRowCut::OsiRowCut()'
CbcTreeLocal.cpp:(.text+0x1a53): undefined reference to `OsiRowCut::operator=(OsiRowCut const&)'
CbcTreeLocal.cpp:(.text+0x1a62): undefined reference to `OsiRowCut::operator=(OsiRowCut const&)'
CbcTreeLocal.cpp:(.text+0x1c74): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcTreeLocal.cpp:(.text+0x1c7c): undefined reference to `OsiRowCut::~OsiRowCut()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcTreeLocal.o): In function `CbcTreeVariable::generateCpp(_IO_FILE*)':
CbcTreeLocal.cpp:(.text+0x1cfe): undefined reference to `OsiRowCut::OsiRowCut()'
CbcTreeLocal.cpp:(.text+0x1d0b): undefined reference to `OsiRowCut::OsiRowCut()'
CbcTreeLocal.cpp:(.text+0x1f3b): undefined reference to `OsiRowCut::~OsiRowCut()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcTreeLocal.o): In function `CbcTreeLocal::generateCpp(_IO_FILE*)':
CbcTreeLocal.cpp:(.text+0x1fbe): undefined reference to `OsiRowCut::OsiRowCut()'
CbcTreeLocal.cpp:(.text+0x1fcb): undefined reference to `OsiRowCut::OsiRowCut()'
CbcTreeLocal.cpp:(.text+0x21fb): undefined reference to `OsiRowCut::~OsiRowCut()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcTreeLocal.o): In function `CbcTreeLocal::~CbcTreeLocal()':
CbcTreeLocal.cpp:(.text+0x2285): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcTreeLocal.cpp:(.text+0x2291): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcTreeLocal.cpp:(.text+0x22b6): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcTreeLocal.cpp:(.text+0x22c2): undefined reference to `OsiRowCut::~OsiRowCut()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcTreeLocal.o):CbcTreeLocal.cpp:(.text+0x2345): more undefined references to `OsiRowCut::~OsiRowCut()' follow
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcTreeLocal.o): In function `CbcTreeLocal::clone() const':
CbcTreeLocal.cpp:(.text+0x23e1): undefined reference to `OsiRowCut::OsiRowCut()'
CbcTreeLocal.cpp:(.text+0x23f0): undefined reference to `OsiRowCut::OsiRowCut()'
CbcTreeLocal.cpp:(.text+0x24c3): undefined reference to `OsiRowCut::operator=(OsiRowCut const&)'
CbcTreeLocal.cpp:(.text+0x24d2): undefined reference to `OsiRowCut::operator=(OsiRowCut const&)'
CbcTreeLocal.cpp:(.text+0x26ef): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcTreeLocal.cpp:(.text+0x26f7): undefined reference to `OsiRowCut::~OsiRowCut()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcTreeLocal.o): In function `CbcTreeVariable::clone() const':
CbcTreeLocal.cpp:(.text+0x2761): undefined reference to `OsiRowCut::OsiRowCut()'
CbcTreeLocal.cpp:(.text+0x2770): undefined reference to `OsiRowCut::OsiRowCut()'
CbcTreeLocal.cpp:(.text+0x2843): undefined reference to `OsiRowCut::operator=(OsiRowCut const&)'
CbcTreeLocal.cpp:(.text+0x2852): undefined reference to `OsiRowCut::operator=(OsiRowCut const&)'
CbcTreeLocal.cpp:(.text+0x2a6f): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcTreeLocal.cpp:(.text+0x2a77): undefined reference to `OsiRowCut::~OsiRowCut()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcTreeLocal.o): In function `CbcTreeLocal::createCut(double const*, OsiRowCut&)':
CbcTreeLocal.cpp:(.text+0x2dc3): undefined reference to `OsiRowCut::setRow(CoinPackedVector const&)'
CbcTreeLocal.cpp:(.text+0x2ddf): undefined reference to `OsiRowCut::setLb(double)'
CbcTreeLocal.cpp:(.text+0x2dec): undefined reference to `OsiRowCut::setUb(double)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcTreeLocal.o): In function `CbcTreeLocal::CbcTreeLocal(CbcModel*, double const*, int, int, int, int, int, bool)':
CbcTreeLocal.cpp:(.text+0x3086): undefined reference to `OsiRowCut::OsiRowCut()'
CbcTreeLocal.cpp:(.text+0x309a): undefined reference to `OsiRowCut::OsiRowCut()'
CbcTreeLocal.cpp:(.text+0x36ee): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcTreeLocal.cpp:(.text+0x36f8): undefined reference to `OsiRowCut::~OsiRowCut()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcTreeLocal.o): In function `CbcTreeLocal::reverseCut(int, double)':
CbcTreeLocal.cpp:(.text+0x386e): undefined reference to `OsiRowCut::operator==(OsiRowCut const&) const'
CbcTreeLocal.cpp:(.text+0x387f): undefined reference to `OsiRowCut::lb() const'
CbcTreeLocal.cpp:(.text+0x38c1): undefined reference to `OsiRowCut::row() const'
CbcTreeLocal.cpp:(.text+0x395f): undefined reference to `OsiRowCut::ub() const'
CbcTreeLocal.cpp:(.text+0x396d): undefined reference to `OsiRowCut::lb() const'
CbcTreeLocal.cpp:(.text+0x3994): undefined reference to `OsiRowCut::ub() const'
CbcTreeLocal.cpp:(.text+0x39a7): undefined reference to `OsiRowCut::setLb(double)'
CbcTreeLocal.cpp:(.text+0x39b7): undefined reference to `OsiRowCut::setUb(double)'
CbcTreeLocal.cpp:(.text+0x39d5): undefined reference to `OsiRowCut::ub() const'
CbcTreeLocal.cpp:(.text+0x39e3): undefined reference to `OsiRowCut::lb() const'
CbcTreeLocal.cpp:(.text+0x3a18): undefined reference to `OsiSolverInterface::getRowCutDebuggerAlways() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcTreeLocal.o): In function `CbcTreeLocal::empty()':
CbcTreeLocal.cpp:(.text+0x3efa): undefined reference to `OsiRowCut::ub() const'
CbcTreeLocal.cpp:(.text+0x3f08): undefined reference to `OsiRowCut::lb() const'
CbcTreeLocal.cpp:(.text+0x3f3e): undefined reference to `OsiSolverInterface::getRowCutDebuggerAlways() const'
CbcTreeLocal.cpp:(.text+0x3f89): undefined reference to `OsiRowCut::ub() const'
CbcTreeLocal.cpp:(.text+0x3f97): undefined reference to `OsiRowCut::lb() const'
CbcTreeLocal.cpp:(.text+0x4291): undefined reference to `OsiRowCut::operator==(OsiRowCut const&) const'
CbcTreeLocal.cpp:(.text+0x42ae): undefined reference to `OsiRowCut::ub() const'
CbcTreeLocal.cpp:(.text+0x42bc): undefined reference to `OsiRowCut::lb() const'
CbcTreeLocal.cpp:(.text+0x449b): undefined reference to `OsiRowCut::operator==(OsiRowCut const&) const'
CbcTreeLocal.cpp:(.text+0x44b8): undefined reference to `OsiRowCut::ub() const'
CbcTreeLocal.cpp:(.text+0x44c6): undefined reference to `OsiRowCut::lb() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcTreeLocal.o): In function `CbcTreeVariable::createCut(double const*, OsiRowCut&)':
CbcTreeLocal.cpp:(.text+0x4c23): undefined reference to `OsiRowCut::setRow(CoinPackedVector const&)'
CbcTreeLocal.cpp:(.text+0x4c3f): undefined reference to `OsiRowCut::setLb(double)'
CbcTreeLocal.cpp:(.text+0x4c4c): undefined reference to `OsiRowCut::setUb(double)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcTreeLocal.o): In function `CbcTreeVariable::CbcTreeVariable(CbcModel*, double const*, int, int, int, int, int, bool)':
CbcTreeLocal.cpp:(.text+0x4ee6): undefined reference to `OsiRowCut::OsiRowCut()'
CbcTreeLocal.cpp:(.text+0x4efa): undefined reference to `OsiRowCut::OsiRowCut()'
CbcTreeLocal.cpp:(.text+0x554e): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcTreeLocal.cpp:(.text+0x5558): undefined reference to `OsiRowCut::~OsiRowCut()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcTreeLocal.o): In function `CbcTreeVariable::reverseCut(int, double)':
CbcTreeLocal.cpp:(.text+0x56ce): undefined reference to `OsiRowCut::operator==(OsiRowCut const&) const'
CbcTreeLocal.cpp:(.text+0x56df): undefined reference to `OsiRowCut::lb() const'
CbcTreeLocal.cpp:(.text+0x5721): undefined reference to `OsiRowCut::row() const'
CbcTreeLocal.cpp:(.text+0x57bf): undefined reference to `OsiRowCut::ub() const'
CbcTreeLocal.cpp:(.text+0x57cd): undefined reference to `OsiRowCut::lb() const'
CbcTreeLocal.cpp:(.text+0x57f4): undefined reference to `OsiRowCut::ub() const'
CbcTreeLocal.cpp:(.text+0x5807): undefined reference to `OsiRowCut::setLb(double)'
CbcTreeLocal.cpp:(.text+0x5817): undefined reference to `OsiRowCut::setUb(double)'
CbcTreeLocal.cpp:(.text+0x5835): undefined reference to `OsiRowCut::ub() const'
CbcTreeLocal.cpp:(.text+0x5843): undefined reference to `OsiRowCut::lb() const'
CbcTreeLocal.cpp:(.text+0x5878): undefined reference to `OsiSolverInterface::getRowCutDebuggerAlways() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcTreeLocal.o): In function `CbcTreeVariable::empty()':
CbcTreeLocal.cpp:(.text+0x5d5a): undefined reference to `OsiRowCut::ub() const'
CbcTreeLocal.cpp:(.text+0x5d68): undefined reference to `OsiRowCut::lb() const'
CbcTreeLocal.cpp:(.text+0x5d9e): undefined reference to `OsiSolverInterface::getRowCutDebuggerAlways() const'
CbcTreeLocal.cpp:(.text+0x5de8): undefined reference to `OsiRowCut::ub() const'
CbcTreeLocal.cpp:(.text+0x5df6): undefined reference to `OsiRowCut::lb() const'
CbcTreeLocal.cpp:(.text+0x60e1): undefined reference to `OsiRowCut::operator==(OsiRowCut const&) const'
CbcTreeLocal.cpp:(.text+0x60fe): undefined reference to `OsiRowCut::ub() const'
CbcTreeLocal.cpp:(.text+0x610c): undefined reference to `OsiRowCut::lb() const'
CbcTreeLocal.cpp:(.text+0x62eb): undefined reference to `OsiRowCut::operator==(OsiRowCut const&) const'
CbcTreeLocal.cpp:(.text+0x6308): undefined reference to `OsiRowCut::ub() const'
CbcTreeLocal.cpp:(.text+0x6316): undefined reference to `OsiRowCut::lb() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcBranchingObject.o): In function `CbcBranchingObject::CbcBranchingObject()':
CbcBranchingObject.cpp:(.text+0x5): undefined reference to `OsiBranchingObject::OsiBranchingObject()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcBranchingObject.o): In function `CbcBranchingObject::CbcBranchingObject(CbcModel*, int, int, double)':
CbcBranchingObject.cpp:(.text+0x4b): undefined reference to `OsiBranchingObject::OsiBranchingObject(OsiSolverInterface*, double)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcBranchingObject.o): In function `CbcBranchingObject::CbcBranchingObject(CbcBranchingObject const&)':
CbcBranchingObject.cpp:(.text+0x8d): undefined reference to `OsiBranchingObject::OsiBranchingObject(OsiBranchingObject const&)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcBranchingObject.o): In function `CbcBranchingObject::operator=(CbcBranchingObject const&)':
CbcBranchingObject.cpp:(.text+0xe2): undefined reference to `OsiBranchingObject::operator=(OsiBranchingObject const&)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcBranchingObject.o): In function `CbcBranchingObject::~CbcBranchingObject()':
CbcBranchingObject.cpp:(.text+0x12c): undefined reference to `OsiBranchingObject::~OsiBranchingObject()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcBranchingObject.o): In function `CbcBranchingObject::~CbcBranchingObject()':
CbcBranchingObject.cpp:(.text+0x118): undefined reference to `OsiBranchingObject::~OsiBranchingObject()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcBranchingObject.o):(.rodata._ZTI18CbcBranchingObject[_ZTI18CbcBranchingObject]+0x10): undefined reference to `typeinfo for OsiBranchingObject'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcClique.o):(.rodata._ZTV9CbcClique[_ZTV9CbcClique]+0x30): undefined reference to `OsiObject::checkInfeasibility(OsiBranchingInformation const*) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcClique.o):(.rodata._ZTV9CbcClique[_ZTV9CbcClique]+0x60): undefined reference to `OsiObject::columnNumber() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcClique.o):(.rodata._ZTV9CbcClique[_ZTV9CbcClique]+0x80): undefined reference to `OsiObject::upEstimate() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcClique.o):(.rodata._ZTV9CbcClique[_ZTV9CbcClique]+0x88): undefined reference to `OsiObject::downEstimate() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcCountRowCut.o): In function `CbcCountRowCut::~CbcCountRowCut()':
CbcCountRowCut.cpp:(.text+0x3d): undefined reference to `OsiRowCut::~OsiRowCut()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcCountRowCut.o): In function `hashCut(OsiRowCut2 const&, int)':
CbcCountRowCut.cpp:(.text+0x70): undefined reference to `OsiRowCut::row() const'
CbcCountRowCut.cpp:(.text+0x8e): undefined reference to `OsiRowCut::lb() const'
CbcCountRowCut.cpp:(.text+0x9b): undefined reference to `OsiRowCut::ub() const'
CbcCountRowCut.cpp:(.text+0xa9): undefined reference to `OsiRowCut::row() const'
CbcCountRowCut.cpp:(.text+0xc9): undefined reference to `OsiRowCut::row() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcCountRowCut.o): In function `hashCut2(OsiRowCut2 const&, int)':
CbcCountRowCut.cpp:(.text+0x210): undefined reference to `OsiRowCut::row() const'
CbcCountRowCut.cpp:(.text+0x22e): undefined reference to `OsiRowCut::lb() const'
CbcCountRowCut.cpp:(.text+0x23b): undefined reference to `OsiRowCut::ub() const'
CbcCountRowCut.cpp:(.text+0x249): undefined reference to `OsiRowCut::row() const'
CbcCountRowCut.cpp:(.text+0x269): undefined reference to `OsiRowCut::row() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcCountRowCut.o): In function `CbcCountRowCut::~CbcCountRowCut()':
CbcCountRowCut.cpp:(.text+0x3bc): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcCountRowCut.cpp:(.text+0x3d5): undefined reference to `OsiRowCut::~OsiRowCut()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcCountRowCut.o): In function `CbcCountRowCut::CbcCountRowCut()':
CbcCountRowCut.cpp:(.text+0x3f5): undefined reference to `OsiRowCut::OsiRowCut()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcCountRowCut.o): In function `CbcCountRowCut::CbcCountRowCut(OsiRowCut const&)':
CbcCountRowCut.cpp:(.text+0x435): undefined reference to `OsiRowCut::OsiRowCut(OsiRowCut const&)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcCountRowCut.o): In function `CbcCountRowCut::CbcCountRowCut(OsiRowCut const&, CbcNodeInfo*, int, int, int)':
CbcCountRowCut.cpp:(.text+0x488): undefined reference to `OsiRowCut::OsiRowCut(OsiRowCut const&)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcCountRowCut.o): In function `CbcRowCuts::CbcRowCuts(CbcRowCuts const&)':
CbcCountRowCut.cpp:(.text+0x889): undefined reference to `OsiRowCut2::OsiRowCut2(OsiRowCut2 const&)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcCountRowCut.o): In function `CbcRowCuts::operator=(CbcRowCuts const&)':
CbcCountRowCut.cpp:(.text+0xa19): undefined reference to `OsiRowCut2::OsiRowCut2(OsiRowCut2 const&)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcCountRowCut.o): In function `CbcRowCuts::truncate(int)':
CbcCountRowCut.cpp:(.text+0xd4f): undefined reference to `OsiRowCut::row() const'
CbcCountRowCut.cpp:(.text+0xdb4): undefined reference to `OsiRowCut::row() const'
CbcCountRowCut.cpp:(.text+0xe51): undefined reference to `OsiRowCut::lb() const'
CbcCountRowCut.cpp:(.text+0xe5f): undefined reference to `OsiRowCut::ub() const'
CbcCountRowCut.cpp:(.text+0xe6d): undefined reference to `OsiRowCut::lb() const'
CbcCountRowCut.cpp:(.text+0xe7b): undefined reference to `OsiRowCut::ub() const'
CbcCountRowCut.cpp:(.text+0xec9): undefined reference to `OsiRowCut::row() const'
CbcCountRowCut.cpp:(.text+0xeee): undefined reference to `OsiRowCut::row() const'
CbcCountRowCut.cpp:(.text+0xf1d): undefined reference to `OsiRowCut::row() const'
CbcCountRowCut.cpp:(.text+0xf51): undefined reference to `OsiRowCut::row() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcCountRowCut.o): In function `CbcRowCuts::addCutIfNotDuplicate(OsiRowCut const&, int)':
CbcCountRowCut.cpp:(.text+0x1213): undefined reference to `OsiRowCut::lb() const'
CbcCountRowCut.cpp:(.text+0x1221): undefined reference to `OsiRowCut::ub() const'
CbcCountRowCut.cpp:(.text+0x122f): undefined reference to `OsiRowCut::row() const'
CbcCountRowCut.cpp:(.text+0x132d): undefined reference to `OsiRowCut2::OsiRowCut2(int)'
CbcCountRowCut.cpp:(.text+0x1340): undefined reference to `OsiRowCut::setLb(double)'
CbcCountRowCut.cpp:(.text+0x1353): undefined reference to `OsiRowCut::setUb(double)'
CbcCountRowCut.cpp:(.text+0x1365): undefined reference to `OsiRowCut::setRow(CoinPackedVector const&)'
CbcCountRowCut.cpp:(.text+0x1397): undefined reference to `OsiRowCut::row() const'
CbcCountRowCut.cpp:(.text+0x13ee): undefined reference to `OsiRowCut::row() const'
CbcCountRowCut.cpp:(.text+0x1422): undefined reference to `OsiRowCut::lb() const'
CbcCountRowCut.cpp:(.text+0x1435): undefined reference to `OsiRowCut::ub() const'
CbcCountRowCut.cpp:(.text+0x1443): undefined reference to `OsiRowCut::lb() const'
CbcCountRowCut.cpp:(.text+0x1451): undefined reference to `OsiRowCut::ub() const'
CbcCountRowCut.cpp:(.text+0x14a4): undefined reference to `OsiRowCut::row() const'
CbcCountRowCut.cpp:(.text+0x14ce): undefined reference to `OsiRowCut::row() const'
CbcCountRowCut.cpp:(.text+0x14ee): undefined reference to `OsiRowCut::row() const'
CbcCountRowCut.cpp:(.text+0x1513): undefined reference to `OsiRowCut::row() const'
CbcCountRowCut.cpp:(.text+0x1613): undefined reference to `OsiRowCut2::OsiRowCut2(int)'
CbcCountRowCut.cpp:(.text+0x1621): undefined reference to `OsiRowCut::setLb(double)'
CbcCountRowCut.cpp:(.text+0x162f): undefined reference to `OsiRowCut::setUb(double)'
CbcCountRowCut.cpp:(.text+0x163c): undefined reference to `OsiRowCut::setRow(CoinPackedVector const&)'
CbcCountRowCut.cpp:(.text+0x166b): undefined reference to `OsiRowCut2::~OsiRowCut2()'
CbcCountRowCut.cpp:(.text+0x1777): undefined reference to `OsiRowCut::row() const'
CbcCountRowCut.cpp:(.text+0x17d4): undefined reference to `OsiRowCut::row() const'
CbcCountRowCut.cpp:(.text+0x17fd): undefined reference to `OsiRowCut::lb() const'
CbcCountRowCut.cpp:(.text+0x180b): undefined reference to `OsiRowCut::ub() const'
CbcCountRowCut.cpp:(.text+0x1819): undefined reference to `OsiRowCut::lb() const'
CbcCountRowCut.cpp:(.text+0x1827): undefined reference to `OsiRowCut::ub() const'
CbcCountRowCut.cpp:(.text+0x1875): undefined reference to `OsiRowCut::row() const'
CbcCountRowCut.cpp:(.text+0x189a): undefined reference to `OsiRowCut::row() const'
CbcCountRowCut.cpp:(.text+0x18c9): undefined reference to `OsiRowCut::row() const'
CbcCountRowCut.cpp:(.text+0x18fd): undefined reference to `OsiRowCut::row() const'
CbcCountRowCut.cpp:(.text+0x1b22): undefined reference to `OsiRowCut2::~OsiRowCut2()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcCountRowCut.o): In function `CbcRowCuts::addCutIfNotDuplicateWhenGreedy(OsiRowCut const&, int)':
CbcCountRowCut.cpp:(.text+0x1ba9): undefined reference to `OsiRowCut::lb() const'
CbcCountRowCut.cpp:(.text+0x1bb7): undefined reference to `OsiRowCut::ub() const'
CbcCountRowCut.cpp:(.text+0x1bc5): undefined reference to `OsiRowCut::row() const'
CbcCountRowCut.cpp:(.text+0x1cbd): undefined reference to `OsiRowCut2::OsiRowCut2(int)'
CbcCountRowCut.cpp:(.text+0x1cd0): undefined reference to `OsiRowCut::setLb(double)'
CbcCountRowCut.cpp:(.text+0x1ce3): undefined reference to `OsiRowCut::setUb(double)'
CbcCountRowCut.cpp:(.text+0x1cf5): undefined reference to `OsiRowCut::setRow(CoinPackedVector const&)'
CbcCountRowCut.cpp:(.text+0x1d27): undefined reference to `OsiRowCut::row() const'
CbcCountRowCut.cpp:(.text+0x1d7e): undefined reference to `OsiRowCut::row() const'
CbcCountRowCut.cpp:(.text+0x1db2): undefined reference to `OsiRowCut::lb() const'
CbcCountRowCut.cpp:(.text+0x1dc4): undefined reference to `OsiRowCut::ub() const'
CbcCountRowCut.cpp:(.text+0x1dd2): undefined reference to `OsiRowCut::lb() const'
CbcCountRowCut.cpp:(.text+0x1de0): undefined reference to `OsiRowCut::ub() const'
CbcCountRowCut.cpp:(.text+0x1e32): undefined reference to `OsiRowCut::row() const'
CbcCountRowCut.cpp:(.text+0x1e5b): undefined reference to `OsiRowCut::row() const'
CbcCountRowCut.cpp:(.text+0x1e7b): undefined reference to `OsiRowCut::row() const'
CbcCountRowCut.cpp:(.text+0x1ea0): undefined reference to `OsiRowCut::row() const'
CbcCountRowCut.cpp:(.text+0x1f9b): undefined reference to `OsiRowCut2::OsiRowCut2(int)'
CbcCountRowCut.cpp:(.text+0x1fa9): undefined reference to `OsiRowCut::setLb(double)'
CbcCountRowCut.cpp:(.text+0x1fb7): undefined reference to `OsiRowCut::setUb(double)'
CbcCountRowCut.cpp:(.text+0x1fc4): undefined reference to `OsiRowCut::setRow(CoinPackedVector const&)'
CbcCountRowCut.cpp:(.text+0x1fe5): undefined reference to `OsiRowCut2::~OsiRowCut2()'
CbcCountRowCut.cpp:(.text+0x20f7): undefined reference to `OsiRowCut::row() const'
CbcCountRowCut.cpp:(.text+0x2153): undefined reference to `OsiRowCut::row() const'
CbcCountRowCut.cpp:(.text+0x217d): undefined reference to `OsiRowCut::lb() const'
CbcCountRowCut.cpp:(.text+0x218b): undefined reference to `OsiRowCut::ub() const'
CbcCountRowCut.cpp:(.text+0x2199): undefined reference to `OsiRowCut::lb() const'
CbcCountRowCut.cpp:(.text+0x21a7): undefined reference to `OsiRowCut::ub() const'
CbcCountRowCut.cpp:(.text+0x21f5): undefined reference to `OsiRowCut::row() const'
CbcCountRowCut.cpp:(.text+0x221a): undefined reference to `OsiRowCut::row() const'
CbcCountRowCut.cpp:(.text+0x2249): undefined reference to `OsiRowCut::row() const'
CbcCountRowCut.cpp:(.text+0x227d): undefined reference to `OsiRowCut::row() const'
CbcCountRowCut.cpp:(.text+0x24a2): undefined reference to `OsiRowCut2::~OsiRowCut2()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcCountRowCut.o): In function `CbcCountRowCut::~CbcCountRowCut()':
CbcCountRowCut.cpp:(.text+0x32): undefined reference to `OsiRowCut::~OsiRowCut()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcCountRowCut.o):(.rodata._ZTI14CbcCountRowCut[_ZTI14CbcCountRowCut]+0x10): undefined reference to `typeinfo for OsiRowCut'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcCountRowCut.o):(.rodata._ZTV14CbcCountRowCut[_ZTV14CbcCountRowCut]+0x10): undefined reference to `OsiRowCut::print() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcCountRowCut.o):(.rodata._ZTV14CbcCountRowCut[_ZTV14CbcCountRowCut]+0x38): undefined reference to `OsiRowCut::consistent() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcCountRowCut.o):(.rodata._ZTV14CbcCountRowCut[_ZTV14CbcCountRowCut]+0x40): undefined reference to `OsiRowCut::consistent(OsiSolverInterface const&) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcCountRowCut.o):(.rodata._ZTV14CbcCountRowCut[_ZTV14CbcCountRowCut]+0x48): undefined reference to `OsiRowCut::infeasible(OsiSolverInterface const&) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcCountRowCut.o):(.rodata._ZTV14CbcCountRowCut[_ZTV14CbcCountRowCut]+0x50): undefined reference to `OsiRowCut::violated(double const*) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcCountRowCut.o):(.rodata._ZTV14CbcCountRowCut[_ZTV14CbcCountRowCut]+0x68): undefined reference to `OsiRowCut::clone() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcCutGenerator.o): In function `CbcCutGenerator::CbcCutGenerator()':
CbcCutGenerator.cpp:(.text+0x5): undefined reference to `OsiCuts::OsiCuts()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcCutGenerator.o): In function `CbcCutGenerator::operator=(CbcCutGenerator const&)':
CbcCutGenerator.cpp:(.text+0x197): undefined reference to `OsiCuts::operator=(OsiCuts const&)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcCutGenerator.o): In function `CbcCutGenerator::setHowOften(int)':
CbcCutGenerator.cpp:(.text+0x43c): undefined reference to `typeinfo for CglProbing'
CbcCutGenerator.cpp:(.text+0x441): undefined reference to `typeinfo for CglCutGenerator'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcCutGenerator.o): In function `CbcCutGenerator::CbcCutGenerator(CbcModel*, CglCutGenerator*, int, char const*, bool, bool, bool, int, int, int, int)':
CbcCutGenerator.cpp:(.text+0x91f): undefined reference to `OsiCuts::OsiCuts()'
CbcCutGenerator.cpp:(.text+0xc4f): undefined reference to `OsiCuts::~OsiCuts()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcCutGenerator.o): In function `CbcCutGenerator::CbcCutGenerator(CbcCutGenerator const&)':
CbcCutGenerator.cpp:(.text+0xc71): undefined reference to `OsiCuts::OsiCuts()'
CbcCutGenerator.cpp:(.text+0xd0f): undefined reference to `OsiCuts::operator=(OsiCuts const&)'
CbcCutGenerator.cpp:(.text+0xf2f): undefined reference to `OsiCuts::~OsiCuts()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcCutGenerator.o): In function `CbcCutGenerator::~CbcCutGenerator()':
CbcCutGenerator.cpp:(.text+0xf76): undefined reference to `OsiCuts::~OsiCuts()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcCutGenerator.o): In function `CbcCutGenerator::generateCuts(OsiCuts&, int, OsiSolverInterface*, CbcNode*)':
CbcCutGenerator.cpp:(.text+0xff3): undefined reference to `typeinfo for CglProbing'
CbcCutGenerator.cpp:(.text+0xff8): undefined reference to `typeinfo for CglCutGenerator'
CbcCutGenerator.cpp:(.text+0x10c5): undefined reference to `typeinfo for OsiSolverInterface'
CbcCutGenerator.cpp:(.text+0x1141): undefined reference to `CglTreeInfo::CglTreeInfo()'
CbcCutGenerator.cpp:(.text+0x1909): undefined reference to `typeinfo for CglProbing'
CbcCutGenerator.cpp:(.text+0x190e): undefined reference to `typeinfo for CglCutGenerator'
CbcCutGenerator.cpp:(.text+0x198c): undefined reference to `CglProbing::generateCutsAndModify(OsiSolverInterface const&, OsiCuts&, CglTreeInfo*)'
CbcCutGenerator.cpp:(.text+0x1994): undefined reference to `CglProbing::tightLower() const'
CbcCutGenerator.cpp:(.text+0x19a5): undefined reference to `CglProbing::tightLower() const'
CbcCutGenerator.cpp:(.text+0x19d3): undefined reference to `CglProbing::tightUpper() const'
CbcCutGenerator.cpp:(.text+0x1d11): undefined reference to `OsiCuts::OsiCuts()'
CbcCutGenerator.cpp:(.text+0x1d21): undefined reference to `OsiCuts::operator=(OsiCuts const&)'
CbcCutGenerator.cpp:(.text+0x1d29): undefined reference to `OsiCuts::~OsiCuts()'
CbcCutGenerator.cpp:(.text+0x1d80): undefined reference to `OsiColCut::OsiColCut()'
CbcCutGenerator.cpp:(.text+0x1dc7): undefined reference to `OsiColCut::clone() const'
CbcCutGenerator.cpp:(.text+0x1dfd): undefined reference to `OsiColCut::~OsiColCut()'
CbcCutGenerator.cpp:(.text+0x1e37): undefined reference to `typeinfo for OsiSolverInterface'
CbcCutGenerator.cpp:(.text+0x1f55): undefined reference to `OsiRowCut::mutableRow()'
CbcCutGenerator.cpp:(.text+0x1fe7): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcCutGenerator.cpp:(.text+0x2000): undefined reference to `OsiRowCut::OsiRowCut(OsiRowCut const&)'
CbcCutGenerator.cpp:(.text+0x2008): undefined reference to `OsiRowCut::row() const'
CbcCutGenerator.cpp:(.text+0x20a1): undefined reference to `CglTreeInfo::~CglTreeInfo()'
CbcCutGenerator.cpp:(.text+0x21c3): undefined reference to `CglProbing::getMaxLook() const'
CbcCutGenerator.cpp:(.text+0x21cf): undefined reference to `CglProbing::getMaxProbe() const'
CbcCutGenerator.cpp:(.text+0x224c): undefined reference to `CglProbing::setMaxLook(int)'
CbcCutGenerator.cpp:(.text+0x2258): undefined reference to `CglProbing::setMaxProbe(int)'
CbcCutGenerator.cpp:(.text+0x22a6): undefined reference to `CglTreeInfo::CglTreeInfo(CglTreeInfo const&)'
CbcCutGenerator.cpp:(.text+0x22d2): undefined reference to `CglTreeInfo::~CglTreeInfo()'
CbcCutGenerator.cpp:(.text+0x2325): undefined reference to `CglProbing::getMaxLook() const'
CbcCutGenerator.cpp:(.text+0x234c): undefined reference to `CglProbing::generateCutsAndModify(OsiSolverInterface const&, OsiCuts&, CglTreeInfo*)'
CbcCutGenerator.cpp:(.text+0x2482): undefined reference to `OsiRowCut::lb() const'
CbcCutGenerator.cpp:(.text+0x248f): undefined reference to `OsiRowCut::ub() const'
CbcCutGenerator.cpp:(.text+0x249e): undefined reference to `OsiRowCut::row() const'
CbcCutGenerator.cpp:(.text+0x24d0): undefined reference to `OsiRowCut::row() const'
CbcCutGenerator.cpp:(.text+0x24f0): undefined reference to `OsiRowCut::row() const'
CbcCutGenerator.cpp:(.text+0x2547): undefined reference to `OsiRowCut::ub() const'
CbcCutGenerator.cpp:(.text+0x2562): undefined reference to `OsiRowCut::ub() const'
CbcCutGenerator.cpp:(.text+0x256c): undefined reference to `OsiRowCut::lb() const'
CbcCutGenerator.cpp:(.text+0x2583): undefined reference to `OsiRowCut::lb() const'
CbcCutGenerator.cpp:(.text+0x2670): undefined reference to `OsiRowCut::row() const'
CbcCutGenerator.cpp:(.text+0x2866): undefined reference to `OsiRowCut::lb() const'
CbcCutGenerator.cpp:(.text+0x2873): undefined reference to `OsiRowCut::ub() const'
CbcCutGenerator.cpp:(.text+0x2882): undefined reference to `OsiRowCut::row() const'
CbcCutGenerator.cpp:(.text+0x28a3): undefined reference to `OsiRowCut::row() const'
CbcCutGenerator.cpp:(.text+0x28c3): undefined reference to `OsiRowCut::row() const'
CbcCutGenerator.cpp:(.text+0x294a): undefined reference to `OsiRowCut::ub() const'
CbcCutGenerator.cpp:(.text+0x2961): undefined reference to `OsiRowCut::ub() const'
CbcCutGenerator.cpp:(.text+0x2aa5): undefined reference to `OsiRowCut::OsiRowCut()'
CbcCutGenerator.cpp:(.text+0x2ab5): undefined reference to `OsiRowCut::setLb(double)'
CbcCutGenerator.cpp:(.text+0x2ac1): undefined reference to `OsiRowCut::setUb(double)'
CbcCutGenerator.cpp:(.text+0x2ac9): undefined reference to `OsiRowCut::clone() const'
CbcCutGenerator.cpp:(.text+0x2afb): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcCutGenerator.cpp:(.text+0x2c41): undefined reference to `OsiRowCut::lb() const'
CbcCutGenerator.cpp:(.text+0x2c58): undefined reference to `OsiRowCut::lb() const'
CbcCutGenerator.cpp:(.text+0x2d30): undefined reference to `OsiRowCut::lb() const'
CbcCutGenerator.cpp:(.text+0x2d3d): undefined reference to `OsiRowCut::ub() const'
CbcCutGenerator.cpp:(.text+0x2d54): undefined reference to `OsiRowCut::row() const'
CbcCutGenerator.cpp:(.text+0x2d76): undefined reference to `OsiRowCut::row() const'
CbcCutGenerator.cpp:(.text+0x2d9e): undefined reference to `OsiRowCut::row() const'
CbcCutGenerator.cpp:(.text+0x2dbe): undefined reference to `OsiRowCut::lb() const'
CbcCutGenerator.cpp:(.text+0x2dcc): undefined reference to `OsiRowCut::ub() const'
CbcCutGenerator.cpp:(.text+0x2e9f): undefined reference to `OsiRowCut::lb() const'
CbcCutGenerator.cpp:(.text+0x2ead): undefined reference to `OsiRowCut::ub() const'
CbcCutGenerator.cpp:(.text+0x2ec5): undefined reference to `OsiRowCut::row() const'
CbcCutGenerator.cpp:(.text+0x2ee3): undefined reference to `OsiRowCut::row() const'
CbcCutGenerator.cpp:(.text+0x2f03): undefined reference to `OsiRowCut::row() const'
CbcCutGenerator.cpp:(.text+0x3069): undefined reference to `OsiRowCut::row() const'
CbcCutGenerator.cpp:(.text+0x308c): undefined reference to `OsiRowCut::lb() const'
CbcCutGenerator.cpp:(.text+0x309a): undefined reference to `OsiRowCut::ub() const'
CbcCutGenerator.cpp:(.text+0x3519): undefined reference to `CglProbing::setMaxLook(int)'
CbcCutGenerator.cpp:(.text+0x3525): undefined reference to `CglProbing::setMaxProbe(int)'
CbcCutGenerator.cpp:(.text+0x3537): undefined reference to `CglProbing::setMaxLook(int)'
CbcCutGenerator.cpp:(.text+0x3543): undefined reference to `CglProbing::setMaxProbe(int)'
CbcCutGenerator.cpp:(.text+0x37f6): undefined reference to `CglTreeInfo::CglTreeInfo(CglTreeInfo const&)'
CbcCutGenerator.cpp:(.text+0x3812): undefined reference to `CglTreeInfo::~CglTreeInfo()'
CbcCutGenerator.cpp:(.text+0x38a0): undefined reference to `CglTreeInfo::~CglTreeInfo()'
CbcCutGenerator.cpp:(.text+0x38b8): undefined reference to `CglTreeInfo::~CglTreeInfo()'
CbcCutGenerator.cpp:(.text+0x38de): undefined reference to `CglProbing::setMaxLook(int)'
CbcCutGenerator.cpp:(.text+0x3925): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcCutGenerator.cpp:(.text+0x394f): undefined reference to `OsiColCut::~OsiColCut()'
CbcCutGenerator.cpp:(.text+0x396c): undefined reference to `OsiCuts::~OsiCuts()'
CbcCutGenerator.cpp:(.text+0x397f): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcCutGenerator.cpp:(.text+0x39e5): undefined reference to `CglTreeInfo::~CglTreeInfo()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcCutGenerator.o): In function `CbcCutGenerator::~CbcCutGenerator()':
CbcCutGenerator.cpp:(.text+0xf6b): undefined reference to `OsiCuts::~OsiCuts()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcFollowOn.o): In function `CbcIdiotBranch::buildCut(OsiBranchingInformation const*, int, int&) const':
CbcFollowOn.cpp:(.text+0x1edc): undefined reference to `OsiRowCut::OsiRowCut()'
CbcFollowOn.cpp:(.text+0x1ee8): undefined reference to `OsiRowCut::setUb(double)'
CbcFollowOn.cpp:(.text+0x2062): undefined reference to `OsiRowCut::setRow(int, int const*, double const*, bool)'
CbcFollowOn.cpp:(.text+0x2070): undefined reference to `OsiRowCut::setLb(double)'
CbcFollowOn.cpp:(.text+0x207e): undefined reference to `OsiRowCut::setUb(double)'
CbcFollowOn.cpp:(.text+0x20f4): undefined reference to `OsiRowCut::~OsiRowCut()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcFollowOn.o): In function `CbcIdiotBranch::infeasibility(OsiBranchingInformation const*, int&) const':
CbcFollowOn.cpp:(.text+0x214c): undefined reference to `OsiRowCut::ub() const'
CbcFollowOn.cpp:(.text+0x215c): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcFollowOn.cpp:(.text+0x21bd): undefined reference to `OsiRowCut::~OsiRowCut()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcFollowOn.o): In function `CbcIdiotBranch::createCbcBranch(OsiSolverInterface*, OsiBranchingInformation const*, int)':
CbcFollowOn.cpp:(.text+0x220f): undefined reference to `OsiRowCut::ub() const'
CbcFollowOn.cpp:(.text+0x2227): undefined reference to `OsiRowCut::OsiRowCut(OsiRowCut const&)'
CbcFollowOn.cpp:(.text+0x223c): undefined reference to `OsiRowCut::setUb(double)'
CbcFollowOn.cpp:(.text+0x225a): undefined reference to `OsiRowCut::setLb(double)'
CbcFollowOn.cpp:(.text+0x2272): undefined reference to `OsiRowCut::setLb(double)'
CbcFollowOn.cpp:(.text+0x2287): undefined reference to `OsiRowCut::setUb(double)'
CbcFollowOn.cpp:(.text+0x22c0): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcFollowOn.cpp:(.text+0x22ca): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcFollowOn.cpp:(.text+0x2307): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcFollowOn.cpp:(.text+0x2311): undefined reference to `OsiRowCut::~OsiRowCut()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcFollowOn.o):(.rodata._ZTV11CbcFollowOn[_ZTV11CbcFollowOn]+0x30): undefined reference to `OsiObject::checkInfeasibility(OsiBranchingInformation const*) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcFollowOn.o):(.rodata._ZTV11CbcFollowOn[_ZTV11CbcFollowOn]+0x60): undefined reference to `OsiObject::columnNumber() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcFollowOn.o):(.rodata._ZTV11CbcFollowOn[_ZTV11CbcFollowOn]+0x80): undefined reference to `OsiObject::upEstimate() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcFollowOn.o):(.rodata._ZTV11CbcFollowOn[_ZTV11CbcFollowOn]+0x88): undefined reference to `OsiObject::downEstimate() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcFollowOn.o):(.rodata._ZTV14CbcIdiotBranch[_ZTV14CbcIdiotBranch]+0x30): undefined reference to `OsiObject::checkInfeasibility(OsiBranchingInformation const*) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcFollowOn.o):(.rodata._ZTV14CbcIdiotBranch[_ZTV14CbcIdiotBranch]+0x60): undefined reference to `OsiObject::columnNumber() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcFollowOn.o):(.rodata._ZTV14CbcIdiotBranch[_ZTV14CbcIdiotBranch]+0x80): undefined reference to `OsiObject::upEstimate() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcFollowOn.o):(.rodata._ZTV14CbcIdiotBranch[_ZTV14CbcIdiotBranch]+0x88): undefined reference to `OsiObject::downEstimate() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcGeneralDepth.o): In function `CbcGeneralBranchingObject::branch()':
CbcGeneralDepth.cpp:(.text+0x2e1): undefined reference to `typeinfo for OsiSolverInterface'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcGeneralDepth.o): In function `CbcGeneralDepth::infeasibility(OsiBranchingInformation const*, int&) const':
CbcGeneralDepth.cpp:(.text+0x487): undefined reference to `typeinfo for OsiSolverInterface'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcGeneralDepth.o): In function `CbcOneGeneralBranchingObject::branch()':
CbcGeneralDepth.cpp:(.text+0xe19): undefined reference to `typeinfo for OsiSolverInterface'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcGeneralDepth.o): In function `CbcGeneralDepth::createCbcBranch(OsiSolverInterface*, OsiBranchingInformation const*, int)':
CbcGeneralDepth.cpp:(.text+0x157e): undefined reference to `typeinfo for OsiSolverInterface'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcGeneralDepth.o):(.rodata._ZTV15CbcGeneralDepth[_ZTV15CbcGeneralDepth]+0x30): undefined reference to `OsiObject::checkInfeasibility(OsiBranchingInformation const*) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcGeneralDepth.o):(.rodata._ZTV15CbcGeneralDepth[_ZTV15CbcGeneralDepth]+0x60): undefined reference to `OsiObject::columnNumber() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcGeneralDepth.o):(.rodata._ZTV15CbcGeneralDepth[_ZTV15CbcGeneralDepth]+0x80): undefined reference to `OsiObject::upEstimate() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcGeneralDepth.o):(.rodata._ZTV15CbcGeneralDepth[_ZTV15CbcGeneralDepth]+0x88): undefined reference to `OsiObject::downEstimate() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcHeuristic.o): In function `CbcSerendipity::solution(double&, double*)':
CbcHeuristic.cpp:(.text+0x3f1): undefined reference to `OsiSolverInterface::getAuxiliaryInfo() const'
CbcHeuristic.cpp:(.text+0x3fd): undefined reference to `typeinfo for OsiBabSolver'
CbcHeuristic.cpp:(.text+0x402): undefined reference to `typeinfo for OsiAuxInfo'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcHeuristic.o): In function `CbcHeurDebugNodes(CbcModel*)':
CbcHeuristic.cpp:(.text+0x3550): undefined reference to `typeinfo for OsiBranchingObject'
CbcHeuristic.cpp:(.text+0x35de): undefined reference to `typeinfo for OsiBranchingObject'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcHeuristic.o): In function `CbcHeuristic::cloneBut(int)':
CbcHeuristic.cpp:(.text+0x47a7): undefined reference to `typeinfo for OsiSolverInterface'
CbcHeuristic.cpp:(.text+0x4866): undefined reference to `typeinfo for OsiObject'
CbcHeuristic.cpp:(.text+0x48d9): undefined reference to `typeinfo for OsiObject'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcHeuristic.o): In function `CbcHeuristicNode::gutsOfConstructor(CbcModel&)':
CbcHeuristic.cpp:(.text+0x6cd7): undefined reference to `typeinfo for OsiBranchingObject'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcHeuristic.o): In function `CbcHeuristic::smallBranchAndBound(OsiSolverInterface*, int, double*, double&, double, std::string) const':
CbcHeuristic.cpp:(.text+0x7636): undefined reference to `typeinfo for OsiSolverInterface'
CbcHeuristic.cpp:(.text+0x7977): undefined reference to `OsiPresolve::OsiPresolve()'
CbcHeuristic.cpp:(.text+0x7ca6): undefined reference to `CglPreProcess::CglPreProcess()'
CbcHeuristic.cpp:(.text+0x7d18): undefined reference to `CglPreProcess::preProcessNonDefault(OsiSolverInterface&, int, int, int)'
CbcHeuristic.cpp:(.text+0x81cf): undefined reference to `CglPreProcess::originalColumns()'
CbcHeuristic.cpp:(.text+0x82cf): undefined reference to `CglPreProcess::originalColumns()'
CbcHeuristic.cpp:(.text+0x83c8): undefined reference to `CglPreProcess::originalColumns()'
CbcHeuristic.cpp:(.text+0x8539): undefined reference to `CglPreProcess::passInMessageHandler(CoinMessageHandler*)'
CbcHeuristic.cpp:(.text+0x874d): undefined reference to `CglPreProcess::~CglPreProcess()'
CbcHeuristic.cpp:(.text+0x8965): undefined reference to `CglPreProcess::passInRowTypes(char const*, int)'
CbcHeuristic.cpp:(.text+0x8e8e): undefined reference to `typeinfo for OsiSolverInterface'
CbcHeuristic.cpp:(.text+0x8ed2): undefined reference to `CglPreProcess::postProcess(OsiSolverInterface&, bool)'
CbcHeuristic.cpp:(.text+0x8fd0): undefined reference to `OsiPresolve::OsiPresolve()'
CbcHeuristic.cpp:(.text+0x98c6): undefined reference to `typeinfo for CglStored'
CbcHeuristic.cpp:(.text+0x98cb): undefined reference to `typeinfo for CglCutGenerator'
CbcHeuristic.cpp:(.text+0x98f2): undefined reference to `typeinfo for CglImplication'
CbcHeuristic.cpp:(.text+0x98f7): undefined reference to `typeinfo for CglCutGenerator'
CbcHeuristic.cpp:(.text+0x9c0c): undefined reference to `typeinfo for CglGomory'
CbcHeuristic.cpp:(.text+0x9c11): undefined reference to `typeinfo for CglCutGenerator'
CbcHeuristic.cpp:(.text+0x9c31): undefined reference to `CglGomory::passInOriginalSolver(OsiSolverInterface*)'
CbcHeuristic.cpp:(.text+0x9db3): undefined reference to `CglStored::CglStored(CglStored const&)'
CbcHeuristic.cpp:(.text+0x9e09): undefined reference to `CglStored::~CglStored()'
CbcHeuristic.cpp:(.text+0xa06d): undefined reference to `CglPreProcess::~CglPreProcess()'
CbcHeuristic.cpp:(.text+0xa084): undefined reference to `CglStored::~CglStored()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcHeuristic.o): In function `CbcSerendipity::solution(double&, double*)':
CbcHeuristic.cpp:(.text+0x44b): undefined reference to `OsiBabSolver::solution(double&, double*, int)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcHeuristicDive.o): In function `CbcHeuristicDive::setPriorities()':
CbcHeuristicDive.cpp:(.text+0xce8): undefined reference to `typeinfo for OsiObject'
CbcHeuristicDive.cpp:(.text+0xe6b): undefined reference to `typeinfo for OsiObject'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcHeuristicDive.o): In function `CbcHeuristicDive::reducedCostFix(OsiSolverInterface*)':
CbcHeuristicDive.cpp:(.text+0x115a): undefined reference to `typeinfo for OsiSolverInterface'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcHeuristicDive.o): In function `CbcHeuristicDive::solution(double&, int&, int&, OsiRowCut**, CbcSubProblem**&, double*)':
CbcHeuristicDive.cpp:(.text+0x1e3f): undefined reference to `typeinfo for OsiSolverInterface'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcHeuristicDive.o): In function `CbcHeuristicDive::solution(double&, int&, int&, OsiRowCut**, CbcSubProblem**&, double*) [clone .constprop.63]':
CbcHeuristicDive.cpp:(.text+0x4083): undefined reference to `typeinfo for OsiSolverInterface'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcHeuristicFPump.o): In function `CbcDisasterHandler::CbcDisasterHandler(CbcModel*)':
CbcHeuristicFPump.cpp:(.text+0x1909): undefined reference to `typeinfo for OsiSolverInterface'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcHeuristicFPump.o): In function `CbcDisasterHandler::setCbcModel(CbcModel*)':
CbcHeuristicFPump.cpp:(.text+0x19e3): undefined reference to `typeinfo for OsiSolverInterface'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcHeuristicFPump.o):CbcHeuristicFPump.cpp:(.text+0x26b3): more undefined references to `typeinfo for OsiSolverInterface' follow
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcBranchCut.o): In function `CbcCutBranchingObject::compareOriginalObject(CbcBranchingObject const*) const':
CbcBranchCut.cpp:(.text+0x109): undefined reference to `OsiRowCut::row() const'
CbcBranchCut.cpp:(.text+0x114): undefined reference to `OsiRowCut::row() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcBranchCut.o): In function `CbcCutBranchingObject::compareBranchingObject(CbcBranchingObject const*, bool)':
CbcBranchCut.cpp:(.text+0x195): undefined reference to `OsiRowCut::lb() const'
CbcBranchCut.cpp:(.text+0x1a3): undefined reference to `OsiRowCut::ub() const'
CbcBranchCut.cpp:(.text+0x1b1): undefined reference to `OsiRowCut::lb() const'
CbcBranchCut.cpp:(.text+0x1bf): undefined reference to `OsiRowCut::ub() const'
CbcBranchCut.cpp:(.text+0x23e): undefined reference to `OsiRowCut::setLb(double)'
CbcBranchCut.cpp:(.text+0x250): undefined reference to `OsiRowCut::setUb(double)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcBranchCut.o): In function `CbcCutBranchingObject::print()':
CbcBranchCut.cpp:(.text+0x311): undefined reference to `OsiRowCut::lb() const'
CbcBranchCut.cpp:(.text+0x31e): undefined reference to `OsiRowCut::ub() const'
CbcBranchCut.cpp:(.text+0x32c): undefined reference to `OsiRowCut::row() const'
CbcBranchCut.cpp:(.text+0x34a): undefined reference to `OsiRowCut::row() const'
CbcBranchCut.cpp:(.text+0x36a): undefined reference to `OsiRowCut::row() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcBranchCut.o): In function `CbcCutBranchingObject::branch()':
CbcBranchCut.cpp:(.text+0x4db): undefined reference to `OsiRowCut::lb() const'
CbcBranchCut.cpp:(.text+0x4e9): undefined reference to `OsiRowCut::ub() const'
CbcBranchCut.cpp:(.text+0x4f7): undefined reference to `OsiRowCut::row() const'
CbcBranchCut.cpp:(.text+0x517): undefined reference to `OsiRowCut::row() const'
CbcBranchCut.cpp:(.text+0x539): undefined reference to `OsiRowCut::row() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcBranchCut.o): In function `CbcCutBranchingObject::operator=(CbcCutBranchingObject const&)':
CbcBranchCut.cpp:(.text+0xf0f): undefined reference to `OsiRowCut::operator=(OsiRowCut const&)'
CbcBranchCut.cpp:(.text+0xf22): undefined reference to `OsiRowCut::operator=(OsiRowCut const&)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcBranchCut.o): In function `CbcCutBranchingObject::CbcCutBranchingObject()':
CbcBranchCut.cpp:(.text+0xf77): undefined reference to `OsiRowCut::OsiRowCut()'
CbcBranchCut.cpp:(.text+0xf86): undefined reference to `OsiRowCut::OsiRowCut()'
CbcBranchCut.cpp:(.text+0xf8e): undefined reference to `OsiRowCut::OsiRowCut()'
CbcBranchCut.cpp:(.text+0xf99): undefined reference to `OsiRowCut::operator=(OsiRowCut const&)'
CbcBranchCut.cpp:(.text+0xfa1): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcBranchCut.cpp:(.text+0xfab): undefined reference to `OsiRowCut::OsiRowCut()'
CbcBranchCut.cpp:(.text+0xfb8): undefined reference to `OsiRowCut::operator=(OsiRowCut const&)'
CbcBranchCut.cpp:(.text+0xfc2): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcBranchCut.cpp:(.text+0xffc): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcBranchCut.cpp:(.text+0x1007): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcBranchCut.cpp:(.text+0x1012): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcBranchCut.cpp:(.text+0x102d): undefined reference to `OsiRowCut::~OsiRowCut()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcBranchCut.o): In function `CbcCutBranchingObject::CbcCutBranchingObject(CbcModel*, OsiRowCut&, OsiRowCut&, bool)':
CbcBranchCut.cpp:(.text+0x1089): undefined reference to `OsiRowCut::OsiRowCut()'
CbcBranchCut.cpp:(.text+0x1098): undefined reference to `OsiRowCut::OsiRowCut()'
CbcBranchCut.cpp:(.text+0x10a3): undefined reference to `OsiRowCut::operator=(OsiRowCut const&)'
CbcBranchCut.cpp:(.text+0x10ae): undefined reference to `OsiRowCut::operator=(OsiRowCut const&)'
CbcBranchCut.cpp:(.text+0x10e5): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcBranchCut.cpp:(.text+0x10f0): undefined reference to `OsiRowCut::~OsiRowCut()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcBranchCut.o): In function `CbcCutBranchingObject::CbcCutBranchingObject(CbcCutBranchingObject const&)':
CbcBranchCut.cpp:(.text+0x1124): undefined reference to `OsiRowCut::OsiRowCut()'
CbcBranchCut.cpp:(.text+0x1133): undefined reference to `OsiRowCut::OsiRowCut()'
CbcBranchCut.cpp:(.text+0x113f): undefined reference to `OsiRowCut::operator=(OsiRowCut const&)'
CbcBranchCut.cpp:(.text+0x114e): undefined reference to `OsiRowCut::operator=(OsiRowCut const&)'
CbcBranchCut.cpp:(.text+0x1184): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcBranchCut.cpp:(.text+0x118c): undefined reference to `OsiRowCut::~OsiRowCut()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcBranchCut.o): In function `CbcCutBranchingObject::~CbcCutBranchingObject()':
CbcBranchCut.cpp:(.text+0x11bc): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcBranchCut.cpp:(.text+0x11c5): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcBranchCut.cpp:(.text+0x11df): undefined reference to `OsiRowCut::~OsiRowCut()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcBranchCut.o):CbcBranchCut.cpp:(.text+0x121c): more undefined references to `OsiRowCut::~OsiRowCut()' follow
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcBranchCut.o): In function `CbcCutBranchingObject::clone() const':
CbcBranchCut.cpp:(.text+0x1294): undefined reference to `OsiRowCut::OsiRowCut()'
CbcBranchCut.cpp:(.text+0x12a3): undefined reference to `OsiRowCut::OsiRowCut()'
CbcBranchCut.cpp:(.text+0x12af): undefined reference to `OsiRowCut::operator=(OsiRowCut const&)'
CbcBranchCut.cpp:(.text+0x12be): undefined reference to `OsiRowCut::operator=(OsiRowCut const&)'
CbcBranchCut.cpp:(.text+0x12f7): undefined reference to `OsiRowCut::~OsiRowCut()'
CbcBranchCut.cpp:(.text+0x12ff): undefined reference to `OsiRowCut::~OsiRowCut()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcBranchCut.o):(.rodata._ZTV12CbcBranchCut[_ZTV12CbcBranchCut]+0x30): undefined reference to `OsiObject::checkInfeasibility(OsiBranchingInformation const*) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcBranchCut.o):(.rodata._ZTV12CbcBranchCut[_ZTV12CbcBranchCut]+0x60): undefined reference to `OsiObject::columnNumber() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcBranchCut.o):(.rodata._ZTV12CbcBranchCut[_ZTV12CbcBranchCut]+0x80): undefined reference to `OsiObject::upEstimate() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcBranchCut.o):(.rodata._ZTV12CbcBranchCut[_ZTV12CbcBranchCut]+0x88): undefined reference to `OsiObject::downEstimate() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcGeneral.o):(.rodata._ZTV10CbcGeneral[_ZTV10CbcGeneral]+0x30): undefined reference to `OsiObject::checkInfeasibility(OsiBranchingInformation const*) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcGeneral.o):(.rodata._ZTV10CbcGeneral[_ZTV10CbcGeneral]+0x60): undefined reference to `OsiObject::columnNumber() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcGeneral.o):(.rodata._ZTV10CbcGeneral[_ZTV10CbcGeneral]+0x80): undefined reference to `OsiObject::upEstimate() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbc.a(CbcGeneral.o):(.rodata._ZTV10CbcGeneral[_ZTV10CbcGeneral]+0x88): undefined reference to `OsiObject::downEstimate() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcSolver.o): In function `CbcSolver::operator=(CbcSolver const&)':
CbcSolver.cpp:(.text+0xbe8): undefined reference to `typeinfo for OsiSolverInterface'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcSolver.o): In function `CbcSolver::fillParameters()':
CbcSolver.cpp:(.text+0x12ec): undefined reference to `typeinfo for OsiSolverInterface'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcSolver.o): In function `CbcSolver::fillValuesInSolver()':
CbcSolver.cpp:(.text+0x4ac7): undefined reference to `typeinfo for OsiSolverInterface'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcSolver.o): In function `CbcSolver::setOriginalSolver(OsiClpSolverInterface*)':
CbcSolver.cpp:(.text+0x5125): undefined reference to `typeinfo for OsiSolverInterface'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcSolver.o): In function `CbcMain0(CbcModel&, CbcSolverUsefulData&)':
CbcSolver.cpp:(.text+0x54c0): undefined reference to `typeinfo for OsiSolverInterface'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcSolver.o):CbcSolver.cpp:(.text+0x54fc): more undefined references to `typeinfo for OsiSolverInterface' follow
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcSolver.o): In function `CbcMain1(int, char const**, CbcModel&, int (*)(CbcModel*, int), CbcSolverUsefulData&)':
CbcSolver.cpp:(.text+0x97b1): undefined reference to `CglStored::CglStored(int)'
CbcSolver.cpp:(.text+0x9a6c): undefined reference to `CglGomory::CglGomory()'
CbcSolver.cpp:(.text+0x9a7d): undefined reference to `CglGomory::setLimitAtRoot(int)'
CbcSolver.cpp:(.text+0x9a8e): undefined reference to `CglGomory::setLimit(int)'
CbcSolver.cpp:(.text+0x9a9a): undefined reference to `CglProbing::CglProbing()'
CbcSolver.cpp:(.text+0x9aab): undefined reference to `CglProbing::setUsingObjective(int)'
CbcSolver.cpp:(.text+0x9abc): undefined reference to `CglProbing::setMaxPass(int)'
CbcSolver.cpp:(.text+0x9acd): undefined reference to `CglProbing::setMaxPassRoot(int)'
CbcSolver.cpp:(.text+0x9ade): undefined reference to `CglProbing::setMaxProbe(int)'
CbcSolver.cpp:(.text+0x9aef): undefined reference to `CglProbing::setMaxProbeRoot(int)'
CbcSolver.cpp:(.text+0x9b00): undefined reference to `CglProbing::setMaxLook(int)'
CbcSolver.cpp:(.text+0x9b11): undefined reference to `CglProbing::setMaxLookRoot(int)'
CbcSolver.cpp:(.text+0x9b22): undefined reference to `CglProbing::setMaxLookRoot(int)'
CbcSolver.cpp:(.text+0x9b33): undefined reference to `CglProbing::setMaxElements(int)'
CbcSolver.cpp:(.text+0x9b44): undefined reference to `CglProbing::setMaxElementsRoot(int)'
CbcSolver.cpp:(.text+0x9b55): undefined reference to `CglProbing::setRowCuts(int)'
CbcSolver.cpp:(.text+0x9b61): undefined reference to `CglKnapsackCover::CglKnapsackCover()'
CbcSolver.cpp:(.text+0x9b6d): undefined reference to `CglRedSplit::CglRedSplit()'
CbcSolver.cpp:(.text+0x9b79): undefined reference to `CglRedSplit2::CglRedSplit2()'
CbcSolver.cpp:(.text+0x9b85): undefined reference to `CglGMI::CglGMI()'
CbcSolver.cpp:(.text+0x9b95): undefined reference to `CglFakeClique::CglFakeClique(OsiSolverInterface*, bool)'
CbcSolver.cpp:(.text+0x9bd4): undefined reference to `CglMixedIntegerRounding2::CglMixedIntegerRounding2(int, bool, int, int)'
CbcSolver.cpp:(.text+0x9be5): undefined reference to `CglMixedIntegerRounding2::setDoPreproc(int)'
CbcSolver.cpp:(.text+0x9bf1): undefined reference to `CglFlowCover::CglFlowCover()'
CbcSolver.cpp:(.text+0x9bfd): undefined reference to `CglTwomir::CglTwomir()'
CbcSolver.cpp:(.text+0x9c2d): undefined reference to `LAP::Validator::Validator(double, double, double, bool, double)'
CbcSolver.cpp:(.text+0x9c39): undefined reference to `CglLandP::Parameters::Parameters()'
CbcSolver.cpp:(.text+0x9c53): undefined reference to `CglLandP::CglLandP(CglLandP::Parameters const&, LAP::Validator const&)'
CbcSolver.cpp:(.text+0x9c6a): undefined reference to `CglParam::~CglParam()'
CbcSolver.cpp:(.text+0x9c9a): undefined reference to `CglResidualCapacity::CglResidualCapacity()'
CbcSolver.cpp:(.text+0x9cab): undefined reference to `CglResidualCapacity::setDoPreproc(int)'
CbcSolver.cpp:(.text+0x9cb7): undefined reference to `CglZeroHalf::CglZeroHalf()'
CbcSolver.cpp:(.text+0x9d0d): undefined reference to `CglGomory::setAwayAtRoot(double)'
CbcSolver.cpp:(.text+0x9d21): undefined reference to `CglTwomir::setAwayAtRoot(double)'
CbcSolver.cpp:(.text+0x9d35): undefined reference to `CglTwomir::setAway(double)'
CbcSolver.cpp:(.text+0xaf79): undefined reference to `typeinfo for OsiSolverInterface'
CbcSolver.cpp:(.text+0xb5bf): undefined reference to `typeinfo for OsiSolverInterface'
CbcSolver.cpp:(.text+0xb7fa): undefined reference to `typeinfo for OsiSolverInterface'
CbcSolver.cpp:(.text+0xb8db): undefined reference to `typeinfo for OsiSolverInterface'
CbcSolver.cpp:(.text+0xb938): undefined reference to `typeinfo for OsiSolverInterface'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcSolver.o):CbcSolver.cpp:(.text+0xba1c): more undefined references to `typeinfo for OsiSolverInterface' follow
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcSolver.o): In function `CbcMain1(int, char const**, CbcModel&, int (*)(CbcModel*, int), CbcSolverUsefulData&)':
CbcSolver.cpp:(.text+0xba4c): undefined reference to `CglProbing::CglProbing()'
CbcSolver.cpp:(.text+0xba5d): undefined reference to `CglProbing::setMaxProbe(int)'
CbcSolver.cpp:(.text+0xba6e): undefined reference to `CglProbing::setMaxLook(int)'
CbcSolver.cpp:(.text+0xba7f): undefined reference to `CglProbing::setMaxElements(int)'
CbcSolver.cpp:(.text+0xba90): undefined reference to `CglProbing::setMaxProbeRoot(int)'
CbcSolver.cpp:(.text+0xbaa1): undefined reference to `CglProbing::setMaxLookRoot(int)'
CbcSolver.cpp:(.text+0xbab2): undefined reference to `CglProbing::setRowCuts(int)'
CbcSolver.cpp:(.text+0xbac3): undefined reference to `CglProbing::setUsingObjective(int)'
CbcSolver.cpp:(.text+0xbb1a): undefined reference to `CglGomory::CglGomory()'
CbcSolver.cpp:(.text+0xbb2b): undefined reference to `CglGomory::setLimitAtRoot(int)'
CbcSolver.cpp:(.text+0xbb83): undefined reference to `CglKnapsackCover::CglKnapsackCover()'
CbcSolver.cpp:(.text+0xbbdb): undefined reference to `CglRedSplit::CglRedSplit()'
CbcSolver.cpp:(.text+0xbc37): undefined reference to `CglClique::CglClique(bool, bool)'
CbcSolver.cpp:(.text+0xbcad): undefined reference to `CglMixedIntegerRounding2::CglMixedIntegerRounding2()'
CbcSolver.cpp:(.text+0xbd05): undefined reference to `CglFlowCover::CglFlowCover()'
CbcSolver.cpp:(.text+0xbd5d): undefined reference to `CglTwomir::CglTwomir()'
CbcSolver.cpp:(.text+0xbf0f): undefined reference to `CbcHeuristicGreedyCover::CbcHeuristicGreedyCover(CbcModel&)'
CbcSolver.cpp:(.text+0xbf54): undefined reference to `CbcHeuristicGreedyEquality::CbcHeuristicGreedyEquality(CbcModel&)'
CbcSolver.cpp:(.text+0xc140): undefined reference to `CbcHeuristicGreedyEquality::~CbcHeuristicGreedyEquality()'
CbcSolver.cpp:(.text+0xc14c): undefined reference to `CbcHeuristicGreedyCover::~CbcHeuristicGreedyCover()'
CbcSolver.cpp:(.text+0xc17c): undefined reference to `CglTwomir::~CglTwomir()'
CbcSolver.cpp:(.text+0xc188): undefined reference to `CglFlowCover::~CglFlowCover()'
CbcSolver.cpp:(.text+0xc194): undefined reference to `CglMixedIntegerRounding2::~CglMixedIntegerRounding2()'
CbcSolver.cpp:(.text+0xc1a6): undefined reference to `vtable for CglClique'
CbcSolver.cpp:(.text+0xc1ab): undefined reference to `CglCutGenerator::~CglCutGenerator()'
CbcSolver.cpp:(.text+0xc1b7): undefined reference to `CglRedSplit::~CglRedSplit()'
CbcSolver.cpp:(.text+0xc1c3): undefined reference to `CglKnapsackCover::~CglKnapsackCover()'
CbcSolver.cpp:(.text+0xc1cf): undefined reference to `CglGomory::~CglGomory()'
CbcSolver.cpp:(.text+0xc1db): undefined reference to `CglProbing::~CglProbing()'
CbcSolver.cpp:(.text+0xcbc4): undefined reference to `CglZeroHalf::~CglZeroHalf()'
CbcSolver.cpp:(.text+0xcbd0): undefined reference to `CglResidualCapacity::~CglResidualCapacity()'
CbcSolver.cpp:(.text+0xcbdc): undefined reference to `CglLandP::~CglLandP()'
CbcSolver.cpp:(.text+0xcbe8): undefined reference to `CglTwomir::~CglTwomir()'
CbcSolver.cpp:(.text+0xcbf4): undefined reference to `CglFlowCover::~CglFlowCover()'
CbcSolver.cpp:(.text+0xcc00): undefined reference to `CglMixedIntegerRounding2::~CglMixedIntegerRounding2()'
CbcSolver.cpp:(.text+0xcc0c): undefined reference to `CglFakeClique::~CglFakeClique()'
CbcSolver.cpp:(.text+0xcc18): undefined reference to `CglGMI::~CglGMI()'
CbcSolver.cpp:(.text+0xcc24): undefined reference to `CglRedSplit2::~CglRedSplit2()'
CbcSolver.cpp:(.text+0xcc30): undefined reference to `CglRedSplit::~CglRedSplit()'
CbcSolver.cpp:(.text+0xcc3c): undefined reference to `CglKnapsackCover::~CglKnapsackCover()'
CbcSolver.cpp:(.text+0xcc48): undefined reference to `CglProbing::~CglProbing()'
CbcSolver.cpp:(.text+0xcc54): undefined reference to `CglGomory::~CglGomory()'
CbcSolver.cpp:(.text+0xce98): undefined reference to `CglStored::~CglStored()'
CbcSolver.cpp:(.text+0xf0e3): undefined reference to `CglParam::~CglParam()'
CbcSolver.cpp:(.text+0xf15c): undefined reference to `CglLandP::~CglLandP()'
CbcSolver.cpp:(.text+0x1075e): undefined reference to `CglGomory::setAwayAtRoot(double)'
CbcSolver.cpp:(.text+0x10f4c): undefined reference to `typeinfo for OsiSolverInterface'
CbcSolver.cpp:(.text+0x11783): undefined reference to `CglTwomir::~CglTwomir()'
CbcSolver.cpp:(.text+0x1178f): undefined reference to `CglFlowCover::~CglFlowCover()'
CbcSolver.cpp:(.text+0x1179b): undefined reference to `CglMixedIntegerRounding2::~CglMixedIntegerRounding2()'
CbcSolver.cpp:(.text+0x117ad): undefined reference to `vtable for CglClique'
CbcSolver.cpp:(.text+0x117b2): undefined reference to `CglCutGenerator::~CglCutGenerator()'
CbcSolver.cpp:(.text+0x117be): undefined reference to `CglRedSplit::~CglRedSplit()'
CbcSolver.cpp:(.text+0x117ca): undefined reference to `CglKnapsackCover::~CglKnapsackCover()'
CbcSolver.cpp:(.text+0x117d6): undefined reference to `CglGomory::~CglGomory()'
CbcSolver.cpp:(.text+0x117e2): undefined reference to `CglProbing::~CglProbing()'
CbcSolver.cpp:(.text+0x118c6): undefined reference to `CglStored::addCut(double, double, int, int const*, double const*)'
CbcSolver.cpp:(.text+0x1192d): undefined reference to `CbcHeuristicGreedyEquality::~CbcHeuristicGreedyEquality()'
CbcSolver.cpp:(.text+0x11939): undefined reference to `CbcHeuristicGreedyCover::~CbcHeuristicGreedyCover()'
CbcSolver.cpp:(.text+0x11969): undefined reference to `CglTwomir::~CglTwomir()'
CbcSolver.cpp:(.text+0x11975): undefined reference to `CglFlowCover::~CglFlowCover()'
CbcSolver.cpp:(.text+0x11981): undefined reference to `CglMixedIntegerRounding2::~CglMixedIntegerRounding2()'
CbcSolver.cpp:(.text+0x11993): undefined reference to `vtable for CglClique'
CbcSolver.cpp:(.text+0x11998): undefined reference to `CglCutGenerator::~CglCutGenerator()'
CbcSolver.cpp:(.text+0x119a4): undefined reference to `CglRedSplit::~CglRedSplit()'
CbcSolver.cpp:(.text+0x119b0): undefined reference to `CglKnapsackCover::~CglKnapsackCover()'
CbcSolver.cpp:(.text+0x119bc): undefined reference to `CglGomory::~CglGomory()'
CbcSolver.cpp:(.text+0x119c8): undefined reference to `CglProbing::~CglProbing()'
CbcSolver.cpp:(.text+0x11aa7): undefined reference to `typeinfo for OsiSolverInterface'
CbcSolver.cpp:(.text+0x11e24): undefined reference to `typeinfo for OsiSolverInterface'
CbcSolver.cpp:(.text+0x11e87): undefined reference to `CglPreProcess::CglPreProcess()'
CbcSolver.cpp:(.text+0x11f34): undefined reference to `typeinfo for OsiSolverInterface'
CbcSolver.cpp:(.text+0x120ca): undefined reference to `typeinfo for OsiObject'
CbcSolver.cpp:(.text+0x120de): undefined reference to `typeinfo for OsiObject'
CbcSolver.cpp:(.text+0x1247b): undefined reference to `typeinfo for OsiSolverInterface'
CbcSolver.cpp:(.text+0x1259b): undefined reference to `typeinfo for OsiSolverInterface'
CbcSolver.cpp:(.text+0x1276d): undefined reference to `typeinfo for OsiSolverInterface'
CbcSolver.cpp:(.text+0x12a46): undefined reference to `CglRedSplit2Param::setMaxNonzeroesTab(int)'
CbcSolver.cpp:(.text+0x12b57): undefined reference to `CglGMIParam::setMAX_SUPPORT_REL(double)'
CbcSolver.cpp:(.text+0x12ed0): undefined reference to `typeinfo for OsiSolverInterface'
CbcSolver.cpp:(.text+0x12fd1): undefined reference to `CglPreProcess::originalColumns()'
CbcSolver.cpp:(.text+0x1350a): undefined reference to `OsiSolverInterface::findIntegers(bool)'
CbcSolver.cpp:(.text+0x13619): undefined reference to `typeinfo for OsiSimpleInteger'
CbcSolver.cpp:(.text+0x1361e): undefined reference to `typeinfo for OsiObject'
CbcSolver.cpp:(.text+0x13700): undefined reference to `OsiSOS::OsiSOS(OsiSolverInterface const*, int, int const*, double const*, int)'
CbcSolver.cpp:(.text+0x13748): undefined reference to `OsiSolverInterface::addObjects(int, OsiObject**)'
CbcSolver.cpp:(.text+0x137d2): undefined reference to `typeinfo for OsiSOS'
CbcSolver.cpp:(.text+0x137d7): undefined reference to `typeinfo for OsiObject'
CbcSolver.cpp:(.text+0x13958): undefined reference to `typeinfo for OsiSolverInterface'
CbcSolver.cpp:(.text+0x13aab): undefined reference to `typeinfo for OsiSolverInterface'
CbcSolver.cpp:(.text+0x13ba1): undefined reference to `CglStored::CglStored(int)'
CbcSolver.cpp:(.text+0x13c5d): undefined reference to `CglStored::~CglStored()'
CbcSolver.cpp:(.text+0x13cd4): undefined reference to `typeinfo for OsiSolverInterface'
CbcSolver.cpp:(.text+0x13df4): undefined reference to `OsiChooseStrong::OsiChooseStrong(OsiSolverInterface const*)'
CbcSolver.cpp:(.text+0x13e45): undefined reference to `OsiChooseStrong::~OsiChooseStrong()'
CbcSolver.cpp:(.text+0x1425d): undefined reference to `typeinfo for OsiSolverInterface'
CbcSolver.cpp:(.text+0x143e4): undefined reference to `typeinfo for OsiSolverInterface'
CbcSolver.cpp:(.text+0x1460f): undefined reference to `typeinfo for CglGomory'
CbcSolver.cpp:(.text+0x14614): undefined reference to `typeinfo for CglCutGenerator'
CbcSolver.cpp:(.text+0x14648): undefined reference to `typeinfo for OsiSolverInterface'
CbcSolver.cpp:(.text+0x14f63): undefined reference to `typeinfo for OsiSolverInterface'
CbcSolver.cpp:(.text+0x151f4): undefined reference to `typeinfo for CglStored'
CbcSolver.cpp:(.text+0x151f9): undefined reference to `typeinfo for CglCutGenerator'
CbcSolver.cpp:(.text+0x15425): undefined reference to `typeinfo for OsiObject2'
CbcSolver.cpp:(.text+0x1542a): undefined reference to `typeinfo for OsiObject'
CbcSolver.cpp:(.text+0x1560e): undefined reference to `OsiSOS::OsiSOS(OsiSolverInterface const*, int, int const*, double const*, int)'
CbcSolver.cpp:(.text+0x1565b): undefined reference to `typeinfo for OsiSOS'
CbcSolver.cpp:(.text+0x15660): undefined reference to `typeinfo for OsiObject'
CbcSolver.cpp:(.text+0x156fa): undefined reference to `OsiSOS::OsiSOS(OsiSolverInterface const*, int, int const*, double const*, int)'
CbcSolver.cpp:(.text+0x15751): undefined reference to `OsiSolverInterface::addObjects(int, OsiObject**)'
CbcSolver.cpp:(.text+0x15845): undefined reference to `CglPreProcess::~CglPreProcess()'
CbcSolver.cpp:(.text+0x15ab4): undefined reference to `typeinfo for OsiObject'
CbcSolver.cpp:(.text+0x15bba): undefined reference to `typeinfo for OsiObject'
CbcSolver.cpp:(.text+0x15c05): undefined reference to `typeinfo for OsiObject'
CbcSolver.cpp:(.text+0x15e7d): undefined reference to `typeinfo for OsiObject'
CbcSolver.cpp:(.text+0x15ffa): undefined reference to `typeinfo for OsiSimpleInteger'
CbcSolver.cpp:(.text+0x15fff): undefined reference to `typeinfo for OsiObject'
CbcSolver.cpp:(.text+0x16140): undefined reference to `CglPreProcess::originalColumns()'
CbcSolver.cpp:(.text+0x16231): undefined reference to `CglStored::CglStored(int)'
CbcSolver.cpp:(.text+0x16264): undefined reference to `OsiRowCut::lb() const'
CbcSolver.cpp:(.text+0x16274): undefined reference to `OsiRowCut::ub() const'
CbcSolver.cpp:(.text+0x16284): undefined reference to `OsiRowCut::row() const'
CbcSolver.cpp:(.text+0x162a3): undefined reference to `OsiRowCut::row() const'
CbcSolver.cpp:(.text+0x162ca): undefined reference to `OsiRowCut::row() const'
CbcSolver.cpp:(.text+0x16368): undefined reference to `CglStored::addCut(double, double, int, int const*, double const*)'
CbcSolver.cpp:(.text+0x1666e): undefined reference to `typeinfo for OsiSolverInterface'
CbcSolver.cpp:(.text+0x16a8c): undefined reference to `typeinfo for OsiSolverInterface'
CbcSolver.cpp:(.text+0x16b34): undefined reference to `typeinfo for CglGomory'
CbcSolver.cpp:(.text+0x16b39): undefined reference to `typeinfo for CglCutGenerator'
CbcSolver.cpp:(.text+0x16b9f): undefined reference to `CglStored::CglStored(int)'
CbcSolver.cpp:(.text+0x17933): undefined reference to `typeinfo for OsiSolverInterface'
CbcSolver.cpp:(.text+0x17b3e): undefined reference to `CbcHeuristicGreedyEquality::~CbcHeuristicGreedyEquality()'
CbcSolver.cpp:(.text+0x17b4a): undefined reference to `CbcHeuristicGreedyCover::~CbcHeuristicGreedyCover()'
CbcSolver.cpp:(.text+0x1851f): undefined reference to `CglZeroHalf::~CglZeroHalf()'
CbcSolver.cpp:(.text+0x1852b): undefined reference to `CglResidualCapacity::~CglResidualCapacity()'
CbcSolver.cpp:(.text+0x18537): undefined reference to `CglLandP::~CglLandP()'
CbcSolver.cpp:(.text+0x18543): undefined reference to `CglTwomir::~CglTwomir()'
CbcSolver.cpp:(.text+0x1854f): undefined reference to `CglFlowCover::~CglFlowCover()'
CbcSolver.cpp:(.text+0x1855b): undefined reference to `CglMixedIntegerRounding2::~CglMixedIntegerRounding2()'
CbcSolver.cpp:(.text+0x18567): undefined reference to `CglFakeClique::~CglFakeClique()'
CbcSolver.cpp:(.text+0x18573): undefined reference to `CglGMI::~CglGMI()'
CbcSolver.cpp:(.text+0x1857f): undefined reference to `CglRedSplit2::~CglRedSplit2()'
CbcSolver.cpp:(.text+0x1858b): undefined reference to `CglRedSplit::~CglRedSplit()'
CbcSolver.cpp:(.text+0x18597): undefined reference to `CglKnapsackCover::~CglKnapsackCover()'
CbcSolver.cpp:(.text+0x185a3): undefined reference to `CglProbing::~CglProbing()'
CbcSolver.cpp:(.text+0x185af): undefined reference to `CglGomory::~CglGomory()'
CbcSolver.cpp:(.text+0x187f3): undefined reference to `CglStored::~CglStored()'
CbcSolver.cpp:(.text+0x18a1b): undefined reference to `CglZeroHalf::~CglZeroHalf()'
CbcSolver.cpp:(.text+0x18a27): undefined reference to `CglResidualCapacity::~CglResidualCapacity()'
CbcSolver.cpp:(.text+0x18a33): undefined reference to `CglLandP::~CglLandP()'
CbcSolver.cpp:(.text+0x18a3f): undefined reference to `CglTwomir::~CglTwomir()'
CbcSolver.cpp:(.text+0x18a4b): undefined reference to `CglFlowCover::~CglFlowCover()'
CbcSolver.cpp:(.text+0x18a57): undefined reference to `CglMixedIntegerRounding2::~CglMixedIntegerRounding2()'
CbcSolver.cpp:(.text+0x18a63): undefined reference to `CglFakeClique::~CglFakeClique()'
CbcSolver.cpp:(.text+0x18a6f): undefined reference to `CglGMI::~CglGMI()'
CbcSolver.cpp:(.text+0x18a7b): undefined reference to `CglRedSplit2::~CglRedSplit2()'
CbcSolver.cpp:(.text+0x18a87): undefined reference to `CglRedSplit::~CglRedSplit()'
CbcSolver.cpp:(.text+0x18a93): undefined reference to `CglKnapsackCover::~CglKnapsackCover()'
CbcSolver.cpp:(.text+0x18a9f): undefined reference to `CglProbing::~CglProbing()'
CbcSolver.cpp:(.text+0x18aab): undefined reference to `CglGomory::~CglGomory()'
CbcSolver.cpp:(.text+0x18c3f): undefined reference to `CglStored::~CglStored()'
CbcSolver.cpp:(.text+0x18e98): undefined reference to `typeinfo for OsiSolverInterface'
CbcSolver.cpp:(.text+0x18ed4): undefined reference to `typeinfo for OsiSolverInterface'
CbcSolver.cpp:(.text+0x1c378): undefined reference to `typeinfo for OsiObject'
CbcSolver.cpp:(.text+0x1c408): undefined reference to `typeinfo for OsiObject'
CbcSolver.cpp:(.text+0x1c87c): undefined reference to `typeinfo for OsiSolverInterface'
CbcSolver.cpp:(.text+0x1c956): undefined reference to `typeinfo for OsiSolverInterface'
CbcSolver.cpp:(.text+0x20438): undefined reference to `typeinfo for OsiObject2'
CbcSolver.cpp:(.text+0x2043d): undefined reference to `typeinfo for OsiObject'
CbcSolver.cpp:(.text+0x204c6): undefined reference to `typeinfo for OsiObject'
CbcSolver.cpp:(.text+0x20567): undefined reference to `typeinfo for OsiObject'
CbcSolver.cpp:(.text+0x20817): undefined reference to `typeinfo for OsiObject'
CbcSolver.cpp:(.text+0x20826): undefined reference to `typeinfo for OsiSOS'
CbcSolver.cpp:(.text+0x2082b): undefined reference to `typeinfo for OsiObject'
CbcSolver.cpp:(.text+0x20a2b): undefined reference to `typeinfo for OsiObject'
CbcSolver.cpp:(.text+0x20ac6): undefined reference to `typeinfo for CbcLotsize'
CbcSolver.cpp:(.text+0x20acb): undefined reference to `typeinfo for OsiObject'
CbcSolver.cpp:(.text+0x20af8): undefined reference to `typeinfo for OsiObject'
CbcSolver.cpp:(.text+0x20b35): undefined reference to `typeinfo for OsiObject'
CbcSolver.cpp:(.text+0x21951): undefined reference to `CglGomory::setLimitAtRoot(int)'
CbcSolver.cpp:(.text+0x2196b): undefined reference to `CglGomory::setLimit(int)'
CbcSolver.cpp:(.text+0x21a16): undefined reference to `CglGomory::passInOriginalSolver(OsiSolverInterface*)'
CbcSolver.cpp:(.text+0x21ac4): undefined reference to `CglGomory::setLimitAtRoot(int)'
CbcSolver.cpp:(.text+0x21b4b): undefined reference to `CglGomory::setLimitAtRoot(int)'
CbcSolver.cpp:(.text+0x21b5c): undefined reference to `CglGomory::setLimit(int)'
CbcSolver.cpp:(.text+0x21cd7): undefined reference to `CglProbing::setMaxProbeRoot(int)'
CbcSolver.cpp:(.text+0x21ce8): undefined reference to `CglProbing::setMaxProbeRoot(int)'
CbcSolver.cpp:(.text+0x21cf9): undefined reference to `CglProbing::setMaxProbe(int)'
CbcSolver.cpp:(.text+0x21d0a): undefined reference to `CglProbing::setMaxLookRoot(int)'
CbcSolver.cpp:(.text+0x21dd1): undefined reference to `CglGomory::setLimit(int)'
CbcSolver.cpp:(.text+0x21de7): undefined reference to `CglProbing::setMaxPassRoot(int)'
CbcSolver.cpp:(.text+0x21df5): undefined reference to `CglProbing::setMaxProbeRoot(int)'
CbcSolver.cpp:(.text+0x21e03): undefined reference to `CglProbing::setMaxLookRoot(int)'
CbcSolver.cpp:(.text+0x21e1c): undefined reference to `CglProbing::setMaxProbeRoot(int)'
CbcSolver.cpp:(.text+0x21e2a): undefined reference to `CglProbing::setMaxProbe(int)'
CbcSolver.cpp:(.text+0x21e3b): undefined reference to `CglProbing::setMaxLook(int)'
CbcSolver.cpp:(.text+0x21e4c): undefined reference to `CglProbing::setMaxLookRoot(int)'
CbcSolver.cpp:(.text+0x21e70): undefined reference to `CglProbing::setRowCuts(int)'
CbcSolver.cpp:(.text+0x21e83): undefined reference to `CglProbing::setMaxElements(int)'
CbcSolver.cpp:(.text+0x21e91): undefined reference to `CglProbing::setMaxElementsRoot(int)'
CbcSolver.cpp:(.text+0x21ea4): undefined reference to `CglGomory::setLimitAtRoot(int)'
CbcSolver.cpp:(.text+0x21eb2): undefined reference to `CglGomory::setLimit(int)'
CbcSolver.cpp:(.text+0x222b0): undefined reference to `CglProbing::CglProbing()'
CbcSolver.cpp:(.text+0x222c1): undefined reference to `CglProbing::setUsingObjective(int)'
CbcSolver.cpp:(.text+0x222d2): undefined reference to `CglProbing::setMaxPass(int)'
CbcSolver.cpp:(.text+0x222e3): undefined reference to `CglProbing::setMaxPassRoot(int)'
CbcSolver.cpp:(.text+0x22313): undefined reference to `CglProbing::setMaxProbeRoot(int)'
CbcSolver.cpp:(.text+0x22324): undefined reference to `CglProbing::setMaxElements(int)'
CbcSolver.cpp:(.text+0x22335): undefined reference to `CglProbing::setMaxElementsRoot(int)'
CbcSolver.cpp:(.text+0x22346): undefined reference to `CglProbing::setMaxLookRoot(int)'
CbcSolver.cpp:(.text+0x22371): undefined reference to `CglProbing::setMaxProbeRoot(int)'
CbcSolver.cpp:(.text+0x22382): undefined reference to `CglProbing::setRowCuts(int)'
CbcSolver.cpp:(.text+0x223cc): undefined reference to `CglPreProcess::addCutGenerator(CglCutGenerator*)'
CbcSolver.cpp:(.text+0x22447): undefined reference to `CglPreProcess::passInMessageHandler(CoinMessageHandler*)'
CbcSolver.cpp:(.text+0x22525): undefined reference to `typeinfo for OsiObject'
CbcSolver.cpp:(.text+0x22577): undefined reference to `typeinfo for CbcLotsize'
CbcSolver.cpp:(.text+0x2257c): undefined reference to `typeinfo for OsiObject'
CbcSolver.cpp:(.text+0x229b2): undefined reference to `typeinfo for OsiSolverInterface'
CbcSolver.cpp:(.text+0x22a5b): undefined reference to `typeinfo for OsiSolverInterface'
CbcSolver.cpp:(.text+0x22b23): undefined reference to `CglPreProcess::preProcessNonDefault(OsiSolverInterface&, int, int, int)'
CbcSolver.cpp:(.text+0x22b49): undefined reference to `CglPreProcess::originalColumns()'
CbcSolver.cpp:(.text+0x22bd1): undefined reference to `CglProbing::~CglProbing()'
CbcSolver.cpp:(.text+0x22c87): undefined reference to `CglPreProcess::originalColumns()'
CbcSolver.cpp:(.text+0x22d01): undefined reference to `typeinfo for OsiSolverInterface'
CbcSolver.cpp:(.text+0x22d5b): undefined reference to `CglPreProcess::originalColumns()'
CbcSolver.cpp:(.text+0x22d86): undefined reference to `typeinfo for OsiSolverInterface'
CbcSolver.cpp:(.text+0x22dc2): undefined reference to `typeinfo for OsiSolverInterface'
CbcSolver.cpp:(.text+0x23abb): undefined reference to `CglPreProcess::originalColumns()'
CbcSolver.cpp:(.text+0x24a1f): undefined reference to `CglProbing::~CglProbing()'
CbcSolver.cpp:(.text+0x24b3b): undefined reference to `CglPreProcess::~CglPreProcess()'
CbcSolver.cpp:(.text+0x24b73): undefined reference to `CglPreProcess::~CglPreProcess()'
CbcSolver.cpp:(.text+0x24d48): undefined reference to `CglPreProcess::passInProhibited(char const*, int)'
CbcSolver.cpp:(.text+0x2516a): undefined reference to `CglTwomir::passInOriginalSolver(OsiSolverInterface*)'
CbcSolver.cpp:(.text+0x259c7): undefined reference to `CglStored::CglStored(int)'
CbcSolver.cpp:(.text+0x259da): undefined reference to `CglStored::operator=(CglStored const&)'
CbcSolver.cpp:(.text+0x259e6): undefined reference to `CglStored::~CglStored()'
CbcSolver.cpp:(.text+0x25a10): undefined reference to `CglStored::~CglStored()'
CbcSolver.cpp:(.text+0x25a60): undefined reference to `CglProbing::setMaxPassRoot(int)'
CbcSolver.cpp:(.text+0x25a71): undefined reference to `CglProbing::setMaxElements(int)'
CbcSolver.cpp:(.text+0x25a92): undefined reference to `CglProbing::setMaxProbeRoot(int)'
CbcSolver.cpp:(.text+0x25ab3): undefined reference to `CglProbing::setMaxLookRoot(int)'
CbcSolver.cpp:(.text+0x25b45): undefined reference to `CglPreProcess::passInProhibited(char const*, int)'
CbcSolver.cpp:(.text+0x25d81): undefined reference to `typeinfo for OsiSolverInterface'
CbcSolver.cpp:(.text+0x25d9c): undefined reference to `CglPreProcess::originalColumns()'
CbcSolver.cpp:(.text+0x26111): undefined reference to `CglPreProcess::postProcess(OsiSolverInterface&, bool)'
CbcSolver.cpp:(.text+0x261cb): undefined reference to `CglPreProcess::postProcess(OsiSolverInterface&, bool)'
CbcSolver.cpp:(.text+0x2621b): undefined reference to `typeinfo for OsiObject'
CbcSolver.cpp:(.text+0x2642a): undefined reference to `typeinfo for OsiSolverInterface'
CbcSolver.cpp:(.text+0x2669d): undefined reference to `OsiChooseVariable::OsiChooseVariable(OsiSolverInterface const*)'
CbcSolver.cpp:(.text+0x266bc): undefined reference to `OsiChooseVariable::~OsiChooseVariable()'
CbcSolver.cpp:(.text+0x266dc): undefined reference to `CglStored::~CglStored()'
CbcSolver.cpp:(.text+0x266fc): undefined reference to `OsiChooseVariable::~OsiChooseVariable()'
CbcSolver.cpp:(.text+0x268ef): undefined reference to `OsiChooseStrong::~OsiChooseStrong()'
CbcSolver.cpp:(.text+0x26934): undefined reference to `typeinfo for OsiSolverInterface'
CbcSolver.cpp:(.text+0x26980): undefined reference to `CglStored::~CglStored()'
CbcSolver.cpp:(.text+0x2699b): undefined reference to `CglStored::operator=(CglStored const&)'
CbcSolver.cpp:(.text+0x269c0): undefined reference to `CglStored::~CglStored()'
CbcSolver.cpp:(.text+0x26b63): undefined reference to `OsiChooseStrong::OsiChooseStrong(OsiSolverInterface const*)'
CbcSolver.cpp:(.text+0x26bd0): undefined reference to `OsiChooseStrong::~OsiChooseStrong()'
CbcSolver.cpp:(.text+0x26c14): undefined reference to `typeinfo for OsiSolverInterface'
CbcSolver.cpp:(.text+0x26c93): undefined reference to `typeinfo for CglGomory'
CbcSolver.cpp:(.text+0x26c98): undefined reference to `typeinfo for CglCutGenerator'
CbcSolver.cpp:(.text+0x271f4): undefined reference to `typeinfo for OsiSolverInterface'
CbcSolver.cpp:(.text+0x27b95): undefined reference to `CglPreProcess::originalColumns()'
CbcSolver.cpp:(.text+0x28258): undefined reference to `OsiChooseStrong::~OsiChooseStrong()'
CbcSolver.cpp:(.text+0x2956c): undefined reference to `CglPreProcess::~CglPreProcess()'
CbcSolver.cpp:(.text+0x29cc1): undefined reference to `typeinfo for CglImplication'
CbcSolver.cpp:(.text+0x29cc6): undefined reference to `typeinfo for CglCutGenerator'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcSolver.o): In function `CglLandP::Parameters::~Parameters()':
CbcSolver.cpp:(.text._ZN8CglLandP10ParametersD2Ev[_ZN8CglLandP10ParametersD5Ev]+0x8): undefined reference to `CglParam::~CglParam()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcSolver.o): In function `CglLandP::Parameters::~Parameters()':
CbcSolver.cpp:(.text._ZN8CglLandP10ParametersD0Ev[_ZN8CglLandP10ParametersD5Ev]+0xc): undefined reference to `CglParam::~CglParam()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcSolver.o):(.rodata._ZTIN8CglLandP10ParametersE[_ZTIN8CglLandP10ParametersE]+0x10): undefined reference to `typeinfo for CglParam'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcSolver.o):(.rodata._ZTVN8CglLandP10ParametersE[_ZTVN8CglLandP10ParametersE]+0x10): undefined reference to `CglParam::setINFINIT(double)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcSolver.o):(.rodata._ZTVN8CglLandP10ParametersE[_ZTVN8CglLandP10ParametersE]+0x18): undefined reference to `CglParam::setEPS(double)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcSolver.o):(.rodata._ZTVN8CglLandP10ParametersE[_ZTVN8CglLandP10ParametersE]+0x20): undefined reference to `CglParam::setEPS_COEFF(double)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcSolver.o):(.rodata._ZTVN8CglLandP10ParametersE[_ZTVN8CglLandP10ParametersE]+0x28): undefined reference to `CglParam::setMAX_SUPPORT(int)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcSolver.o):(.rodata._ZTVN8CglLandP10ParametersE[_ZTVN8CglLandP10ParametersE]+0x30): undefined reference to `CglParam::clone() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcSolverHeuristics.o): In function `fixVubs(CbcModel&, int, int&, CoinMessageHandler*, double const*, double*, int*)':
CbcSolverHeuristics.cpp:(.text+0x26b): undefined reference to `typeinfo for OsiSolverInterface'
CbcSolverHeuristics.cpp:(.text+0x2d7): undefined reference to `typeinfo for OsiSolverInterface'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcSolverHeuristics.o): In function `doHeuristics(CbcModel*, int, CbcOrClpParam*, int, int, int)':
CbcSolverHeuristics.cpp:(.text+0x3f38): undefined reference to `CbcHeuristicRENS::CbcHeuristicRENS(CbcModel&)'
CbcSolverHeuristics.cpp:(.text+0x401a): undefined reference to `CbcHeuristicRENS::~CbcHeuristicRENS()'
CbcSolverHeuristics.cpp:(.text+0x404b): undefined reference to `CbcHeuristicRENS::CbcHeuristicRENS(CbcModel&)'
CbcSolverHeuristics.cpp:(.text+0x412e): undefined reference to `CbcHeuristicRENS::~CbcHeuristicRENS()'
CbcSolverHeuristics.cpp:(.text+0x45e9): undefined reference to `OsiBabSolver::OsiBabSolver(int)'
CbcSolverHeuristics.cpp:(.text+0x4721): undefined reference to `OsiBabSolver::~OsiBabSolver()'
CbcSolverHeuristics.cpp:(.text+0x47e5): undefined reference to `CbcHeuristicDiveVectorLength::CbcHeuristicDiveVectorLength(CbcModel&)'
CbcSolverHeuristics.cpp:(.text+0x4856): undefined reference to `CbcHeuristicDiveVectorLength::~CbcHeuristicDiveVectorLength()'
CbcSolverHeuristics.cpp:(.text+0x4875): undefined reference to `CbcHeuristicDiveGuided::CbcHeuristicDiveGuided(CbcModel&)'
CbcSolverHeuristics.cpp:(.text+0x48e8): undefined reference to `CbcHeuristicDiveGuided::~CbcHeuristicDiveGuided()'
CbcSolverHeuristics.cpp:(.text+0x4907): undefined reference to `CbcHeuristicDiveFractional::CbcHeuristicDiveFractional(CbcModel&)'
CbcSolverHeuristics.cpp:(.text+0x497a): undefined reference to `CbcHeuristicDiveFractional::~CbcHeuristicDiveFractional()'
CbcSolverHeuristics.cpp:(.text+0x4999): undefined reference to `CbcHeuristicDiveCoefficient::CbcHeuristicDiveCoefficient(CbcModel&)'
CbcSolverHeuristics.cpp:(.text+0x4a0c): undefined reference to `CbcHeuristicDiveCoefficient::~CbcHeuristicDiveCoefficient()'
CbcSolverHeuristics.cpp:(.text+0x4a2b): undefined reference to `CbcHeuristicDiveLineSearch::CbcHeuristicDiveLineSearch(CbcModel&)'
CbcSolverHeuristics.cpp:(.text+0x4a9e): undefined reference to `CbcHeuristicDiveLineSearch::~CbcHeuristicDiveLineSearch()'
CbcSolverHeuristics.cpp:(.text+0x4ac3): undefined reference to `CbcHeuristicDivePseudoCost::CbcHeuristicDivePseudoCost(CbcModel&)'
CbcSolverHeuristics.cpp:(.text+0x4b34): undefined reference to `CbcHeuristicDivePseudoCost::~CbcHeuristicDivePseudoCost()'
CbcSolverHeuristics.cpp:(.text+0x4cdc): undefined reference to `CbcHeuristicRandRound::CbcHeuristicRandRound(CbcModel&)'
CbcSolverHeuristics.cpp:(.text+0x4d1a): undefined reference to `CbcHeuristicRandRound::~CbcHeuristicRandRound()'
CbcSolverHeuristics.cpp:(.text+0x4da0): undefined reference to `CbcHeuristicDiveCoefficient::CbcHeuristicDiveCoefficient(CbcModel&)'
CbcSolverHeuristics.cpp:(.text+0x4deb): undefined reference to `CbcHeuristicDiveFractional::CbcHeuristicDiveFractional(CbcModel&)'
CbcSolverHeuristics.cpp:(.text+0x4e33): undefined reference to `CbcHeuristicDiveGuided::CbcHeuristicDiveGuided(CbcModel&)'
CbcSolverHeuristics.cpp:(.text+0x4e7b): undefined reference to `CbcHeuristicDiveLineSearch::CbcHeuristicDiveLineSearch(CbcModel&)'
CbcSolverHeuristics.cpp:(.text+0x4ecb): undefined reference to `CbcHeuristicDivePseudoCost::CbcHeuristicDivePseudoCost(CbcModel&)'
CbcSolverHeuristics.cpp:(.text+0x4f0b): undefined reference to `CbcHeuristicDiveVectorLength::CbcHeuristicDiveVectorLength(CbcModel&)'
CbcSolverHeuristics.cpp:(.text+0x4f6a): undefined reference to `CbcHeuristicDiveVectorLength::~CbcHeuristicDiveVectorLength()'
CbcSolverHeuristics.cpp:(.text+0x4f72): undefined reference to `CbcHeuristicDivePseudoCost::~CbcHeuristicDivePseudoCost()'
CbcSolverHeuristics.cpp:(.text+0x4f7f): undefined reference to `CbcHeuristicDiveLineSearch::~CbcHeuristicDiveLineSearch()'
CbcSolverHeuristics.cpp:(.text+0x4f8c): undefined reference to `CbcHeuristicDiveGuided::~CbcHeuristicDiveGuided()'
CbcSolverHeuristics.cpp:(.text+0x4f99): undefined reference to `CbcHeuristicDiveFractional::~CbcHeuristicDiveFractional()'
CbcSolverHeuristics.cpp:(.text+0x4fa6): undefined reference to `CbcHeuristicDiveCoefficient::~CbcHeuristicDiveCoefficient()'
CbcSolverHeuristics.cpp:(.text+0x4fd4): undefined reference to `CbcHeuristicPivotAndFix::CbcHeuristicPivotAndFix(CbcModel&)'
CbcSolverHeuristics.cpp:(.text+0x5012): undefined reference to `CbcHeuristicPivotAndFix::~CbcHeuristicPivotAndFix()'
CbcSolverHeuristics.cpp:(.text+0x5039): undefined reference to `CbcHeuristicDINS::CbcHeuristicDINS(CbcModel&)'
CbcSolverHeuristics.cpp:(.text+0x50a4): undefined reference to `CbcHeuristicDINS::~CbcHeuristicDINS()'
CbcSolverHeuristics.cpp:(.text+0x514e): undefined reference to `CbcHeuristicDW::CbcHeuristicDW(CbcModel&, int)'
CbcSolverHeuristics.cpp:(.text+0x5219): undefined reference to `CbcHeuristicDW::~CbcHeuristicDW()'
CbcSolverHeuristics.cpp:(.text+0x5764): undefined reference to `CbcHeuristicGreedyCover::CbcHeuristicGreedyCover(CbcModel&)'
CbcSolverHeuristics.cpp:(.text+0x578a): undefined reference to `CbcHeuristicGreedyEquality::CbcHeuristicGreedyEquality(CbcModel&)'
CbcSolverHeuristics.cpp:(.text+0x57c9): undefined reference to `CbcHeuristicGreedyEquality::~CbcHeuristicGreedyEquality()'
CbcSolverHeuristics.cpp:(.text+0x57d1): undefined reference to `CbcHeuristicGreedyCover::~CbcHeuristicGreedyCover()'
CbcSolverHeuristics.cpp:(.text+0x5844): undefined reference to `CbcHeuristicVND::CbcHeuristicVND(CbcModel&)'
CbcSolverHeuristics.cpp:(.text+0x58ed): undefined reference to `CbcHeuristicVND::~CbcHeuristicVND()'
CbcSolverHeuristics.cpp:(.text+0x60da): undefined reference to `CbcHeuristicGreedyEquality::~CbcHeuristicGreedyEquality()'
CbcSolverHeuristics.cpp:(.text+0x60e2): undefined reference to `CbcHeuristicGreedyCover::~CbcHeuristicGreedyCover()'
CbcSolverHeuristics.cpp:(.text+0x60ef): undefined reference to `CbcHeuristicRENS::~CbcHeuristicRENS()'
CbcSolverHeuristics.cpp:(.text+0x60fc): undefined reference to `CbcHeuristicRENS::~CbcHeuristicRENS()'
CbcSolverHeuristics.cpp:(.text+0x611b): undefined reference to `CbcHeuristicDW::~CbcHeuristicDW()'
CbcSolverHeuristics.cpp:(.text+0x613b): undefined reference to `CbcHeuristicDINS::~CbcHeuristicDINS()'
CbcSolverHeuristics.cpp:(.text+0x614b): undefined reference to `CbcHeuristicPivotAndFix::~CbcHeuristicPivotAndFix()'
CbcSolverHeuristics.cpp:(.text+0x615b): undefined reference to `CbcHeuristicDiveVectorLength::~CbcHeuristicDiveVectorLength()'
CbcSolverHeuristics.cpp:(.text+0x6163): undefined reference to `CbcHeuristicDivePseudoCost::~CbcHeuristicDivePseudoCost()'
CbcSolverHeuristics.cpp:(.text+0x6170): undefined reference to `CbcHeuristicDiveLineSearch::~CbcHeuristicDiveLineSearch()'
CbcSolverHeuristics.cpp:(.text+0x617d): undefined reference to `CbcHeuristicDiveGuided::~CbcHeuristicDiveGuided()'
CbcSolverHeuristics.cpp:(.text+0x618a): undefined reference to `CbcHeuristicDiveFractional::~CbcHeuristicDiveFractional()'
CbcSolverHeuristics.cpp:(.text+0x6197): undefined reference to `CbcHeuristicDiveCoefficient::~CbcHeuristicDiveCoefficient()'
CbcSolverHeuristics.cpp:(.text+0x61cb): undefined reference to `CbcHeuristicDiveLineSearch::~CbcHeuristicDiveLineSearch()'
CbcSolverHeuristics.cpp:(.text+0x61db): undefined reference to `CbcHeuristicDiveVectorLength::~CbcHeuristicDiveVectorLength()'
CbcSolverHeuristics.cpp:(.text+0x61eb): undefined reference to `CbcHeuristicVND::~CbcHeuristicVND()'
CbcSolverHeuristics.cpp:(.text+0x6203): undefined reference to `OsiBabSolver::~OsiBabSolver()'
CbcSolverHeuristics.cpp:(.text+0x621b): undefined reference to `CbcHeuristicDiveFractional::~CbcHeuristicDiveFractional()'
CbcSolverHeuristics.cpp:(.text+0x622b): undefined reference to `CbcHeuristicDiveGuided::~CbcHeuristicDiveGuided()'
CbcSolverHeuristics.cpp:(.text+0x623b): undefined reference to `CbcHeuristicDiveCoefficient::~CbcHeuristicDiveCoefficient()'
CbcSolverHeuristics.cpp:(.text+0x6263): undefined reference to `CbcHeuristicRandRound::~CbcHeuristicRandRound()'
CbcSolverHeuristics.cpp:(.text+0x6273): undefined reference to `CbcHeuristicDivePseudoCost::~CbcHeuristicDivePseudoCost()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcSolverExpandKnapsack.o): In function `expandKnapsack(CoinModel&, int*, int*, int*, int&, CglStored&, int, int, int, CoinModel&)':
CbcSolverExpandKnapsack.cpp:(.text+0xf22): undefined reference to `OsiSolverInterface::findIntegers(bool)'
CbcSolverExpandKnapsack.cpp:(.text+0x14a5): undefined reference to `OsiSimpleInteger::OsiSimpleInteger(OsiSolverInterface const*, int)'
CbcSolverExpandKnapsack.cpp:(.text+0x17a2): undefined reference to `OsiSOS::OsiSOS(OsiSolverInterface const*, int, int const*, double const*, int)'
CbcSolverExpandKnapsack.cpp:(.text+0x186d): undefined reference to `OsiSolverInterface::addObjects(int, OsiObject**)'
CbcSolverExpandKnapsack.cpp:(.text+0x19c2): undefined reference to `CglStored::addCut(double, double, int, int const*, double const*)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiOldLinkBranchingObject::branch(OsiSolverInterface*)':
CbcLinked.cpp:(.text+0xd9): undefined reference to `typeinfo for OsiObject'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiBiLinearBranchingObject::boundBranch() const':
CbcLinked.cpp:(.text+0x2c5): undefined reference to `typeinfo for OsiObject'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiBiLinearBranchingObject::print(OsiSolverInterface const*)':
CbcLinked.cpp:(.text+0x879): undefined reference to `typeinfo for OsiObject'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiOldLinkBranchingObject::print(OsiSolverInterface const*)':
CbcLinked.cpp:(.text+0x939): undefined reference to `typeinfo for OsiObject'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiOldLink::~OsiOldLink()':
CbcLinked.cpp:(.text+0x12ac): undefined reference to `OsiSOS::~OsiSOS()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiOldLink::createBranch(OsiSolverInterface*, OsiBranchingInformation const*, int) const':
CbcLinked.cpp:(.text+0x147e): undefined reference to `OsiSOSBranchingObject::OsiSOSBranchingObject(OsiSolverInterface*, OsiSOS const*, int, double)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiOldLinkBranchingObject::clone() const':
CbcLinked.cpp:(.text+0x152d): undefined reference to `OsiSOSBranchingObject::OsiSOSBranchingObject(OsiSOSBranchingObject const&)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiOldLinkBranchingObject::~OsiOldLinkBranchingObject()':
CbcLinked.cpp:(.text+0x157c): undefined reference to `OsiSOSBranchingObject::~OsiSOSBranchingObject()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiBiLinear::createBranch(OsiSolverInterface*, OsiBranchingInformation const*, int) const':
CbcLinked.cpp:(.text+0x1608): undefined reference to `OsiTwoWayBranchingObject::OsiTwoWayBranchingObject(OsiSolverInterface*, OsiObject const*, int, double)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiBiLinearBranchingObject::clone() const':
CbcLinked.cpp:(.text+0x165d): undefined reference to `OsiTwoWayBranchingObject::OsiTwoWayBranchingObject(OsiTwoWayBranchingObject const&)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiBiLinearBranchingObject::~OsiBiLinearBranchingObject()':
CbcLinked.cpp:(.text+0x16ac): undefined reference to `OsiTwoWayBranchingObject::~OsiTwoWayBranchingObject()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiSimpleFixedInteger::clone() const':
CbcLinked.cpp:(.text+0x16dd): undefined reference to `OsiSimpleInteger::OsiSimpleInteger(OsiSimpleInteger const&)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiUsesBiLinear::clone() const':
CbcLinked.cpp:(.text+0x172d): undefined reference to `OsiSimpleInteger::OsiSimpleInteger(OsiSimpleInteger const&)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiSimpleFixedInteger::~OsiSimpleFixedInteger()':
CbcLinked.cpp:(.text+0x178c): undefined reference to `OsiSimpleInteger::~OsiSimpleInteger()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiSimpleFixedInteger::createBranch(OsiSolverInterface*, OsiBranchingInformation const*, int) const':
CbcLinked.cpp:(.text+0x188b): undefined reference to `OsiIntegerBranchingObject::OsiIntegerBranchingObject(OsiSolverInterface*, OsiSimpleInteger const*, int, double)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `CglTemporary::clone() const':
CbcLinked.cpp:(.text+0x18dd): undefined reference to `CglStored::CglStored(CglStored const&)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `CglTemporary::~CglTemporary()':
CbcLinked.cpp:(.text+0x192c): undefined reference to `CglStored::~CglStored()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiSolverLinearizedQuadratic::~OsiSolverLinearizedQuadratic()':
CbcLinked.cpp:(.text+0x19bf): undefined reference to `OsiSolverInterface::~OsiSolverInterface()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiChooseStrongSubset::clone() const':
CbcLinked.cpp:(.text+0x19fd): undefined reference to `OsiChooseStrong::OsiChooseStrong(OsiChooseStrong const&)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiChooseStrongSubset::~OsiChooseStrongSubset()':
CbcLinked.cpp:(.text+0x1a4c): undefined reference to `OsiChooseStrong::~OsiChooseStrong()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiUsesBiLinear::createBranch(OsiSolverInterface*, OsiBranchingInformation const*, int) const':
CbcLinked.cpp:(.text+0x1b23): undefined reference to `OsiIntegerBranchingObject::OsiIntegerBranchingObject(OsiSolverInterface*, OsiSimpleInteger const*, int, double, double, double)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `CbcHeuristicDynamic3::solution(double&, double*)':
CbcLinked.cpp:(.text+0x213a): undefined reference to `typeinfo for OsiSolverInterface'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiUsesBiLinear::~OsiUsesBiLinear()':
CbcLinked.cpp:(.text+0x221d): undefined reference to `OsiSimpleInteger::~OsiSimpleInteger()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiBiLinear::~OsiBiLinear()':
CbcLinked.cpp:(.text+0x22a1): undefined reference to `OsiObject2::~OsiObject2()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiBiLinearEquality::~OsiBiLinearEquality()':
CbcLinked.cpp:(.text+0x22e1): undefined reference to `OsiObject2::~OsiObject2()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiOldLink::clone() const':
CbcLinked.cpp:(.text+0x230b): undefined reference to `OsiSOS::OsiSOS(OsiSOS const&)'
CbcLinked.cpp:(.text+0x23aa): undefined reference to `OsiSOS::~OsiSOS()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiSolverLinearizedQuadratic::clone(bool) const':
CbcLinked.cpp:(.text+0x23de): undefined reference to `OsiSolverInterface::OsiSolverInterface(OsiSolverInterface const&)'
CbcLinked.cpp:(.text+0x24e4): undefined reference to `OsiSolverInterface::~OsiSolverInterface()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiSolverLinearizedQuadratic::~OsiSolverLinearizedQuadratic()':
CbcLinked.cpp:(.text+0x258d): undefined reference to `OsiSolverInterface::~OsiSolverInterface()'
CbcLinked.cpp:(.text+0x25b7): undefined reference to `OsiSolverInterface::~OsiSolverInterface()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiBiLinear::clone() const':
CbcLinked.cpp:(.text+0x2901): undefined reference to `OsiObject2::OsiObject2(OsiObject2 const&)'
CbcLinked.cpp:(.text+0x2abd): undefined reference to `OsiObject2::~OsiObject2()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiBiLinearEquality::clone() const':
CbcLinked.cpp:(.text+0x2b01): undefined reference to `OsiObject2::OsiObject2(OsiObject2 const&)'
CbcLinked.cpp:(.text+0x2cc4): undefined reference to `OsiObject2::~OsiObject2()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiSolverLink::doAOCuts(CglTemporary*, double const*, double const*)':
CbcLinked.cpp:(.text+0x335c): undefined reference to `typeinfo for OsiObject'
CbcLinked.cpp:(.text+0x35cb): undefined reference to `CglStored::addCut(double, double, int, int const*, double const*)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiSolverLink::setBiLinearPriorities(int, double)':
CbcLinked.cpp:(.text+0x3696): undefined reference to `typeinfo for OsiObject'
CbcLinked.cpp:(.text+0x36e1): undefined reference to `OsiObject2::OsiObject2(OsiObject2 const&)'
CbcLinked.cpp:(.text+0x386f): undefined reference to `OsiSolverInterface::addObjects(int, OsiObject**)'
CbcLinked.cpp:(.text+0x3982): undefined reference to `OsiSolverInterface::addObjects(int, OsiObject**)'
CbcLinked.cpp:(.text+0x3992): undefined reference to `OsiObject2::~OsiObject2()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiSolverLink::setBranchingStrategyOnVariables(int, int, int)':
CbcLinked.cpp:(.text+0x3a65): undefined reference to `typeinfo for OsiObject'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiSolverLink::operator=(OsiSolverLink const&)':
CbcLinked.cpp:(.text+0x46df): undefined reference to `CbcOsiSolver::operator=(CbcOsiSolver const&)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiSolverLink::updateCoefficients(ClpSimplex*, CoinPackedMatrix*)':
CbcLinked.cpp:(.text+0x4b65): undefined reference to `typeinfo for OsiObject'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiSolverLink::setFixedPriority(int)':
CbcLinked.cpp:(.text+0x4dcc): undefined reference to `typeinfo for OsiSimpleInteger'
CbcLinked.cpp:(.text+0x4dd1): undefined reference to `typeinfo for OsiObject'
CbcLinked.cpp:(.text+0x4ebf): undefined reference to `typeinfo for OsiSimpleInteger'
CbcLinked.cpp:(.text+0x4ec4): undefined reference to `typeinfo for OsiObject'
CbcLinked.cpp:(.text+0x4f04): undefined reference to `OsiSimpleInteger::OsiSimpleInteger(OsiSimpleInteger const&)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiSolverLink::initialSolve()':
CbcLinked.cpp:(.text+0x5f45): undefined reference to `typeinfo for CglStored'
CbcLinked.cpp:(.text+0x5f4a): undefined reference to `typeinfo for CglCutGenerator'
CbcLinked.cpp:(.text+0x6096): undefined reference to `CglStored::addCut(double, double, int, int const*, double const*)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiSolverLink::resolve()':
CbcLinked.cpp:(.text+0x64f0): undefined reference to `typeinfo for OsiObject'
CbcLinked.cpp:(.text+0x65e1): undefined reference to `typeinfo for CglCutGenerator'
CbcLinked.cpp:(.text+0x68a9): undefined reference to `typeinfo for OsiObject'
CbcLinked.cpp:(.text+0x6ae2): undefined reference to `typeinfo for CglCutGenerator'
CbcLinked.cpp:(.text+0x71db): undefined reference to `CglStored::addCut(double, double, int, int const*, double const*)'
CbcLinked.cpp:(.text+0x7316): undefined reference to `CglStored::addCut(double, double, int, int const*, double const*)'
CbcLinked.cpp:(.text+0x7400): undefined reference to `typeinfo for OsiSolverInterface'
CbcLinked.cpp:(.text+0x752c): undefined reference to `typeinfo for CglStored'
CbcLinked.cpp:(.text+0x7531): undefined reference to `typeinfo for CglCutGenerator'
CbcLinked.cpp:(.text+0x7677): undefined reference to `typeinfo for OsiObject'
CbcLinked.cpp:(.text+0x789b): undefined reference to `CglStored::addCut(double, double, int, int const*, double const*)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiOldLink::OsiOldLink()':
CbcLinked.cpp:(.text+0x79e5): undefined reference to `OsiSOS::OsiSOS()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiOldLink::OsiOldLink(OsiSolverInterface const*, int, int, int, double const*, int)':
CbcLinked.cpp:(.text+0x7a1c): undefined reference to `OsiSOS::OsiSOS()'
CbcLinked.cpp:(.text+0x7cca): undefined reference to `OsiSOS::~OsiSOS()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiOldLink::OsiOldLink(OsiSolverInterface const*, int, int, int, int const*, double const*, int)':
CbcLinked.cpp:(.text+0x7cf7): undefined reference to `OsiSOS::OsiSOS()'
CbcLinked.cpp:(.text+0x7faa): undefined reference to `OsiSOS::~OsiSOS()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiOldLink::OsiOldLink(OsiOldLink const&)':
CbcLinked.cpp:(.text+0x7fcb): undefined reference to `OsiSOS::OsiSOS(OsiSOS const&)'
CbcLinked.cpp:(.text+0x805c): undefined reference to `OsiSOS::~OsiSOS()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiOldLink::operator=(OsiOldLink const&)':
CbcLinked.cpp:(.text+0x8080): undefined reference to `OsiSOS::operator=(OsiSOS const&)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiOldLinkBranchingObject::OsiOldLinkBranchingObject()':
CbcLinked.cpp:(.text+0x8115): undefined reference to `OsiSOSBranchingObject::OsiSOSBranchingObject()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiOldLinkBranchingObject::OsiOldLinkBranchingObject(OsiSolverInterface*, OsiOldLink const*, int, double)':
CbcLinked.cpp:(.text+0x8135): undefined reference to `OsiSOSBranchingObject::OsiSOSBranchingObject(OsiSolverInterface*, OsiSOS const*, int, double)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiOldLinkBranchingObject::OsiOldLinkBranchingObject(OsiOldLinkBranchingObject const&)':
CbcLinked.cpp:(.text+0x8155): undefined reference to `OsiSOSBranchingObject::OsiSOSBranchingObject(OsiSOSBranchingObject const&)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiOldLinkBranchingObject::operator=(OsiOldLinkBranchingObject const&)':
CbcLinked.cpp:(.text+0x817a): undefined reference to `OsiSOSBranchingObject::operator=(OsiSOSBranchingObject const&)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiBiLinear::OsiBiLinear()':
CbcLinked.cpp:(.text+0x8195): undefined reference to `OsiObject2::OsiObject2()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiBiLinear::OsiBiLinear(OsiSolverInterface*, int, int, int, double, double, double, int, OsiObject const**)':
CbcLinked.cpp:(.text+0x82bd): undefined reference to `OsiObject2::OsiObject2()'
CbcLinked.cpp:(.text+0x8aa2): undefined reference to `typeinfo for OsiObject'
CbcLinked.cpp:(.text+0x9550): undefined reference to `OsiObject2::~OsiObject2()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiSolverLink::setMeshSizes(double)':
CbcLinked.cpp:(.text+0x9790): undefined reference to `typeinfo for OsiObject'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiBiLinear::OsiBiLinear(CoinModel*, int, int, int, double, double, double, int, OsiObject const**)':
CbcLinked.cpp:(.text+0x9855): undefined reference to `OsiObject2::OsiObject2()'
CbcLinked.cpp:(.text+0xa003): undefined reference to `typeinfo for OsiObject'
CbcLinked.cpp:(.text+0xaa05): undefined reference to `OsiObject2::~OsiObject2()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiBiLinear::OsiBiLinear(OsiBiLinear const&)':
CbcLinked.cpp:(.text+0xaa31): undefined reference to `OsiObject2::OsiObject2(OsiObject2 const&)'
CbcLinked.cpp:(.text+0xabea): undefined reference to `OsiObject2::~OsiObject2()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiBiLinear::operator=(OsiBiLinear const&)':
CbcLinked.cpp:(.text+0xac1a): undefined reference to `OsiObject2::operator=(OsiObject2 const&)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiSolverLink::addTighterConstraints()':
CbcLinked.cpp:(.text+0xb0cb): undefined reference to `typeinfo for OsiObject'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiUsesBiLinear::infeasibility(OsiBranchingInformation const*, int&) const':
CbcLinked.cpp:(.text+0xc2b0): undefined reference to `typeinfo for OsiObject'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiBiLinearBranchingObject::branch(OsiSolverInterface*)':
CbcLinked.cpp:(.text+0xde99): undefined reference to `typeinfo for OsiObject'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiBiLinearBranchingObject::OsiBiLinearBranchingObject()':
CbcLinked.cpp:(.text+0xe655): undefined reference to `OsiTwoWayBranchingObject::OsiTwoWayBranchingObject()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiBiLinearBranchingObject::OsiBiLinearBranchingObject(OsiSolverInterface*, OsiBiLinear const*, int, double, int)':
CbcLinked.cpp:(.text+0xe67d): undefined reference to `OsiTwoWayBranchingObject::OsiTwoWayBranchingObject(OsiSolverInterface*, OsiObject const*, int, double)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiBiLinearBranchingObject::OsiBiLinearBranchingObject(OsiBiLinearBranchingObject const&)':
CbcLinked.cpp:(.text+0xe6ad): undefined reference to `OsiTwoWayBranchingObject::OsiTwoWayBranchingObject(OsiTwoWayBranchingObject const&)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiBiLinearBranchingObject::operator=(OsiBiLinearBranchingObject const&)':
CbcLinked.cpp:(.text+0xe6e2): undefined reference to `OsiTwoWayBranchingObject::operator=(OsiTwoWayBranchingObject const&)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiBiLinearEquality::OsiBiLinearEquality()':
CbcLinked.cpp:(.text+0xe705): undefined reference to `OsiObject2::OsiObject2()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiBiLinearEquality::OsiBiLinearEquality(OsiSolverInterface*, int, int, int, double, double)':
CbcLinked.cpp:(.text+0xe817): undefined reference to `OsiObject2::OsiObject2()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiBiLinearEquality::OsiBiLinearEquality(OsiBiLinearEquality const&)':
CbcLinked.cpp:(.text+0xef71): undefined reference to `OsiObject2::OsiObject2(OsiObject2 const&)'
CbcLinked.cpp:(.text+0xf134): undefined reference to `OsiObject2::~OsiObject2()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiBiLinearEquality::operator=(OsiBiLinearEquality const&)':
CbcLinked.cpp:(.text+0xf15a): undefined reference to `OsiObject2::operator=(OsiObject2 const&)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiSimpleFixedInteger::OsiSimpleFixedInteger()':
CbcLinked.cpp:(.text+0xf5f5): undefined reference to `OsiSimpleInteger::OsiSimpleInteger()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiSimpleFixedInteger::OsiSimpleFixedInteger(OsiSolverInterface const*, int)':
CbcLinked.cpp:(.text+0xf615): undefined reference to `OsiSimpleInteger::OsiSimpleInteger(OsiSolverInterface const*, int)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiSimpleFixedInteger::OsiSimpleFixedInteger(int, double, double)':
CbcLinked.cpp:(.text+0xf635): undefined reference to `OsiSimpleInteger::OsiSimpleInteger(int, double, double)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiSimpleFixedInteger::OsiSimpleFixedInteger(OsiSimpleInteger const&)':
CbcLinked.cpp:(.text+0xf655): undefined reference to `OsiSimpleInteger::OsiSimpleInteger(OsiSimpleInteger const&)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiSimpleFixedInteger::OsiSimpleFixedInteger(OsiSimpleFixedInteger const&)':
CbcLinked.cpp:(.text+0xf675): undefined reference to `OsiSimpleInteger::OsiSimpleInteger(OsiSimpleInteger const&)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiSimpleFixedInteger::operator=(OsiSimpleFixedInteger const&)':
CbcLinked.cpp:(.text+0xf69a): undefined reference to `OsiSimpleInteger::operator=(OsiSimpleInteger const&)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `CglTemporary::CglTemporary()':
CbcLinked.cpp:(.text+0xf6b7): undefined reference to `CglStored::CglStored(int)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `CglTemporary::CglTemporary(CglTemporary const&)':
CbcLinked.cpp:(.text+0xf6d5): undefined reference to `CglStored::CglStored(CglStored const&)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `CglTemporary::operator=(CglTemporary const&)':
CbcLinked.cpp:(.text+0xf6fa): undefined reference to `CglStored::operator=(CglStored const&)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiSolverLinearizedQuadratic::OsiSolverLinearizedQuadratic()':
CbcLinked.cpp:(.text+0xf794): undefined reference to `OsiSolverInterface::OsiSolverInterface()'
CbcLinked.cpp:(.text+0xf7f5): undefined reference to `OsiSolverInterface::~OsiSolverInterface()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiSolverLinearizedQuadratic::OsiSolverLinearizedQuadratic(ClpSimplex*)':
CbcLinked.cpp:(.text+0xfa2f): undefined reference to `OsiSolverInterface::OsiSolverInterface()'
CbcLinked.cpp:(.text+0xfbc5): undefined reference to `OsiSolverInterface::~OsiSolverInterface()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiSolverLinearizedQuadratic::OsiSolverLinearizedQuadratic(OsiSolverLinearizedQuadratic const&)':
CbcLinked.cpp:(.text+0xfd50): undefined reference to `OsiSolverInterface::OsiSolverInterface(OsiSolverInterface const&)'
CbcLinked.cpp:(.text+0xfe60): undefined reference to `OsiSolverInterface::~OsiSolverInterface()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiChooseStrongSubset::OsiChooseStrongSubset()':
CbcLinked.cpp:(.text+0x10055): undefined reference to `OsiChooseStrong::OsiChooseStrong()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiChooseStrongSubset::OsiChooseStrongSubset(OsiSolverInterface const*)':
CbcLinked.cpp:(.text+0x10075): undefined reference to `OsiChooseStrong::OsiChooseStrong(OsiSolverInterface const*)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiChooseStrongSubset::OsiChooseStrongSubset(OsiChooseStrongSubset const&)':
CbcLinked.cpp:(.text+0x10095): undefined reference to `OsiChooseStrong::OsiChooseStrong(OsiChooseStrong const&)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiChooseStrongSubset::operator=(OsiChooseStrongSubset const&)':
CbcLinked.cpp:(.text+0x100ba): undefined reference to `OsiChooseStrong::operator=(OsiChooseStrong const&)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiUsesBiLinear::OsiUsesBiLinear()':
CbcLinked.cpp:(.text+0x100d5): undefined reference to `OsiSimpleInteger::OsiSimpleInteger()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiUsesBiLinear::OsiUsesBiLinear(OsiSolverInterface const*, int, int)':
CbcLinked.cpp:(.text+0x1010c): undefined reference to `OsiSimpleInteger::OsiSimpleInteger(OsiSolverInterface const*, int)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiUsesBiLinear::OsiUsesBiLinear(int, double, double, int)':
CbcLinked.cpp:(.text+0x1013c): undefined reference to `OsiSimpleInteger::OsiSimpleInteger(int, double, double)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiUsesBiLinear::OsiUsesBiLinear(OsiSimpleInteger const&, int)':
CbcLinked.cpp:(.text+0x1016c): undefined reference to `OsiSimpleInteger::OsiSimpleInteger(OsiSimpleInteger const&)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiUsesBiLinear::OsiUsesBiLinear(OsiUsesBiLinear const&)':
CbcLinked.cpp:(.text+0x1019d): undefined reference to `OsiSimpleInteger::OsiSimpleInteger(OsiSimpleInteger const&)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiUsesBiLinear::operator=(OsiUsesBiLinear const&)':
CbcLinked.cpp:(.text+0x101e2): undefined reference to `OsiSimpleInteger::operator=(OsiSimpleInteger const&)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiUsesBiLinear::addBiLinearObjects(OsiSolverLink*)':
CbcLinked.cpp:(.text+0x1028e): undefined reference to `typeinfo for OsiObject'
CbcLinked.cpp:(.text+0x10317): undefined reference to `typeinfo for OsiObject'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiSolverLink::analyzeObjects()':
CbcLinked.cpp:(.text+0x10792): undefined reference to `typeinfo for OsiObject'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiSolverLink::OsiSolverLink()':
CbcLinked.cpp:(.text+0x10bf2): undefined reference to `CbcOsiSolver::CbcOsiSolver()'
CbcLinked.cpp:(.text+0x10d12): undefined reference to `CbcOsiSolver::~CbcOsiSolver()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiSolverLink::OsiSolverLink()':
CbcLinked.cpp:(.text+0x10d32): undefined reference to `OsiSolverInterface::OsiSolverInterface()'
CbcLinked.cpp:(.text+0x10d3f): undefined reference to `CbcOsiSolver::CbcOsiSolver()'
CbcLinked.cpp:(.text+0x10e5b): undefined reference to `OsiSolverInterface::~OsiSolverInterface()'
CbcLinked.cpp:(.text+0x10e73): undefined reference to `CbcOsiSolver::~CbcOsiSolver()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiSolverLink::load(CoinModel&, bool, int)':
CbcLinked.cpp:(.text+0x110da): undefined reference to `OsiSimpleInteger::OsiSimpleInteger(OsiSolverInterface const*, int)'
CbcLinked.cpp:(.text+0x11110): undefined reference to `OsiSolverInterface::addObjects(int, OsiObject**)'
CbcLinked.cpp:(.text+0x111f7): undefined reference to `OsiSolverInterface::addObjects(int, OsiObject**)'
CbcLinked.cpp:(.text+0x129ca): undefined reference to `OsiSimpleInteger::OsiSimpleInteger(OsiSolverInterface const*, int)'
CbcLinked.cpp:(.text+0x12a18): undefined reference to `OsiSolverInterface::addObjects(int, OsiObject**)'
CbcLinked.cpp:(.text+0x12d26): undefined reference to `typeinfo for OsiObject'
CbcLinked.cpp:(.text+0x12f5c): undefined reference to `typeinfo for OsiObject'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiSolverLink::OsiSolverLink(CoinModel&)':
CbcLinked.cpp:(.text+0x130ab): undefined reference to `CbcOsiSolver::CbcOsiSolver()'
CbcLinked.cpp:(.text+0x131e6): undefined reference to `CbcOsiSolver::~CbcOsiSolver()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiSolverLink::OsiSolverLink(CoinModel&)':
CbcLinked.cpp:(.text+0x1322b): undefined reference to `OsiSolverInterface::OsiSolverInterface()'
CbcLinked.cpp:(.text+0x13238): undefined reference to `CbcOsiSolver::CbcOsiSolver()'
CbcLinked.cpp:(.text+0x1336f): undefined reference to `OsiSolverInterface::~OsiSolverInterface()'
CbcLinked.cpp:(.text+0x13392): undefined reference to `CbcOsiSolver::~CbcOsiSolver()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiSolverLink::OsiSolverLink(OsiSolverLink const&)':
CbcLinked.cpp:(.text+0x15abb): undefined reference to `CbcOsiSolver::CbcOsiSolver(CbcOsiSolver const&)'
CbcLinked.cpp:(.text+0x15bf1): undefined reference to `OsiSolverInterface::operator=(OsiSolverInterface const&)'
CbcLinked.cpp:(.text+0x15c0a): undefined reference to `CbcOsiSolver::~CbcOsiSolver()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiSolverLink::OsiSolverLink(OsiSolverLink const&)':
CbcLinked.cpp:(.text+0x15c52): undefined reference to `OsiSolverInterface::OsiSolverInterface(OsiSolverInterface const&)'
CbcLinked.cpp:(.text+0x15c62): undefined reference to `CbcOsiSolver::CbcOsiSolver(CbcOsiSolver const&)'
CbcLinked.cpp:(.text+0x15d8f): undefined reference to `OsiSolverInterface::operator=(OsiSolverInterface const&)'
CbcLinked.cpp:(.text+0x15da5): undefined reference to `OsiSolverInterface::~OsiSolverInterface()'
CbcLinked.cpp:(.text+0x15dc5): undefined reference to `CbcOsiSolver::~CbcOsiSolver()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiSolverLink::~OsiSolverLink()':
CbcLinked.cpp:(.text+0x15fec): undefined reference to `CbcOsiSolver::~CbcOsiSolver()'
CbcLinked.cpp:(.text+0x16012): undefined reference to `CbcOsiSolver::~CbcOsiSolver()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiSolverLink::~OsiSolverLink()':
CbcLinked.cpp:(.text+0x1623d): undefined reference to `CbcOsiSolver::~CbcOsiSolver()'
CbcLinked.cpp:(.text+0x16269): undefined reference to `CbcOsiSolver::~CbcOsiSolver()'
CbcLinked.cpp:(.text+0x16275): undefined reference to `OsiSolverInterface::~OsiSolverInterface()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `approximateSolution(CoinModel&, int, double, int)':
CbcLinked.cpp:(.text+0x183d8): undefined reference to `ClpConstraintQuadratic::ClpConstraintQuadratic(int, int, int, int const*, int const*, double const*)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiSolverLink::~OsiSolverLink()':
CbcLinked.cpp:(.text+0x189cd): undefined reference to `CbcOsiSolver::~CbcOsiSolver()'
CbcLinked.cpp:(.text+0x189d9): undefined reference to `OsiSolverInterface::~OsiSolverInterface()'
CbcLinked.cpp:(.text+0x18a01): undefined reference to `CbcOsiSolver::~CbcOsiSolver()'
CbcLinked.cpp:(.text+0x18a0d): undefined reference to `OsiSolverInterface::~OsiSolverInterface()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiSolverLink::clone(bool) const':
CbcLinked.cpp:(.text+0x18a70): undefined reference to `OsiSolverInterface::OsiSolverInterface(OsiSolverInterface const&)'
CbcLinked.cpp:(.text+0x18a80): undefined reference to `CbcOsiSolver::CbcOsiSolver(CbcOsiSolver const&)'
CbcLinked.cpp:(.text+0x18bad): undefined reference to `OsiSolverInterface::operator=(OsiSolverInterface const&)'
CbcLinked.cpp:(.text+0x18bed): undefined reference to `CbcOsiSolver::~CbcOsiSolver()'
CbcLinked.cpp:(.text+0x18bf5): undefined reference to `OsiSolverInterface::~OsiSolverInterface()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiSolverLink::linearizedBAB(CglStored*)':
CbcLinked.cpp:(.text+0x18ede): undefined reference to `typeinfo for OsiSolverInterface'
CbcLinked.cpp:(.text+0x18efd): undefined reference to `CglProbing::CglProbing()'
CbcLinked.cpp:(.text+0x18f0e): undefined reference to `CglProbing::setMaxProbe(int)'
CbcLinked.cpp:(.text+0x18f1f): undefined reference to `CglProbing::setMaxLook(int)'
CbcLinked.cpp:(.text+0x18f30): undefined reference to `CglProbing::setMaxElements(int)'
CbcLinked.cpp:(.text+0x18f41): undefined reference to `CglProbing::setMaxProbeRoot(int)'
CbcLinked.cpp:(.text+0x18f52): undefined reference to `CglProbing::setMaxLookRoot(int)'
CbcLinked.cpp:(.text+0x18f63): undefined reference to `CglProbing::setRowCuts(int)'
CbcLinked.cpp:(.text+0x18f74): undefined reference to `CglProbing::setUsingObjective(int)'
CbcLinked.cpp:(.text+0x18fcb): undefined reference to `CglGomory::CglGomory()'
CbcLinked.cpp:(.text+0x18fdc): undefined reference to `CglGomory::setLimitAtRoot(int)'
CbcLinked.cpp:(.text+0x19034): undefined reference to `CglKnapsackCover::CglKnapsackCover()'
CbcLinked.cpp:(.text+0x19090): undefined reference to `CglClique::CglClique(bool, bool)'
CbcLinked.cpp:(.text+0x19106): undefined reference to `CglMixedIntegerRounding2::CglMixedIntegerRounding2()'
CbcLinked.cpp:(.text+0x1915e): undefined reference to `CglFlowCover::CglFlowCover()'
CbcLinked.cpp:(.text+0x191b6): undefined reference to `CglTwomir::CglTwomir()'
CbcLinked.cpp:(.text+0x192cb): undefined reference to `CbcHeuristicGreedyCover::CbcHeuristicGreedyCover(CbcModel&)'
CbcLinked.cpp:(.text+0x192f8): undefined reference to `CbcHeuristicGreedyEquality::CbcHeuristicGreedyEquality(CbcModel&)'
CbcLinked.cpp:(.text+0x194d7): undefined reference to `CbcHeuristicGreedyEquality::~CbcHeuristicGreedyEquality()'
CbcLinked.cpp:(.text+0x194e3): undefined reference to `CbcHeuristicGreedyCover::~CbcHeuristicGreedyCover()'
CbcLinked.cpp:(.text+0x19507): undefined reference to `CglTwomir::~CglTwomir()'
CbcLinked.cpp:(.text+0x19513): undefined reference to `CglFlowCover::~CglFlowCover()'
CbcLinked.cpp:(.text+0x1951f): undefined reference to `CglMixedIntegerRounding2::~CglMixedIntegerRounding2()'
CbcLinked.cpp:(.text+0x19531): undefined reference to `vtable for CglClique'
CbcLinked.cpp:(.text+0x19536): undefined reference to `CglCutGenerator::~CglCutGenerator()'
CbcLinked.cpp:(.text+0x19542): undefined reference to `CglKnapsackCover::~CglKnapsackCover()'
CbcLinked.cpp:(.text+0x1954e): undefined reference to `CglGomory::~CglGomory()'
CbcLinked.cpp:(.text+0x1955a): undefined reference to `CglProbing::~CglProbing()'
CbcLinked.cpp:(.text+0x195cd): undefined reference to `OsiSolverInterface::~OsiSolverInterface()'
CbcLinked.cpp:(.text+0x19643): undefined reference to `typeinfo for OsiSolverInterface'
CbcLinked.cpp:(.text+0x196ec): undefined reference to `CbcHeuristicGreedyEquality::~CbcHeuristicGreedyEquality()'
CbcLinked.cpp:(.text+0x196f8): undefined reference to `CbcHeuristicGreedyCover::~CbcHeuristicGreedyCover()'
CbcLinked.cpp:(.text+0x1971c): undefined reference to `CglTwomir::~CglTwomir()'
CbcLinked.cpp:(.text+0x19728): undefined reference to `CglFlowCover::~CglFlowCover()'
CbcLinked.cpp:(.text+0x19734): undefined reference to `CglMixedIntegerRounding2::~CglMixedIntegerRounding2()'
CbcLinked.cpp:(.text+0x19746): undefined reference to `vtable for CglClique'
CbcLinked.cpp:(.text+0x1974b): undefined reference to `CglCutGenerator::~CglCutGenerator()'
CbcLinked.cpp:(.text+0x19757): undefined reference to `CglKnapsackCover::~CglKnapsackCover()'
CbcLinked.cpp:(.text+0x19763): undefined reference to `CglGomory::~CglGomory()'
CbcLinked.cpp:(.text+0x1976f): undefined reference to `CglProbing::~CglProbing()'
CbcLinked.cpp:(.text+0x197e2): undefined reference to `OsiSolverInterface::~OsiSolverInterface()'
CbcLinked.cpp:(.text+0x1996b): undefined reference to `CglStored::addCut(double, double, int, int const*, double const*)'
CbcLinked.cpp:(.text+0x19a6a): undefined reference to `CglKnapsackCover::~CglKnapsackCover()'
CbcLinked.cpp:(.text+0x19a76): undefined reference to `CglGomory::~CglGomory()'
CbcLinked.cpp:(.text+0x19a82): undefined reference to `CglProbing::~CglProbing()'
CbcLinked.cpp:(.text+0x19ad9): undefined reference to `CbcHeuristicGreedyEquality::~CbcHeuristicGreedyEquality()'
CbcLinked.cpp:(.text+0x19ae5): undefined reference to `CbcHeuristicGreedyCover::~CbcHeuristicGreedyCover()'
CbcLinked.cpp:(.text+0x19b09): undefined reference to `CglTwomir::~CglTwomir()'
CbcLinked.cpp:(.text+0x19b15): undefined reference to `CglFlowCover::~CglFlowCover()'
CbcLinked.cpp:(.text+0x19b21): undefined reference to `CglMixedIntegerRounding2::~CglMixedIntegerRounding2()'
CbcLinked.cpp:(.text+0x19b33): undefined reference to `vtable for CglClique'
CbcLinked.cpp:(.text+0x19b38): undefined reference to `CglCutGenerator::~CglCutGenerator()'
CbcLinked.cpp:(.text+0x19b80): undefined reference to `OsiSolverInterface::~OsiSolverInterface()'
CbcLinked.cpp:(.text+0x19bd7): undefined reference to `OsiSolverInterface::~OsiSolverInterface()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiSolverLink::heuristicSolution(int, double, int)':
CbcLinked.cpp:(.text+0x19d34): undefined reference to `typeinfo for OsiSolverInterface'
CbcLinked.cpp:(.text+0x19d53): undefined reference to `CglProbing::CglProbing()'
CbcLinked.cpp:(.text+0x19d64): undefined reference to `CglProbing::setMaxProbe(int)'
CbcLinked.cpp:(.text+0x19d75): undefined reference to `CglProbing::setMaxLook(int)'
CbcLinked.cpp:(.text+0x19d86): undefined reference to `CglProbing::setMaxElements(int)'
CbcLinked.cpp:(.text+0x19d97): undefined reference to `CglProbing::setMaxProbeRoot(int)'
CbcLinked.cpp:(.text+0x19da8): undefined reference to `CglProbing::setMaxLookRoot(int)'
CbcLinked.cpp:(.text+0x19db9): undefined reference to `CglProbing::setRowCuts(int)'
CbcLinked.cpp:(.text+0x19dc7): undefined reference to `CglProbing::setRowCuts(int)'
CbcLinked.cpp:(.text+0x19dd8): undefined reference to `CglProbing::setUsingObjective(int)'
CbcLinked.cpp:(.text+0x19e16): undefined reference to `CglGomory::CglGomory()'
CbcLinked.cpp:(.text+0x19e27): undefined reference to `CglGomory::setLimitAtRoot(int)'
CbcLinked.cpp:(.text+0x19e65): undefined reference to `CglKnapsackCover::CglKnapsackCover()'
CbcLinked.cpp:(.text+0x19ea7): undefined reference to `CglClique::CglClique(bool, bool)'
CbcLinked.cpp:(.text+0x19f03): undefined reference to `CglMixedIntegerRounding2::CglMixedIntegerRounding2()'
CbcLinked.cpp:(.text+0x19f41): undefined reference to `CglFlowCover::CglFlowCover()'
CbcLinked.cpp:(.text+0x19f7f): undefined reference to `CglTwomir::CglTwomir()'
CbcLinked.cpp:(.text+0x1a0a7): undefined reference to `CbcHeuristicGreedyCover::CbcHeuristicGreedyCover(CbcModel&)'
CbcLinked.cpp:(.text+0x1a0d4): undefined reference to `CbcHeuristicGreedyEquality::CbcHeuristicGreedyEquality(CbcModel&)'
CbcLinked.cpp:(.text+0x1a2dc): undefined reference to `CglPreProcess::CglPreProcess()'
CbcLinked.cpp:(.text+0x1a320): undefined reference to `CglProbing::CglProbing()'
CbcLinked.cpp:(.text+0x1a331): undefined reference to `CglProbing::setUsingObjective(int)'
CbcLinked.cpp:(.text+0x1a342): undefined reference to `CglProbing::setMaxPass(int)'
CbcLinked.cpp:(.text+0x1a372): undefined reference to `CglProbing::setMaxProbeRoot(int)'
CbcLinked.cpp:(.text+0x1a383): undefined reference to `CglProbing::setMaxElements(int)'
CbcLinked.cpp:(.text+0x1a394): undefined reference to `CglProbing::setMaxLookRoot(int)'
CbcLinked.cpp:(.text+0x1a3a5): undefined reference to `CglProbing::setRowCuts(int)'
CbcLinked.cpp:(.text+0x1a3b8): undefined reference to `CglPreProcess::addCutGenerator(CglCutGenerator*)'
CbcLinked.cpp:(.text+0x1a3eb): undefined reference to `CglPreProcess::preProcessNonDefault(OsiSolverInterface&, int, int, int)'
CbcLinked.cpp:(.text+0x1a5c4): undefined reference to `CglProbing::~CglProbing()'
CbcLinked.cpp:(.text+0x1a5d0): undefined reference to `CglPreProcess::~CglPreProcess()'
CbcLinked.cpp:(.text+0x1a6c3): undefined reference to `typeinfo for OsiSimpleInteger'
CbcLinked.cpp:(.text+0x1a6c8): undefined reference to `typeinfo for OsiObject'
CbcLinked.cpp:(.text+0x1a882): undefined reference to `typeinfo for OsiSimpleInteger'
CbcLinked.cpp:(.text+0x1a887): undefined reference to `typeinfo for OsiObject'
CbcLinked.cpp:(.text+0x1a923): undefined reference to `typeinfo for OsiObject'
CbcLinked.cpp:(.text+0x1aba8): undefined reference to `typeinfo for OsiSimpleInteger'
CbcLinked.cpp:(.text+0x1abad): undefined reference to `typeinfo for OsiObject'
CbcLinked.cpp:(.text+0x1ac38): undefined reference to `typeinfo for OsiObject'
CbcLinked.cpp:(.text+0x1ad87): undefined reference to `CbcHeuristicGreedyEquality::~CbcHeuristicGreedyEquality()'
CbcLinked.cpp:(.text+0x1ad93): undefined reference to `CbcHeuristicGreedyCover::~CbcHeuristicGreedyCover()'
CbcLinked.cpp:(.text+0x1adc3): undefined reference to `CglTwomir::~CglTwomir()'
CbcLinked.cpp:(.text+0x1adcf): undefined reference to `CglFlowCover::~CglFlowCover()'
CbcLinked.cpp:(.text+0x1addb): undefined reference to `CglMixedIntegerRounding2::~CglMixedIntegerRounding2()'
CbcLinked.cpp:(.text+0x1aded): undefined reference to `vtable for CglClique'
CbcLinked.cpp:(.text+0x1adf2): undefined reference to `CglCutGenerator::~CglCutGenerator()'
CbcLinked.cpp:(.text+0x1adfe): undefined reference to `CglKnapsackCover::~CglKnapsackCover()'
CbcLinked.cpp:(.text+0x1ae0a): undefined reference to `CglGomory::~CglGomory()'
CbcLinked.cpp:(.text+0x1ae16): undefined reference to `CglProbing::~CglProbing()'
CbcLinked.cpp:(.text+0x1aedc): undefined reference to `CglPreProcess::~CglPreProcess()'
CbcLinked.cpp:(.text+0x1aef0): undefined reference to `CglProbing::~CglProbing()'
CbcLinked.cpp:(.text+0x1af0a): undefined reference to `CglPreProcess::postProcess(OsiSolverInterface&, bool)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiSolverLink::fathom(bool)':
CbcLinked.cpp:(.text+0x1b385): undefined reference to `typeinfo for OsiSolverInterface'
CbcLinked.cpp:(.text+0x1b3a4): undefined reference to `CglProbing::CglProbing()'
CbcLinked.cpp:(.text+0x1b3b5): undefined reference to `CglProbing::setMaxProbe(int)'
CbcLinked.cpp:(.text+0x1b3c6): undefined reference to `CglProbing::setMaxLook(int)'
CbcLinked.cpp:(.text+0x1b3d7): undefined reference to `CglProbing::setMaxElements(int)'
CbcLinked.cpp:(.text+0x1b3e8): undefined reference to `CglProbing::setMaxProbeRoot(int)'
CbcLinked.cpp:(.text+0x1b3f9): undefined reference to `CglProbing::setMaxLookRoot(int)'
CbcLinked.cpp:(.text+0x1b40a): undefined reference to `CglProbing::setRowCuts(int)'
CbcLinked.cpp:(.text+0x1b418): undefined reference to `CglProbing::setRowCuts(int)'
CbcLinked.cpp:(.text+0x1b429): undefined reference to `CglProbing::setUsingObjective(int)'
CbcLinked.cpp:(.text+0x1b467): undefined reference to `CglGomory::CglGomory()'
CbcLinked.cpp:(.text+0x1b478): undefined reference to `CglGomory::setLimitAtRoot(int)'
CbcLinked.cpp:(.text+0x1b4b6): undefined reference to `CglKnapsackCover::CglKnapsackCover()'
CbcLinked.cpp:(.text+0x1b4f8): undefined reference to `CglClique::CglClique(bool, bool)'
CbcLinked.cpp:(.text+0x1b554): undefined reference to `CglMixedIntegerRounding2::CglMixedIntegerRounding2()'
CbcLinked.cpp:(.text+0x1b592): undefined reference to `CglFlowCover::CglFlowCover()'
CbcLinked.cpp:(.text+0x1b5d0): undefined reference to `CglTwomir::CglTwomir()'
CbcLinked.cpp:(.text+0x1b6f8): undefined reference to `CbcHeuristicGreedyCover::CbcHeuristicGreedyCover(CbcModel&)'
CbcLinked.cpp:(.text+0x1b725): undefined reference to `CbcHeuristicGreedyEquality::CbcHeuristicGreedyEquality(CbcModel&)'
CbcLinked.cpp:(.text+0x1b8ca): undefined reference to `CbcHeuristicGreedyEquality::~CbcHeuristicGreedyEquality()'
CbcLinked.cpp:(.text+0x1b8d6): undefined reference to `CbcHeuristicGreedyCover::~CbcHeuristicGreedyCover()'
CbcLinked.cpp:(.text+0x1b906): undefined reference to `CglTwomir::~CglTwomir()'
CbcLinked.cpp:(.text+0x1b912): undefined reference to `CglFlowCover::~CglFlowCover()'
CbcLinked.cpp:(.text+0x1b91e): undefined reference to `CglMixedIntegerRounding2::~CglMixedIntegerRounding2()'
CbcLinked.cpp:(.text+0x1b930): undefined reference to `vtable for CglClique'
CbcLinked.cpp:(.text+0x1b935): undefined reference to `CglCutGenerator::~CglCutGenerator()'
CbcLinked.cpp:(.text+0x1b941): undefined reference to `CglKnapsackCover::~CglKnapsackCover()'
CbcLinked.cpp:(.text+0x1b94d): undefined reference to `CglGomory::~CglGomory()'
CbcLinked.cpp:(.text+0x1b959): undefined reference to `CglProbing::~CglProbing()'
CbcLinked.cpp:(.text+0x1ba27): undefined reference to `CglPreProcess::CglPreProcess()'
CbcLinked.cpp:(.text+0x1ba6b): undefined reference to `CglProbing::CglProbing()'
CbcLinked.cpp:(.text+0x1ba7c): undefined reference to `CglProbing::setUsingObjective(int)'
CbcLinked.cpp:(.text+0x1ba8d): undefined reference to `CglProbing::setMaxPass(int)'
CbcLinked.cpp:(.text+0x1babd): undefined reference to `CglProbing::setMaxProbeRoot(int)'
CbcLinked.cpp:(.text+0x1bace): undefined reference to `CglProbing::setMaxElements(int)'
CbcLinked.cpp:(.text+0x1badf): undefined reference to `CglProbing::setMaxLookRoot(int)'
CbcLinked.cpp:(.text+0x1baf0): undefined reference to `CglProbing::setRowCuts(int)'
CbcLinked.cpp:(.text+0x1bb03): undefined reference to `CglPreProcess::addCutGenerator(CglCutGenerator*)'
CbcLinked.cpp:(.text+0x1bb36): undefined reference to `CglPreProcess::preProcessNonDefault(OsiSolverInterface&, int, int, int)'
CbcLinked.cpp:(.text+0x1bd50): undefined reference to `CglProbing::~CglProbing()'
CbcLinked.cpp:(.text+0x1bd5c): undefined reference to `CglPreProcess::~CglPreProcess()'
CbcLinked.cpp:(.text+0x1be7a): undefined reference to `CglPreProcess::postProcess(OsiSolverInterface&, bool)'
CbcLinked.cpp:(.text+0x1c1f7): undefined reference to `CglProbing::~CglProbing()'
CbcLinked.cpp:(.text+0x1c203): undefined reference to `CglPreProcess::~CglPreProcess()'
CbcLinked.cpp:(.text+0x1c21b): undefined reference to `CbcHeuristicGreedyEquality::~CbcHeuristicGreedyEquality()'
CbcLinked.cpp:(.text+0x1c227): undefined reference to `CbcHeuristicGreedyCover::~CbcHeuristicGreedyCover()'
CbcLinked.cpp:(.text+0x1c257): undefined reference to `CglTwomir::~CglTwomir()'
CbcLinked.cpp:(.text+0x1c263): undefined reference to `CglFlowCover::~CglFlowCover()'
CbcLinked.cpp:(.text+0x1c26f): undefined reference to `CglMixedIntegerRounding2::~CglMixedIntegerRounding2()'
CbcLinked.cpp:(.text+0x1c281): undefined reference to `vtable for CglClique'
CbcLinked.cpp:(.text+0x1c286): undefined reference to `CglCutGenerator::~CglCutGenerator()'
CbcLinked.cpp:(.text+0x1c292): undefined reference to `CglKnapsackCover::~CglKnapsackCover()'
CbcLinked.cpp:(.text+0x1c29e): undefined reference to `CglGomory::~CglGomory()'
CbcLinked.cpp:(.text+0x1c2aa): undefined reference to `CglProbing::~CglProbing()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `CglTemporary::generateCuts(OsiSolverInterface const&, OsiCuts&, CglTreeInfo)':
CbcLinked.cpp:(.text+0x1c41d): undefined reference to `OsiCuts::OsiCuts()'
CbcLinked.cpp:(.text+0x1c429): undefined reference to `OsiCuts::operator=(OsiCuts const&)'
CbcLinked.cpp:(.text+0x1c432): undefined reference to `OsiCuts::~OsiCuts()'
CbcLinked.cpp:(.text+0x1c47e): undefined reference to `OsiCuts::~OsiCuts()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiChooseStrongSubset::setupList(OsiBranchingInformation*, bool)':
CbcLinked.cpp:(.text+0x1c4c0): undefined reference to `typeinfo for OsiSolverInterface'
CbcLinked.cpp:(.text+0x1c50e): undefined reference to `OsiChooseStrong::setupList(OsiBranchingInformation*, bool)'
CbcLinked.cpp:(.text+0x1c5b8): undefined reference to `typeinfo for OsiObject'
CbcLinked.cpp:(.text+0x1c728): undefined reference to `typeinfo for OsiObject'
CbcLinked.cpp:(.text+0x1c769): undefined reference to `OsiPseudoCosts::initialize(int)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiOldLink::~OsiOldLink()':
CbcLinked.cpp:(.text+0x1298): undefined reference to `OsiSOS::~OsiSOS()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiOldLinkBranchingObject::~OsiOldLinkBranchingObject()':
CbcLinked.cpp:(.text+0x1568): undefined reference to `OsiSOSBranchingObject::~OsiSOSBranchingObject()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiBiLinear::~OsiBiLinear()':
CbcLinked.cpp:(.text+0x15c2): undefined reference to `OsiObject2::~OsiObject2()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiBiLinearBranchingObject::~OsiBiLinearBranchingObject()':
CbcLinked.cpp:(.text+0x1698): undefined reference to `OsiTwoWayBranchingObject::~OsiTwoWayBranchingObject()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiSimpleFixedInteger::~OsiSimpleFixedInteger()':
CbcLinked.cpp:(.text+0x1778): undefined reference to `OsiSimpleInteger::~OsiSimpleInteger()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiUsesBiLinear::~OsiUsesBiLinear()':
CbcLinked.cpp:(.text+0x17be): undefined reference to `OsiSimpleInteger::~OsiSimpleInteger()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `CglTemporary::~CglTemporary()':
CbcLinked.cpp:(.text+0x1918): undefined reference to `CglStored::~CglStored()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiSolverLinearizedQuadratic::~OsiSolverLinearizedQuadratic()':
CbcLinked.cpp:(.text+0x19a3): undefined reference to `OsiSolverInterface::~OsiSolverInterface()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiChooseStrongSubset::~OsiChooseStrongSubset()':
CbcLinked.cpp:(.text+0x1a38): undefined reference to `OsiChooseStrong::~OsiChooseStrong()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiBiLinearEquality::~OsiBiLinearEquality()':
CbcLinked.cpp:(.text+0x2262): undefined reference to `OsiObject2::~OsiObject2()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiSolverLink::~OsiSolverLink()':
CbcLinked.cpp:(.text+0x1624d): undefined reference to `OsiSolverInterface::~OsiSolverInterface()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o): In function `OsiChooseStrongSubset::chooseVariable(OsiSolverInterface*, OsiBranchingInformation*, bool)':
CbcLinked.cpp:(.text+0x1c7c4): undefined reference to `OsiChooseStrong::chooseVariable(OsiSolverInterface*, OsiBranchingInformation*, bool)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTI13OsiSolverLink[_ZTI13OsiSolverLink]+0x10): undefined reference to `typeinfo for CbcOsiSolver'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTI10OsiOldLink[_ZTI10OsiOldLink]+0x10): undefined reference to `typeinfo for OsiSOS'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTI25OsiOldLinkBranchingObject[_ZTI25OsiOldLinkBranchingObject]+0x10): undefined reference to `typeinfo for OsiSOSBranchingObject'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTI11OsiBiLinear[_ZTI11OsiBiLinear]+0x10): undefined reference to `typeinfo for OsiObject2'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTI26OsiBiLinearBranchingObject[_ZTI26OsiBiLinearBranchingObject]+0x10): undefined reference to `typeinfo for OsiTwoWayBranchingObject'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTI21OsiSimpleFixedInteger[_ZTI21OsiSimpleFixedInteger]+0x10): undefined reference to `typeinfo for OsiSimpleInteger'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTI15OsiUsesBiLinear[_ZTI15OsiUsesBiLinear]+0x10): undefined reference to `typeinfo for OsiSimpleInteger'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTI21OsiChooseStrongSubset[_ZTI21OsiChooseStrongSubset]+0x10): undefined reference to `typeinfo for OsiChooseStrong'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTI12CglTemporary[_ZTI12CglTemporary]+0x10): undefined reference to `typeinfo for CglStored'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC13OsiSolverLink0_21OsiClpSolverInterface[_ZTV13OsiSolverLink]+0xac8): undefined reference to `OsiSolverInterface::getNumIntegers() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC13OsiSolverLink0_21OsiClpSolverInterface[_ZTV13OsiSolverLink]+0xb78): undefined reference to `OsiSolverInterface::getStrictColSolution()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC13OsiSolverLink0_21OsiClpSolverInterface[_ZTV13OsiSolverLink]+0xbb8): undefined reference to `OsiSolverInterface::getFractionalIndices(double) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC13OsiSolverLink0_21OsiClpSolverInterface[_ZTV13OsiSolverLink]+0xbc8): undefined reference to `OsiSolverInterface::setObjCoeffSet(int const*, int const*, double const*)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC13OsiSolverLink0_21OsiClpSolverInterface[_ZTV13OsiSolverLink]+0xc50): undefined reference to `OsiSolverInterface::reducedCostFix(double, bool)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC13OsiSolverLink0_21OsiClpSolverInterface[_ZTV13OsiSolverLink]+0xc78): undefined reference to `OsiSolverInterface::dfltRowColName(char, int, unsigned int) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC13OsiSolverLink0_21OsiClpSolverInterface[_ZTV13OsiSolverLink]+0xc80): undefined reference to `OsiSolverInterface::getObjName(unsigned int) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC13OsiSolverLink0_21OsiClpSolverInterface[_ZTV13OsiSolverLink]+0xc98): undefined reference to `OsiSolverInterface::getRowNames()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC13OsiSolverLink0_21OsiClpSolverInterface[_ZTV13OsiSolverLink]+0xca8): undefined reference to `OsiSolverInterface::setRowNames(std::vector<std::string, std::allocator<std::string> >&, int, int, int)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC13OsiSolverLink0_21OsiClpSolverInterface[_ZTV13OsiSolverLink]+0xcb0): undefined reference to `OsiSolverInterface::deleteRowNames(int, int)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC13OsiSolverLink0_21OsiClpSolverInterface[_ZTV13OsiSolverLink]+0xcc0): undefined reference to `OsiSolverInterface::getColNames()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC13OsiSolverLink0_21OsiClpSolverInterface[_ZTV13OsiSolverLink]+0xcd0): undefined reference to `OsiSolverInterface::setColNames(std::vector<std::string, std::allocator<std::string> >&, int, int, int)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC13OsiSolverLink0_21OsiClpSolverInterface[_ZTV13OsiSolverLink]+0xcd8): undefined reference to `OsiSolverInterface::deleteColNames(int, int)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC13OsiSolverLink0_21OsiClpSolverInterface[_ZTV13OsiSolverLink]+0xde0): undefined reference to `OsiSolverInterface::readGMPL(char const*, char const*)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC13OsiSolverLink0_21OsiClpSolverInterface[_ZTV13OsiSolverLink]+0xe18): undefined reference to `OsiSolverInterface::activateRowCutDebugger(char const*)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC13OsiSolverLink0_21OsiClpSolverInterface[_ZTV13OsiSolverLink]+0xe20): undefined reference to `OsiSolverInterface::activateRowCutDebugger(double const*, bool)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC13OsiSolverLink0_12CbcOsiSolver[_ZTV13OsiSolverLink]+0x10): undefined reference to `typeinfo for CbcOsiSolver'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC13OsiSolverLink0_12CbcOsiSolver[_ZTV13OsiSolverLink]+0x498): undefined reference to `CbcOsiSolver::clone(bool) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC13OsiSolverLink0_12CbcOsiSolver[_ZTV13OsiSolverLink]+0x9d0): undefined reference to `typeinfo for CbcOsiSolver'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC13OsiSolverLink0_12CbcOsiSolver[_ZTV13OsiSolverLink]+0xac8): undefined reference to `OsiSolverInterface::getNumIntegers() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC13OsiSolverLink0_12CbcOsiSolver[_ZTV13OsiSolverLink]+0xb78): undefined reference to `OsiSolverInterface::getStrictColSolution()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC13OsiSolverLink0_12CbcOsiSolver[_ZTV13OsiSolverLink]+0xbb8): undefined reference to `OsiSolverInterface::getFractionalIndices(double) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC13OsiSolverLink0_12CbcOsiSolver[_ZTV13OsiSolverLink]+0xbc8): undefined reference to `OsiSolverInterface::setObjCoeffSet(int const*, int const*, double const*)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC13OsiSolverLink0_12CbcOsiSolver[_ZTV13OsiSolverLink]+0xc50): undefined reference to `OsiSolverInterface::reducedCostFix(double, bool)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC13OsiSolverLink0_12CbcOsiSolver[_ZTV13OsiSolverLink]+0xc78): undefined reference to `OsiSolverInterface::dfltRowColName(char, int, unsigned int) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC13OsiSolverLink0_12CbcOsiSolver[_ZTV13OsiSolverLink]+0xc80): undefined reference to `OsiSolverInterface::getObjName(unsigned int) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC13OsiSolverLink0_12CbcOsiSolver[_ZTV13OsiSolverLink]+0xc98): undefined reference to `OsiSolverInterface::getRowNames()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC13OsiSolverLink0_12CbcOsiSolver[_ZTV13OsiSolverLink]+0xca8): undefined reference to `OsiSolverInterface::setRowNames(std::vector<std::string, std::allocator<std::string> >&, int, int, int)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC13OsiSolverLink0_12CbcOsiSolver[_ZTV13OsiSolverLink]+0xcb0): undefined reference to `OsiSolverInterface::deleteRowNames(int, int)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC13OsiSolverLink0_12CbcOsiSolver[_ZTV13OsiSolverLink]+0xcc0): undefined reference to `OsiSolverInterface::getColNames()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC13OsiSolverLink0_12CbcOsiSolver[_ZTV13OsiSolverLink]+0xcd0): undefined reference to `OsiSolverInterface::setColNames(std::vector<std::string, std::allocator<std::string> >&, int, int, int)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC13OsiSolverLink0_12CbcOsiSolver[_ZTV13OsiSolverLink]+0xcd8): undefined reference to `OsiSolverInterface::deleteColNames(int, int)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC13OsiSolverLink0_12CbcOsiSolver[_ZTV13OsiSolverLink]+0xde0): undefined reference to `OsiSolverInterface::readGMPL(char const*, char const*)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC13OsiSolverLink0_12CbcOsiSolver[_ZTV13OsiSolverLink]+0xe18): undefined reference to `OsiSolverInterface::activateRowCutDebugger(char const*)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC13OsiSolverLink0_12CbcOsiSolver[_ZTV13OsiSolverLink]+0xe20): undefined reference to `OsiSolverInterface::activateRowCutDebugger(double const*, bool)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC13OsiSolverLink0_12CbcOsiSolver[_ZTV13OsiSolverLink]+0xeb0): undefined reference to `virtual thunk to CbcOsiSolver::clone(bool) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV13OsiSolverLink[_ZTV13OsiSolverLink]+0xad0): undefined reference to `OsiSolverInterface::getNumIntegers() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV13OsiSolverLink[_ZTV13OsiSolverLink]+0xb80): undefined reference to `OsiSolverInterface::getStrictColSolution()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV13OsiSolverLink[_ZTV13OsiSolverLink]+0xbc0): undefined reference to `OsiSolverInterface::getFractionalIndices(double) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV13OsiSolverLink[_ZTV13OsiSolverLink]+0xbd0): undefined reference to `OsiSolverInterface::setObjCoeffSet(int const*, int const*, double const*)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV13OsiSolverLink[_ZTV13OsiSolverLink]+0xc58): undefined reference to `OsiSolverInterface::reducedCostFix(double, bool)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV13OsiSolverLink[_ZTV13OsiSolverLink]+0xc80): undefined reference to `OsiSolverInterface::dfltRowColName(char, int, unsigned int) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV13OsiSolverLink[_ZTV13OsiSolverLink]+0xc88): undefined reference to `OsiSolverInterface::getObjName(unsigned int) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV13OsiSolverLink[_ZTV13OsiSolverLink]+0xca0): undefined reference to `OsiSolverInterface::getRowNames()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV13OsiSolverLink[_ZTV13OsiSolverLink]+0xcb0): undefined reference to `OsiSolverInterface::setRowNames(std::vector<std::string, std::allocator<std::string> >&, int, int, int)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV13OsiSolverLink[_ZTV13OsiSolverLink]+0xcb8): undefined reference to `OsiSolverInterface::deleteRowNames(int, int)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV13OsiSolverLink[_ZTV13OsiSolverLink]+0xcc8): undefined reference to `OsiSolverInterface::getColNames()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV13OsiSolverLink[_ZTV13OsiSolverLink]+0xcd8): undefined reference to `OsiSolverInterface::setColNames(std::vector<std::string, std::allocator<std::string> >&, int, int, int)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV13OsiSolverLink[_ZTV13OsiSolverLink]+0xce0): undefined reference to `OsiSolverInterface::deleteColNames(int, int)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV13OsiSolverLink[_ZTV13OsiSolverLink]+0xde8): undefined reference to `OsiSolverInterface::readGMPL(char const*, char const*)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV13OsiSolverLink[_ZTV13OsiSolverLink]+0xe20): undefined reference to `OsiSolverInterface::activateRowCutDebugger(char const*)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV13OsiSolverLink[_ZTV13OsiSolverLink]+0xe28): undefined reference to `OsiSolverInterface::activateRowCutDebugger(double const*, bool)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV10OsiOldLink[_ZTV10OsiOldLink]+0x30): undefined reference to `OsiObject::checkInfeasibility(OsiBranchingInformation const*) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV10OsiOldLink[_ZTV10OsiOldLink]+0x38): undefined reference to `OsiObject::feasibleRegion(OsiSolverInterface*) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV10OsiOldLink[_ZTV10OsiOldLink]+0x60): undefined reference to `OsiObject::columnNumber() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV10OsiOldLink[_ZTV10OsiOldLink]+0x80): undefined reference to `OsiSOS::upEstimate() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV10OsiOldLink[_ZTV10OsiOldLink]+0x88): undefined reference to `OsiSOS::downEstimate() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV11OsiBiLinear[_ZTV11OsiBiLinear]+0x38): undefined reference to `OsiObject::feasibleRegion(OsiSolverInterface*) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV11OsiBiLinear[_ZTV11OsiBiLinear]+0x60): undefined reference to `OsiObject::columnNumber() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV11OsiBiLinear[_ZTV11OsiBiLinear]+0x80): undefined reference to `OsiObject::upEstimate() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV11OsiBiLinear[_ZTV11OsiBiLinear]+0x88): undefined reference to `OsiObject::downEstimate() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV19OsiBiLinearEquality[_ZTV19OsiBiLinearEquality]+0x38): undefined reference to `OsiObject::feasibleRegion(OsiSolverInterface*) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV19OsiBiLinearEquality[_ZTV19OsiBiLinearEquality]+0x60): undefined reference to `OsiObject::columnNumber() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV19OsiBiLinearEquality[_ZTV19OsiBiLinearEquality]+0x80): undefined reference to `OsiObject::upEstimate() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV19OsiBiLinearEquality[_ZTV19OsiBiLinearEquality]+0x88): undefined reference to `OsiObject::downEstimate() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV21OsiSimpleFixedInteger[_ZTV21OsiSimpleFixedInteger]+0x30): undefined reference to `OsiObject::checkInfeasibility(OsiBranchingInformation const*) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV21OsiSimpleFixedInteger[_ZTV21OsiSimpleFixedInteger]+0x38): undefined reference to `OsiObject::feasibleRegion(OsiSolverInterface*) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV21OsiSimpleFixedInteger[_ZTV21OsiSimpleFixedInteger]+0x40): undefined reference to `OsiSimpleInteger::feasibleRegion(OsiSolverInterface*, OsiBranchingInformation const*) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV21OsiSimpleFixedInteger[_ZTV21OsiSimpleFixedInteger]+0x60): undefined reference to `OsiSimpleInteger::columnNumber() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV21OsiSimpleFixedInteger[_ZTV21OsiSimpleFixedInteger]+0x80): undefined reference to `OsiSimpleInteger::upEstimate() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV21OsiSimpleFixedInteger[_ZTV21OsiSimpleFixedInteger]+0x88): undefined reference to `OsiSimpleInteger::downEstimate() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV21OsiSimpleFixedInteger[_ZTV21OsiSimpleFixedInteger]+0x90): undefined reference to `OsiSimpleInteger::resetBounds(OsiSolverInterface const*)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV21OsiSimpleFixedInteger[_ZTV21OsiSimpleFixedInteger]+0x98): undefined reference to `OsiSimpleInteger::resetSequenceEtc(int, int const*)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV12CglTemporary[_ZTV12CglTemporary]+0x40): undefined reference to `CglCutGenerator::mayGenerateRowCutsInTree() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV12CglTemporary[_ZTV12CglTemporary]+0x48): undefined reference to `CglCutGenerator::needsOptimalBasis() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC28OsiSolverLinearizedQuadratic0_21OsiClpSolverInterface[_ZTV28OsiSolverLinearizedQuadratic]+0xac8): undefined reference to `OsiSolverInterface::getNumIntegers() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC28OsiSolverLinearizedQuadratic0_21OsiClpSolverInterface[_ZTV28OsiSolverLinearizedQuadratic]+0xb78): undefined reference to `OsiSolverInterface::getStrictColSolution()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC28OsiSolverLinearizedQuadratic0_21OsiClpSolverInterface[_ZTV28OsiSolverLinearizedQuadratic]+0xbb8): undefined reference to `OsiSolverInterface::getFractionalIndices(double) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC28OsiSolverLinearizedQuadratic0_21OsiClpSolverInterface[_ZTV28OsiSolverLinearizedQuadratic]+0xbc8): undefined reference to `OsiSolverInterface::setObjCoeffSet(int const*, int const*, double const*)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC28OsiSolverLinearizedQuadratic0_21OsiClpSolverInterface[_ZTV28OsiSolverLinearizedQuadratic]+0xc50): undefined reference to `OsiSolverInterface::reducedCostFix(double, bool)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC28OsiSolverLinearizedQuadratic0_21OsiClpSolverInterface[_ZTV28OsiSolverLinearizedQuadratic]+0xc78): undefined reference to `OsiSolverInterface::dfltRowColName(char, int, unsigned int) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC28OsiSolverLinearizedQuadratic0_21OsiClpSolverInterface[_ZTV28OsiSolverLinearizedQuadratic]+0xc80): undefined reference to `OsiSolverInterface::getObjName(unsigned int) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC28OsiSolverLinearizedQuadratic0_21OsiClpSolverInterface[_ZTV28OsiSolverLinearizedQuadratic]+0xc98): undefined reference to `OsiSolverInterface::getRowNames()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC28OsiSolverLinearizedQuadratic0_21OsiClpSolverInterface[_ZTV28OsiSolverLinearizedQuadratic]+0xca8): undefined reference to `OsiSolverInterface::setRowNames(std::vector<std::string, std::allocator<std::string> >&, int, int, int)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC28OsiSolverLinearizedQuadratic0_21OsiClpSolverInterface[_ZTV28OsiSolverLinearizedQuadratic]+0xcb0): undefined reference to `OsiSolverInterface::deleteRowNames(int, int)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC28OsiSolverLinearizedQuadratic0_21OsiClpSolverInterface[_ZTV28OsiSolverLinearizedQuadratic]+0xcc0): undefined reference to `OsiSolverInterface::getColNames()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC28OsiSolverLinearizedQuadratic0_21OsiClpSolverInterface[_ZTV28OsiSolverLinearizedQuadratic]+0xcd0): undefined reference to `OsiSolverInterface::setColNames(std::vector<std::string, std::allocator<std::string> >&, int, int, int)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC28OsiSolverLinearizedQuadratic0_21OsiClpSolverInterface[_ZTV28OsiSolverLinearizedQuadratic]+0xcd8): undefined reference to `OsiSolverInterface::deleteColNames(int, int)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC28OsiSolverLinearizedQuadratic0_21OsiClpSolverInterface[_ZTV28OsiSolverLinearizedQuadratic]+0xde0): undefined reference to `OsiSolverInterface::readGMPL(char const*, char const*)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC28OsiSolverLinearizedQuadratic0_21OsiClpSolverInterface[_ZTV28OsiSolverLinearizedQuadratic]+0xe18): undefined reference to `OsiSolverInterface::activateRowCutDebugger(char const*)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTC28OsiSolverLinearizedQuadratic0_21OsiClpSolverInterface[_ZTV28OsiSolverLinearizedQuadratic]+0xe20): undefined reference to `OsiSolverInterface::activateRowCutDebugger(double const*, bool)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV28OsiSolverLinearizedQuadratic[_ZTV28OsiSolverLinearizedQuadratic]+0xac8): undefined reference to `OsiSolverInterface::getNumIntegers() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV28OsiSolverLinearizedQuadratic[_ZTV28OsiSolverLinearizedQuadratic]+0xb78): undefined reference to `OsiSolverInterface::getStrictColSolution()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV28OsiSolverLinearizedQuadratic[_ZTV28OsiSolverLinearizedQuadratic]+0xbb8): undefined reference to `OsiSolverInterface::getFractionalIndices(double) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV28OsiSolverLinearizedQuadratic[_ZTV28OsiSolverLinearizedQuadratic]+0xbc8): undefined reference to `OsiSolverInterface::setObjCoeffSet(int const*, int const*, double const*)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV28OsiSolverLinearizedQuadratic[_ZTV28OsiSolverLinearizedQuadratic]+0xc50): undefined reference to `OsiSolverInterface::reducedCostFix(double, bool)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV28OsiSolverLinearizedQuadratic[_ZTV28OsiSolverLinearizedQuadratic]+0xc78): undefined reference to `OsiSolverInterface::dfltRowColName(char, int, unsigned int) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV28OsiSolverLinearizedQuadratic[_ZTV28OsiSolverLinearizedQuadratic]+0xc80): undefined reference to `OsiSolverInterface::getObjName(unsigned int) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV28OsiSolverLinearizedQuadratic[_ZTV28OsiSolverLinearizedQuadratic]+0xc98): undefined reference to `OsiSolverInterface::getRowNames()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV28OsiSolverLinearizedQuadratic[_ZTV28OsiSolverLinearizedQuadratic]+0xca8): undefined reference to `OsiSolverInterface::setRowNames(std::vector<std::string, std::allocator<std::string> >&, int, int, int)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV28OsiSolverLinearizedQuadratic[_ZTV28OsiSolverLinearizedQuadratic]+0xcb0): undefined reference to `OsiSolverInterface::deleteRowNames(int, int)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV28OsiSolverLinearizedQuadratic[_ZTV28OsiSolverLinearizedQuadratic]+0xcc0): undefined reference to `OsiSolverInterface::getColNames()'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV28OsiSolverLinearizedQuadratic[_ZTV28OsiSolverLinearizedQuadratic]+0xcd0): undefined reference to `OsiSolverInterface::setColNames(std::vector<std::string, std::allocator<std::string> >&, int, int, int)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV28OsiSolverLinearizedQuadratic[_ZTV28OsiSolverLinearizedQuadratic]+0xcd8): undefined reference to `OsiSolverInterface::deleteColNames(int, int)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV28OsiSolverLinearizedQuadratic[_ZTV28OsiSolverLinearizedQuadratic]+0xde0): undefined reference to `OsiSolverInterface::readGMPL(char const*, char const*)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV28OsiSolverLinearizedQuadratic[_ZTV28OsiSolverLinearizedQuadratic]+0xe18): undefined reference to `OsiSolverInterface::activateRowCutDebugger(char const*)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV28OsiSolverLinearizedQuadratic[_ZTV28OsiSolverLinearizedQuadratic]+0xe20): undefined reference to `OsiSolverInterface::activateRowCutDebugger(double const*, bool)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV21OsiChooseStrongSubset[_ZTV21OsiChooseStrongSubset]+0x38): undefined reference to `OsiChooseVariable::feasibleSolution(OsiBranchingInformation const*, double const*, int, OsiObject const**)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV21OsiChooseStrongSubset[_ZTV21OsiChooseStrongSubset]+0x40): undefined reference to `OsiChooseVariable::updateInformation(OsiBranchingInformation const*, int, OsiHotInfo*)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV21OsiChooseStrongSubset[_ZTV21OsiChooseStrongSubset]+0x48): undefined reference to `OsiChooseVariable::updateInformation(int, int, double, double, int)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV15OsiUsesBiLinear[_ZTV15OsiUsesBiLinear]+0x30): undefined reference to `OsiObject::checkInfeasibility(OsiBranchingInformation const*) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV15OsiUsesBiLinear[_ZTV15OsiUsesBiLinear]+0x38): undefined reference to `OsiObject::feasibleRegion(OsiSolverInterface*) const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV15OsiUsesBiLinear[_ZTV15OsiUsesBiLinear]+0x60): undefined reference to `OsiSimpleInteger::columnNumber() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV15OsiUsesBiLinear[_ZTV15OsiUsesBiLinear]+0x80): undefined reference to `OsiSimpleInteger::upEstimate() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV15OsiUsesBiLinear[_ZTV15OsiUsesBiLinear]+0x88): undefined reference to `OsiSimpleInteger::downEstimate() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV15OsiUsesBiLinear[_ZTV15OsiUsesBiLinear]+0x90): undefined reference to `OsiSimpleInteger::resetBounds(OsiSolverInterface const*)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(CbcLinked.o):(.rodata._ZTV15OsiUsesBiLinear[_ZTV15OsiUsesBiLinear]+0x98): undefined reference to `OsiSimpleInteger::resetSequenceEtc(int, int const*)'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCbcSolver.a(unitTestClp.o): In function `CbcClpUnitTest(CbcModel const&, std::string const&, int, double const*)':
unitTestClp.cpp:(.text+0x6cbe): undefined reference to `typeinfo for OsiSolverInterface'
unitTestClp.cpp:(.text+0x6e23): undefined reference to `OsiSolverInterface::getRowCutDebugger() const'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCoinUtils.a(CoinFileIO.o): In function `CoinFileInput::create(std::string const&)':
CoinFileIO.cpp:(.text+0x47a): undefined reference to `gzopen'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCoinUtils.a(CoinFileIO.o): In function `CoinFileOutput::create(std::string const&, CoinFileOutput::Compression)':
CoinFileIO.cpp:(.text+0xe9a): undefined reference to `gzopen'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCoinUtils.a(CoinFileIO.o): In function `CoinGzipFileInput::readRaw(void*, int)':
CoinFileIO.cpp:(.text._ZN17CoinGzipFileInput7readRawEPvi[_ZN17CoinGzipFileInput7readRawEPvi]+0x5): undefined reference to `gzread'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCoinUtils.a(CoinFileIO.o): In function `CoinGzipFileOutput::write(void const*, int)':
CoinFileIO.cpp:(.text._ZN18CoinGzipFileOutput5writeEPKvi[_ZN18CoinGzipFileOutput5writeEPKvi]+0x5): undefined reference to `gzwrite'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCoinUtils.a(CoinFileIO.o): In function `CoinGetslessFileInput::read(void*, int)':
CoinFileIO.cpp:(.text._ZN21CoinGetslessFileInput4readEPvi[_ZN21CoinGetslessFileInput4readEPvi]+0x30): undefined reference to `gzread'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCoinUtils.a(CoinFileIO.o): In function `CoinGetslessFileInput::gets(char*, int)':
CoinFileIO.cpp:(.text._ZN21CoinGetslessFileInput4getsEPci[_ZN21CoinGetslessFileInput4getsEPci]+0x90): undefined reference to `gzread'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCoinUtils.a(CoinFileIO.o): In function `CoinGzipFileOutput::~CoinGzipFileOutput()':
CoinFileIO.cpp:(.text._ZN18CoinGzipFileOutputD2Ev[_ZN18CoinGzipFileOutputD5Ev]+0x2a): undefined reference to `gzclose'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCoinUtils.a(CoinFileIO.o): In function `CoinGzipFileOutput::~CoinGzipFileOutput()':
CoinFileIO.cpp:(.text._ZN18CoinGzipFileOutputD0Ev[_ZN18CoinGzipFileOutputD5Ev]+0x2a): undefined reference to `gzclose'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCoinUtils.a(CoinFileIO.o): In function `CoinGzipFileInput::~CoinGzipFileInput()':
CoinFileIO.cpp:(.text._ZN17CoinGzipFileInputD2Ev[_ZN17CoinGzipFileInputD5Ev]+0x2a): undefined reference to `gzclose'
/home/bg/Documents/prj/coin-Cbc-2.9/lib/libCoinUtils.a(CoinFileIO.o): In function `CoinGzipFileInput::~CoinGzipFileInput()':
CoinFileIO.cpp:(.text._ZN17CoinGzipFileInputD0Ev[_ZN17CoinGzipFileInputD5Ev]+0x2a): undefined reference to `gzclose'
collect2: error: ld returned 1 exit status
CMakeFiles/mzn-cbc.dir/build.make:164: recipe for target 'mzn-cbc' failed
make[2]: *** [mzn-cbc] Error 1
make[2]: Leaving directory '/media/sf_SHARED/prj/libmzn/build'
CMakeFiles/Makefile2:339: recipe for target 'CMakeFiles/mzn-cbc.dir/all' failed
make[1]: *** [CMakeFiles/mzn-cbc.dir/all] Error 2
make[1]: Leaving directory '/media/sf_SHARED/prj/libmzn/build'
Makefile:140: recipe for target 'all' failed
make: *** [all] Error 2


More information about the Cbc mailing list