now,I want to solve a problem,
IloNumVarArray r(env);
IloNumExpr sum2(env, 0);
for(){
sum2 += r[i] * IloLog(r[i]);}
model.add(IloMinimize(env, sum2));
but ,it return the error"Concert exception caught: IloAlgorithm cannot extract extractables 82, 25, 31, 37, 43, 49, 55, 61 and 67"。
- so,what should I do next to fix this error?
#DecisionOptimization#Support#SupportMigration