You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, in the same test gap - strong branching, strong branching is being performed even if the local DB is worse than the global PB (in this case, the node should be pruned immediately) :
***************************************************************************************
**** BaB tree node N° 8, parent N° 6, depth 4, 5 open nodes
**** Local DB = 1554.7379, global bounds : [ 1549.5926 , 1554.0000 ], time = 1.73 sec.
**** Branching constraint: x[2,18]<=0.0
***************************************************************************************
**** Strong branching phase 1 is started *****
[ Info: IP Gap is closed: -0.00047459066555197323. Abort treatment.
[ Info: IP Gap is closed: -0.00047459066555197323. Abort treatment.
SB phase 1 branch on x[2,13] (lhs=0.5049) : [ Inf, Inf], score = 0.0000
[ Info: IP Gap is closed: -0.00047459066555197323. Abort treatment.
[ Info: IP Gap is closed: -0.00047459066555197323. Abort treatment.
SB phase 1 branch on x[4,17] (lhs=0.5437) : [ Inf, Inf], score = 0.0000
[ Info: IP Gap is closed: -0.00047459066555197323. Abort treatment.
[ Info: IP Gap is closed: -0.00047459066555197323. Abort treatment.
SB phase 1 branch on x[4,1] (lhs=0.4563) : [ Inf, Inf], score = 0.0000
[ Info: IP Gap is closed: -0.00047459066555197323. Abort treatment.
[ Info: IP Gap is closed: -0.00047459066555197323. Abort treatment.
SB phase 1 branch on x[5,1] (lhs=0.5437) : [ Inf, Inf], score = 0.0000
[ Info: IP Gap is closed: -0.00047459066555197323. Abort treatment.
[ Info: IP Gap is closed: -0.00047459066555197323. Abort treatment.
SB phase 1 branch on x[5,13] (lhs=0.4563) : [ Inf, Inf], score = 0.0000
**** Strong branching phase 2 is started *****
**** SB phase 2 evaluation of candidate 1 (branch 1 : x[2,13]>=1.0), value = Inf
[ Info: IP Gap is closed: -0.00047459066555197323. Abort treatment.
Branch is conquered!
**** SB phase 2 evaluation of candidate 1 (branch 2 : x[2,13]<=0.0), value = Inf
[ Info: IP Gap is closed: -0.00047459066555197323. Abort treatment.
Branch is conquered!
SB phase 2 branch on x[2,13] (lhs=0.5049) : [ Inf, Inf], score = -1.0000
Child nodes generated : N° 10 N° 11
Earlier, in this test, a node in the strong branching is conquered, but still two child nodes are generated:
When running for example
gap - strong branching
test, scores of all candidates in phase 1 (based on product score) are zeroAlso, in the same test
gap - strong branching
, strong branching is being performed even if the local DB is worse than the global PB (in this case, the node should be pruned immediately) :Earlier, in this test, a node in the strong branching is conquered, but still two child nodes are generated:
Coluna : master branch
The text was updated successfully, but these errors were encountered: