Originally posted by: Guerlain
Hi
I flow your instructions and I have still a prob with the parameter of demand :
int demand[1..n][1..T] = ...;// la quantité de produit demandé par un sommet
demand = [0 ,22 ,30 ,37 ,31 ,29 ,21 ,42 ,13 ,12 ,20 ,15 ,25];
I think I have to add the part of the time in the data ([1..T]) ?
the error message is : Elément de données "0" inattendu pour "int[range][range]".
best regards
#DecisionOptimization#OPLusingCPLEXOptimizer