Originally posted by: USMC
I have multiple sets of SOS type 1 in my model. I would like to prioritize which sets are branched on first and which variables in each set are branched on.
For example(assuming I have entered this correctly in lp format)
S1::X(1)(1)(1):1 X(1)(1)(2):2 X(1)(1)(3):3
S1::X(1)(2)(1):1 X(1)(2)(2):2 X(1)(2)(3):3
I would like to make sure the solver branches on the first set first and then the second set. Additionally, within each set I would like to branch in the order I have them listed.
What do I need to do to the weights to accomplish both of these objectives?
#CPLEXOptimizers#DecisionOptimization