Originally posted by: srvh
Thank you very very much for your answer dear Daniel.
At each node, I want to know which variable is selected for branching and what the score of strong branching for that variable is. Can I get these information?
For example, at the picture the highlighted leaf (node1-node8-node32-node33), I expect CPLEX show me x25-x41-x44-x43 are selected for branching then compute and print the score of strong branching for those variables.
On that leaf, there isn't best
The best solution isn't on that leaf. The log CPLEX shows the leaf that the best solution is on it. But can I have these information (variable selected and the score of strong branching) for the other leaves?
#DecisionOptimization#MathematicalProgramming-General