[Scip] Branch and price

Bahareh Eghtesadi b.eghtesadi at gmail.com
Wed Mar 4 22:59:53 CET 2015


Hello,

I am implementing a branch and price algorithm. I am using a variable data
structure to store variables information, a problem data, and also a pricer
object. After constructing a pricerobj, and when using SCIPincludeobjpricer
, I am getting the error:

-> linking bin/vaccinebp.linux.x86_64.gnu.dbg.spx
obj/O.linux.x86_64.gnu.dbg/main_vaccinebp.o: In function `main':
/home/SCIPproject/vaccinebp/src/main_vaccinebp.cpp:377: undefined reference
to `SCIPincludeObjPricer(Scip*, scip::ObjPricer*, unsigned int)'
collect2: error: ld returned 1 exit status
make: *** [bin/vaccinebp.linux.x86_64.gnu.dbg.spx] Error 1


Also I am coping the piece of my code here. I have checked the objpricer 's
parameters, and I can not find what is wrong. Do you have any idea what
might be wrong?

Thanks.
[image: Inline image 1]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listserv.zib.de/pipermail/scip/attachments/20150304/20719a8f/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 43417 bytes
Desc: not available
URL: <http://listserv.zib.de/pipermail/scip/attachments/20150304/20719a8f/attachment.png>


More information about the Scip mailing list