Originally posted by: ping8888
I want to use Cplex concert Java. My model looks like max sumX[i][t]+sumY[i][t][k]...
I am newer to Cplex, and only know model X[i] with numVarArray(2,0,Double.MaxValue), but now there are 2 or 3 even 4 index, how should I translate these variables into Cplex? Detailed direction are preferred, thank you!!
#DecisionOptimization#MathematicalProgramming-General