Originally posted by: PabloFa
Dear members of developerWorks,
as part of my PhD thesis, I'm developing an specific strategy of branching for my problem. In my branch callback function I would like to initialize a subset of my variables with the strong branching values. I found a very useful function (CPXstrongbranching) to accomplish this goal, but I have already developed thousands of lines of code in C++ concert technology and I can't move to the C callable library at this point.
Is there a way to call this function or can you suggest me an alternative way to compute this values (even a less efficient one could help).
Thank you and best regards,
Pablo
PS: I'm still using cplex 10 and as this is the end of my thesis research I prefer not to move to cplex 12.
#CPLEXOptimizers#DecisionOptimization