<div dir="ltr">Hi,<br><br>I am trying to implement a branch and price algorithm.<br>I have two questions.<br>First, if in two different iterations, two different variables have the same name (label),<br>does SCIP see them the same when it solves the problem?<br>
Note that in .lp file they are the same but with different coefficients.<br><br>I have a list of labels so that I can name variables in a specific sequence.  But when I do in SCIP_RETCODE, in the next iteration it is empty. So, next time when a new variable is defined, it takes the same name as the previous one!<br>
How I can accumulate the list.<br><br>Cheers,<br>Mahdi<br></div>