1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
Program received signal SIGSEGV, Segmentation fault.
merge (a=0x7fffffffba70, h=0x2432530, no=125) at bouknap.c:531
531 if (i->wsum <= j->wsum + w) {
(gdb) bt
#0 merge (a=0x7fffffffba70, h=0x2432530, no=125) at bouknap.c:531
#1 0x00000000006bb334 in multiply (a=0x7fffffffba70, h=0x2432530, x=-125, side=1)
at bouknap.c:568
#2 0x00000000006bc808 in callbouknap (n=100, p=0x23896b0, w=0x246bf40, m=0x246c0e0, x=0x246c280, c=187)
at bouknap.c:902
#3 0x000000000053f0ce in IntKnapsackSubProblem::customizedSolver (this=0x215d9d0, flag=@0x7fffffffcdee, ifPrint=@0x7fffffffcded,
requiredStatus=..., objVal=..., primalBound=..., dualBound=..., inPrimalSol=std::set with 0 elements, inDualSol=
std::set with 0 elements)
at hscpSubProblemC.cpp:157
#4 0x000000000058a1c3 in MipProblem::solveProb (this=0x215d9d0, flag=@0x7fffffffcdee, ifPrint=@0x7fffffffcded)
at bcProblemC.cpp:3365
#5 0x000000000059f393 in ColGenSpConf::solvePC (this=0x226f280)
at /home/rleguay/Projets/bapcodproject/trunk/Bapcod/src/bcColGenSpConfC.cpp:930
#6 0x00000000005a3462 in ColGenSpConf::genNewCol (this=0x226f280, vectOfNewColumns=std::vector of length 0, capacity 0)
at bcColGenSpConfC.cpp:1805
#7 0x00000000005b5a30 in MasterConf::genNewColumns (this=0x22f6260, vectOfNewColumns=std::vector of length 0, capacity 0)
at bcMasterConfC.cpp:1796
#8 0x00000000005b6ead in MasterConf::solveMastLpPrimPh2 (this=0x22f6260, nbCgIterations=@0x7fffffffd4dc, start=...)
at bcMasterConfC.cpp:2121
#9 0x00000000005b7961 in MasterConf::solveMastLpPrimPh1A2 (this=0x22f6260)
at bcMasterConfC.cpp:2288
#10 0x00000000005b964a in MasterConf::solveLagrangianDual (this=0x22f6260)
at bcMasterConfC.cpp:2835
#11 0x00000000005bb4e4 in MasterConf::solveCurNodeProblem (this=0x22f6260)
at bcMasterConfC.cpp:3174
#12 0x00000000005baf69 in MasterConf::treatCurrentNode (this=0x22f6260)
at bcMasterConfC.cpp:3092
#13 0x00000000005b01f5 in MasterConf::solvePC (this=0x22f6260)
at bcMasterConfC.cpp:759
#14 0x00000000005e4bcf in Model::solve (this=0x7fffffffdbe0)
at bcModelC.cpp:225
#15 0x000000000054e5b7 in main (argc=1, argv=0x7fffffffe248)
at hscpMain.cpp:97 |