By studying the CPLEX documentation and by slightly modifying the YALMIP functions
- call_cplexibm_miqp.m
- sdpsettings.m
I managed to implement the branch variable prioritization with the CPLEX solver.
This dramatically improved the performances of the BnB algorithm in my problem (microgrid design + operation).