> I would like to ask whether the matrices ia[], ja[], ar[] have a size > limitation or the only limitation that exists is due to the PC memory.
There is no artificial limitation. However, glpk uses 32-bit signed integers as array indices, so any array can have at most ~500,000,000 elements that limits the number of *non-zero* constraint coefficients. _______________________________________________ Help-glpk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-glpk
