Originally posted by: Zele
Hi all,
I am using CPXaddsos() to add some SOS type 1 constraints in my model.
Mi question is: should I suppose that this SOS type 1 is, for example, for constraints type x1+x2+x3+x4=1 (only with equal)? If the answer is yes, my second question is: is there any function (o whatever) to introduce a SOS type 1 with constraints type x1+x2+x3+x4 <=1 (with lower or equal), or the only way is introducing slack 0-1 variables in the model for those constraints?
Thanks in advance.
Bests
Maria C.
#CPLEXOptimizers#DecisionOptimization