Re: GLPK memory problem

2022-05-04 Thread Andrew Makhorin
On Tue, 2022-05-03 at 13:29 +0200, Domingo Alvarez Duarte wrote: > Maybe there is a mistake on the previous reply, GLPK is 32/64 bitsĀ  > depending on the compilation/platform/OS on 64 bits operating systems > itĀ  > can allocated more than 4GB of memory. I meant that for indexing arrays glpk

Re: GLPK memory problem

2022-05-04 Thread Domingo Alvarez Duarte
Hello Andrew ! You are right about the maximum index is limited by using an 32 bits integer but that doesn't mean that the memory allocation is also limited, we can have several GigaBytes of allocated memory on 64 bits platforms and still have less that 2^32 indices. Cheers ! On 4/5/22