<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;">
<p><span style="font-family:Arial,Helvetica,sans-serif; font-size:11pt">Hi all,</span></p>
<p><br>
</p>
<p><span style="font-family:Arial,Helvetica,sans-serif; font-size:11pt">I am implementing BPC using SCIP. Is it possible that during branching, I do not create any branch but only add variables and then start column generation again? My problem is that during
 my branching</span><span style="font-family:Arial,Helvetica,sans-serif; font-size:11pt">, it could be possible that there are still fractional variables but no other possible branching condition is found, then what I would like to do is for example fix the
 current fractional variables to 0 and then add a new variable that is a combination of those fractional variables. After that instead of creating new child nodes, I would like to run column generation. However, I don't know how to signal scip to do that. <span style="font-family: Arial, Helvetica, sans-serif; font-size: 11pt;">I
 have tried to return branching with result </span><span style="color: rgb(51, 51, 51); font-family: Arial, Helvetica, sans-serif; font-size: 11pt;">SCIP_DIDNOTRUN but then SCIP will continue with variable branching.</span></span></p>
<p><font color="#333333" face="Open Sans, sans-serif"><span style="font-size:11pt; font-family:Arial,Helvetica,sans-serif">Thank you for your time.</span></font></p>
<p><font color="#333333" face="Open Sans, sans-serif"><span style="font-size:14px"><br>
</span></font></p>
<p><font color="#333333" face="Open Sans, sans-serif"><span style="font-size:14px"><span style="font-family:Arial,Helvetica,sans-serif; font-size:11pt">Best,</span><br>
<span style="font-family:Arial,Helvetica,sans-serif; font-size:11pt">Lan</span></span></font></p>
</div>
</body>
</html>