help-glpk
[Top][All Lists]
Advanced

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

Re: [Help-glpk] how to get intermediate results from glpsol


From: Bruno Rosell i Gui
Subject: Re: [Help-glpk] how to get intermediate results from glpsol
Date: Wed, 23 Jul 2008 22:31:07 +0400

Hi!
> Hello,
>
> I'm using glpsol (glpk -4.29) and would like to get intermediate
> solutions out into a file.  My problem doesn't require an optimal
> solution, just a good one, so it would be very helpful for glpsol to
> output the current "best" (feasible) solution to a file so that I can
> get at it much like the -i option for lp_solve does.
>
> Can anyone tell me how to accomplish this in glpsol?

That's easy do not set an objective. Thus write :

 maximize objective:  0;

or

 minimize objective:  0;

-- 

 Cordialment Bruno Rosell i Gui







reply via email to

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