Hi,
many errors in your model.
For instance I would write
{int} I=...; // the SKU i of the program reference i
{int} J=...; //Different storage area
{int} J1=...;
because I and J are no scalar but sets
in the .dat you wrote
I from SheetRead(my_sheet,"'data'!B2:B187");
but the name of the tab in excel is not data but Sheet1
Let me attach the 3 updated files I managed to run.
regards
https://higherlogicdownload.s3.amazonaws.com/IMWUC/UploadedImages/c9cf5bd6-c6fe-4997-ac21-877398af6ab3/stacko2020.zip------------------------------
ALEX FLEISCHER
------------------------------
Original Message:
Sent: Fri October 09, 2020 11:19 AM
From: Khaoula EL MHAMDI
Subject: Execution problem
Hi,
Thank Alex for your response.
I do not know the usefulness of this instruction but I tested it and I still have the same problem.
I have attatched the model and the data that I'm using.
The problem that I can get a result by using those data (in the figure below) but when each time I try to import the excel file it doesn't work.
Regards,
------------------------------
Khaoula EL MHAMDI
------------------------------
Original Message:
Sent: Fri October 09, 2020 08:56 AM
From: ALEX FLEISCHER
Subject: Execution problem
Hi,
do you get the same error if you add
execute
{
cplex.threads=1;
}
in your model ?
can you attach your model and data so that other user could try ?
regards
------------------------------
ALEX FLEISCHER