Originally posted by: QINGQINGQING
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 haw to handle this situation, so I am asking for your heip
Thank you
#CPLEXOptimizers#DecisionOptimization