help-glpk
[Top][All Lists]
Advanced

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

Re: [Help-glpk] Save solution in GLPK


From: Andrew Makhorin
Subject: Re: [Help-glpk] Save solution in GLPK
Date: Wed, 30 May 2007 13:24:47 +0400

> How can I save the precedent solution in GLPK?

> In fact, I add a new column at problem. And, I want to initialize my
> solver by the precedent solution obtained.

Do nothing. The current basis (i.e. the set of row and column statuses)
is always kept in the problem object.

However, if you then need to re-optimize your instance, make sure that
before a call to lpx_simplex the lp presolver is disabled.





reply via email to

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