Originally posted by: SystemAdmin
[ammoun84 said:]
hello,
i had an error when compiling my program.
i declared Lq as array:
IloNumArray Lq(env);
.
.
.
and i used it as shown:
for(q= 1; q <= N ; q++)<br /> {
for(l=1; l<= Lq[q].getsize(); l++)<br /> {
.....
i get this error:
[color=red]erreur: request for member 'getsize' in 'Lq. IloNumArray::operator[](q)', which is of non-class type 'double'[/color]
i understood that "getsize" can't be used in this context..
someone have an idea???
Thanks
#ConstraintProgramming-General#DecisionOptimization