Originally posted by: xiongxiongxiong
Dear all
I am now using cplex with java to handle a MIP problem
,
and there is a constraint with a maximum expression
:
a[i]=max{a[j],t[i][j]}
,
where a[i] and a[j] are both IloNumVar variables, while t[i][j] is a double variable.
I do not know how to handle this situation, so I am asking for your heip
Thank you
#CPLEXOptimizers#DecisionOptimization