I wanna solve a problem with 1,000,000 variables.
but, it is in ‘out of memory’ trouble.
when I reduced the size, it was solved.
so, I wonder that solver can’t solve such a big size problem in general or not.
I wanna solve a problem with 1,000,000 variables.
but, it is in ‘out of memory’ trouble.
when I reduced the size, it was solved.
so, I wonder that solver can’t solve such a big size problem in general or not.
Maybe you just do not have enough RAM in your computer.
Btw the RAM required is dependent on the structure in the problem e.g. sparsity and number of constraints.