Originally posted by: arronlee11
thank you for you reply, if the decision variable x is One-dimensional decision variables, the command "IloConversion" can be used as follow:
model.add(IloConversion(env, x, ILOINT));
but now my decision variable is a Three-dimensional decision variables x[i][j][k],how can i use the command?
#CPLEXOptimizers#DecisionOptimization