We have a problem involving 100K variables in the objective function and 1500 conditions. Does CPLEX support such numbers? If so, what are the limits and performance benchmarks of CPLEX?
Regards,
Yash
We have a problem involving 100K variables in the objective function and 1500 conditions. Does CPLEX support such numbers? If so, what are the limits and performance benchmarks of CPLEX?
Regards,
Yash
YES.
Quoting a reply from CPLEX developers in this thread, dated in 2010:
and then
Performance benchmarks
Here is the official page of Hans Mittelman, with benchmarks on the performance of LP solvers, and here are the mixed-integer linear programming benchmarks (problem description is here).
You will notice that there are a few problems in these sets that are actually larger than your problem.
However, in MIPs (problems with integer variables) your mileage may vary performance-wise. There exist problems with just 200 integer variables in which CPLEX cannot get below 10% gap in an hour of computations. A problem's size is not always a good predictor for a solver's performance.