Hi everyone,

I want to read my data from an Excel file in CPLEX but I want to write something like this:

forall (p in projects, q in activities, s in skills)

a[p][q][1] from SheetRead(my_sheet, "'Sheet1'!B36:K36")

Is there a way to do this or am I supposed to define every array element one by one?

Thank you in advance.

Similar questions and discussions