<div dir="ltr"><div><div>Hi all,<br><br></div>I am tying to implement a branch and price algorithm. I want to branch on the original variables that are not present in the master problem, and then change their bound in the pricing problems. But I am not sure how to do this. I think I can't use SCIPbranchvar directly from mybranchrule. If I use a constraint handler, I wouldn't make a constraint of that type (because there is no such constraint), then how can I include it in my branchrule?<br><br><br></div>Thanks in advance.<br></div>