Originally posted by: dapao12345
Hi
I have an IloNumArray D, an IloBoolVarArray B, and an IloNumExprArray E (where E[i] = D[i] * B[i] ).
I need find a way to express the non-zero mininum of E, and put it in a constrain.
However, since there are zeros in E, the 'IloMin()' function always takes zero as the minimum, which makes my problem insolvable .
I am wondering how to get the non-zero mininum from E.
Please help me out, I am stuck here...
Thank you very much!!
#CPLEXOptimizers#DecisionOptimization