Originally posted by: HansBB
Hello everyone,
I have the following Problem with big/large LP working with CPLEX 12.3 and Matlab:
The size of my LP depend on the Variable s.
If i set s=96*180 my LP looks like this:
obj: 207374x1 double
lb: 207374x1 double
ub: 207374x1 double
rhs: 449280x1 double
lhs: 449280x1 double
A: 449280x207374 double
I can solve this LP without problem, even if it takes a lot of time.
when i set s=96*360 my LP looks like this:
obj: 414734x1 double
lb: 414734x1 double
ub: 414734x1 double
rhs: 898560x1 double
lhs: 898560x1 double
A: 898560x414734 double
And when i try to solve this Problem i get: "CPLEX Error 1004: Null pointer for required data."
this is the output i get:
"ans =
[]
IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX >> >> "
so the solver not eaven starts with the Presolve, i guess.
Anyone have an idea of what could be going wrong?
Thank you in advance for your efforts.
Best regards,
Hans
#CPLEXOptimizers#DecisionOptimization