help-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-glpk] glpsol memory


From: Andrew Makhorin
Subject: Re: [Help-glpk] glpsol memory
Date: Tue, 10 Feb 2009 16:12:36 +0300

> I a using glpsol and i have the following error.

> xmalloc: no memory available
> Error detected in file ../../glpk-4.34-src/src/glplib07.c at line 72

> This application has requested the Runtime to terminate it in an unusual
> way. Please contact the application's support team for more information.

> I now the problem is the size of my model but how i kann generate my
> model in lp program otherwise?

This error means that your model is too big, and glpsol is unable to
process it, because there is not enough memory (RAM) on your machine.
The only way is to use a machine having more memory.

Can you estimate the number of variables and constraints in your model?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]