Originally posted by: SystemAdmin
Hi, everyone!
My problem is :
X =
http://x1, x2,....xn, x1 ---- xn are float variables, another binary variable y has the following relationship with X:
if one of xn is greater than 0, then y = 1
otherwise, y = 0, i.e., x1 = x2 =... = xn = 0;
how to represent this in cplex?
Thanks in advance.
#CPLEXOptimizers#DecisionOptimization