MATLAB: What is the maximum dimension that MATLAB can handle, specially linprog.

linprog maximum dimension capacity

What is the maximum constraint equations, Variables and matrix dimension MATLAB optimization can handle? Specially Linprog.

Best Answer

There is essentially no maximum, for any of these tools.
Practically, the max for these values is a function of the amount of memory you have, the amount of memory you can address, and your patience/willingness to wait for an answer. Logically, bigger problems will take more time.