I am using IBM Cplex studio IDE to solve an optimization problem called location set covering problem with backup, I have coded the model and solved it for a small problem, which works fine. When I am embarking a large datasets from excel (more than 8,000 nodes or a graph with 71, 000,000 elements) the IDE gives me this error, which really frustrating me.
The error is " Exception from IBM ILOG Concert: can not read data from excel"
It should be noted that when I am loading this data into CPLEX, its size is around 1GB.
I would appreciate for any tips in the case.
Regards.
The error is " Exception from IBM ILOG Concert: can not read data from excel"
For large data sets in excel you may try to load subsets as can be seen at https://github.com/AlexFleischerParis/oplexcel/blob/main/hugexlsread.mod